Maker Pro
Arduino

IOT Filament Monitor for 3D Printer

November 04, 2021 by Science 3D
Share
banner

This device allows me to detect if the spool ran out of filament or if the print head is clogged !!

Hardware

Software

1 Arduino IDE

Since I have my Creality 3D printer, I am nervous about a huge print stopping in the middle because of a problem. This printer already comes with a filament detector but it's only a small microswitch and it is only useful to detect when this pool is empty. The problem is that if the head is clogged then I have no way to detect if it's the case and this makes me nervous.

I intend to print huge parts for my future R2-D2 and I don't want to print for several days before the print fails and destroys my print because the print head is clugged.

The solution that I came with is to design a circuit that detect when the spool is turning so, this way, I will be able to see if the filament is moving.

While thinking about this project, I came up with a list of features that I would like to have while creating this design. This is the list:

  • The most important feature is to post the print status on the cloud, as an IOT device, so I can monitor the print status from a distance
  • A web interface to see the print status... just a growing graph would be enough for me
  • One or more LEDs to display the detected activity
  • One LED to show the Wifi connection status
  • A buzzer that alarms if there is a problem
  • A way to pause the printer if anything goes wrong
  • The device should work on a small USB power supply

For that circuit, I wanted to use the components that I already have

The components

Here are the list of components that I decided to use along with some explanation and considerations

  • Light sensor: the ones that I had on hand was variable 10k resistors
  • The microcontroller used is a Wemos D1 Mini Pro- The problem with this controller is that there is only 1 Analog Pin
  • Because the light sensors are "Analog Devices" and because the Wemos only had one Analog pin, I had to find a way to convert the analog signal to a digital one and use a digital pin.- I used the MCP602A dual Op Amp for that purpose

Circuit details

The circuit used a hand made "rotary encoder": my goal was to, initially, detect not only that the filament was moving but also to detect the direction. I noticed that the retract action of the printer pushed the filament up but, because I converted my printer to a direct drive, I do not have a Bowden tube anymore and this retraction movement do no more push the filament back into the spool.

Anyways, I kept the idea of a rotary encoder and used 2 LEDs and 2 photo resistors to evaluate the rotation. the circuit that is displayed here shows the 2 "Channels"; one for each LED-Photoresistor pair

The schema

As we can see in the circuit, the two channels are driven by the two op amps that are included into the MCP602A chip. The goal of these channels is to flip a bit so I can read it from a digital pin.

Circuit explanation

When the light hits one of the photo resistor, the op amp compares the voltage divider, created by the photo resistor and the 10K resistor with the other voltage divider created by the 10k and the 4.5k resistors and when it goes over the threshold, it flips the bit and the values are read bye the pins D5 and D6 of the Wemos.

Then, internally, as soon as D5 or D6 changes, a counter is reset and as soon as it is greater than a predefined value (controlled by the web page) (50 second or so), the buzzer is fired and a relay is triggered triggering the PAUSE action on the printer.

I like the "old school" or "retro" designs so, I designed an enclosure that reminds me of this era.

The Detector

The small circuits were cut with my CNC. They are different:

  • one of them include 2 LEDS and 2 Wires connect to the board ( 5v and ground )
  • the other board include 2 photo resistor and 3 wires are needed: 1 ground, 1 pin for the first photo resistor and the other pin for the second photo resistor

The board

The board is compose of 3 parts:

  • The largest part contain the main circuit
  • The 2 other parts are for the 2 sections of the Rotary Encoder

The web activity

While printing, I can take a look at the print by checking the graph.

While printing, the value on the graph grows. The previous image shows a print that started than crashed because I stopped the spool from turning. I replace the spool, reset the Wemos and restarted the print and that's why the graph looks like this.

The web interface allows me to change the buzzer and relay reaction delay.

I also added a "Raw" section where I see the data entry and the related date-time for each entry which keeps me informed.

Video - Look at the project, in great details

Thanks for watching.

Contributors

  • Avatar
    Science 3D

    I have a background in electronics, since 1984. I used to work as a programmer for a couple of years. Now, I am working as a DBA.

Related Content

Categories

Comments


You May Also Like