Dust Collector Bin Full Sensor


Tom Cancelleri

Recommended Posts

So while it's not a "Wood working" project in it's entirety. There will be some woodworking done. It does relate to woodworking and the shop. 

I decided since I have the know how that I would build a dust bin sensor with a bit of flare. 

Using an Arduino, a Sharp IR sensor and some LEDs I just completed my prototype bin sensor. (This took me all of 30 minutes to do).

My plans will be to build a wooden stop light that hangs on the wall in my shop with green, yellow, and red LED matrices embedded in it.

 

 

  • Like 2
Link to comment
Share on other sites

5 minutes ago, TIODS said:

I need one to send me a text!  Obviously, then I know when it needs to be emptied but, more importantly, I'll know is someone is using my shop while I'm on the road.  Just an added "security" feature ;)

 

I've built things with bluetooth transmitters and receivers that allow the program to talk to an app. No reason I couldn't work in that feature, or circuit that would shut the dust collector off if it gets too full. 

  • Like 1
Link to comment
Share on other sites

1 minute ago, Just Bob said:

That is very cool, how will you compensate for just a high dust concentration? 

I was thinking of writing some code to do comparisons in values. If the values change so drastically within a matter of seconds it'll ignore it, or take an average of all the numbers and report that as the fill level. 

Link to comment
Share on other sites

Very cool Tom!

Have you tried the sensor to see how it responds when there's dust & debris flying?  If it picks up the flying debris, and the readings from that are intermittent, then your idea to average values might help.  Or filtering the current values to see if they're stable and if not throwing out the ones that correspond to something flying past the sensor.

Link to comment
Share on other sites

2 minutes ago, sjk said:

Very cool Tom!

Have you tried the sensor to see how it responds when there's dust & debris flying?  If it picks up the flying debris, and the readings from that are intermittent, then your idea to average values might help.  Or filtering the current values to see if they're stable and if not throwing out the ones that correspond to something flying past the sensor.

I'm gonna install it on my dust deputy connected to my shopvac and see what kind of numbers it puts out before I hack into the lid of my big cyclone

Link to comment
Share on other sites

1 hour ago, Pug said:

Cool protect - where can a person learn about doing a project like this?  Is there a good intro website or reference text?

Pug, here's the site for the microcontroller tutorial and introductions. It's fairly easy if you can understand how the coding structure is setup. It's similar to C, however there is so much code out there you don't have to do very much to get things like this working. I wrote a fairly small amount of code for it, and used a library that was available to do the averaging and polling the sensor. 

https://www.arduino.cc/en/Tutorial/HomePage

  • Like 1
Link to comment
Share on other sites

Should be able to do this with a Raspberry Pi too, which has been sitting on my desk for two years waiting for me to make it into a media server. 

I wonder if weight might be a method of determining fullness level? But I have to assume that some chips weigh more depending on species. So that may be too much variance. 

Good idea though Tom. I'm interested in this now because I've only emptied my separator twice - and both times it had long overfilled and pumped into the collector bag. 

Link to comment
Share on other sites

  • 2 weeks later...

I struggle with this too. My system is a multi-stage and I can tell when the bottom barrel is full because the upper bag begins to collect sawdust where normally it has hardly any. I thought of a light sensor but it seems like the dust may be an issue. I finally settled on drilling a hole in the cover of my barrel and putting a large dowel in it. I painted the bottom 2 feet of the dowel red. Now once in a while when i walk by the barrel I lift the dowel in the hole and drop it. It gives me a pretty good indication of how much is in there.

20160507_170957.jpg

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.