Asked — Edited

Wind Speed Display

Hi All,

I have been away from this site for far too long. I am currently catching up on all the great looking projects going on! Sadly, I have not had much of any time to work on robots....but, I do still want to be involved with EZ-Robot in some form even though this is not a robot project. So if any of you are interested in helping out, I would be very grateful.

I work at a power plant in South Boston, Virginia. We have truck tippers that actually tilt the tractor trailers up at a 60 angle so that the wood chips dump out the back. (No, the truck driver doesn't stay in the truck :D).

I have been tasked with building a custom display to indicate the current wind speed on a two digit seven segment display. The catch? The display needs to be (2) feet tall so that the bulldozer operators can read the wind speed from up to 300 feet away in broad daylight! They do not want the truck tippers to be used if the wind speed is greater than 32 MPH. I will custom build the displays using L.E.D. strip from superbrightleds.com

I'm using this LED strip because of its intense brightness.

What I would like to do is utilize an EZ-B v4/2 Wi-Fi Robot Controller to measure the analog voltage from a Anemometer that I purchased from

Adafruit.com

The output from the anemometer is 0.4V (0 m/s wind) up to 2.0V (for 32.4m/s wind speed). I will need to convert this to MPH and display it on the two digit seven segment display. I will need the EZ-B outputs to turn on transistors that will drive each segment of each display so that they will form the correct digits to indicate wind speed.

So...what do you think? Can we do this? Anyone like to brainstorm on this? :)

Rex


ARC Pro

Upgrade to ARC Pro

Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.

PRO
Canada
#1  

Hi Rex,

Definitely doable. I like the idea of using an LED Strip to display the numbers. You could even use frosted acrylic to diffuse the light and make it look like a very large 7-seg LED. Kinda like this. A Black background would likely work well. I wonder what LED color would look the best in broad daylight? Maybe Blue, Green, or Red.

MOSFETs would likely be the best way to drive the LED strips as they can handle a lot of current and don't heat up as much as Transistors under load. Please note though that you would need a type that can be driven by 3.3V Logic (LVTTL compatible).

As for the Anemometer you could hook it up to VIN on the EZ-B and power the EZ-B from a 7.5V or 9V power supply. Then run the blue cable to one of the Analog pins.

Doing some quick calculations: The Anemometer output starts at 0.4V and maxs out at 2V so that's a 1.6V range. 1.6V divided by 32m/s is 0.05V per 1m/s. Just do your mph calculation and you then have your speed!

Do you have access to AC voltage near the display installation?

#2  

Hi Jeremie! Good to hear from you.

Yes I will have access to 120V AC in the truck tipper control panel. Yes I have seen the display from Evil Mad Scientist Laboratories. Just not quite big enough :D. I'm going to 3D print the segments and arrange them into a seven segment display and have a frosted lens on each segment to diffuse the light. Each digit will have to be about 2 feet tall to be seen from 300 feet away. I think Green with black background would be best but I could be wrong.

So the EZ-B outputs are only 3.3V? Not a problem. I can use a level shifter like this if need be.

The big question is.... "Will the EZ-B be able to keep up with the changing wind speed? Because to make digits this big, they have to be very bright so, I have to use this kind of LED strip to light the individual segments of the display. Therefore, to display a wind speed of say, 20 MPH, the EZ-B would have to turn on segments a, b, g, e, d for the "2" on segment "A" and a, b, c, d, e, f for the "0" on segment "B" like in this picture: User-inserted image

Unless you know of a better way to do this. I was just concerned if the EZ-B could keep up with the ever changing wind speed; having to turn on and off that many segments so fast.

This should be a fun build. Always wanted to build a giant seven segment display!

Tell DJ that I hope to find more industrial applications for the EZ-B!

Rex

PRO
Canada
#3  

Rex, seems like at great idea! I like it. Green on black looks good.

Don't worry about the speed, the EZ-Bv4 can definitely handle 14 I/O pins switching the segments faster than the Anemometer can be read (which is very fast).

You can always use the EZ-B benchmarking control to see how many analog reads and digital writes you can do per second.

Actually I would recommend slowing it down as you probably don't want the segments switching rapidly, smoother is better.

#4  

Hi @rgordon, It is fun to see an EZB in a different type of application. It will be an interesting project to follow. Thanks for sharing.

#6  

Hi Andy and Dave! Good to see that you guys are still here. Got a lot of catching up to do on what everyone is up to....

#7  

Don't know if you are really set on using a seven segment display BUT did you think about just using two regular traffic lights one on top of the other? You can pick them up on surplus sites. I say one on top of the other, would give you six lights, each one represents five miles and hour in wind ( you could even color code them from green, yellow and red ). It can be seen from that far away I believe. Anyways just a thought ... throwing out other ideas.

Good luck in what ever you come up with.

PRO
Synthiam
#8  

There’s a project in the examples folder for using a 7 segment lcd display. Although, this could be done with Blockly but that example is ezscript. Either way, ARC can do it :)

#9  

Thanks @Herr Ball,

I like it when others help with brainstorming new ideas. Gets the old brain cells moving around.... :D

Thanks for your input. I will consider it.

#10  

Hi DJ,

I will take a look at the project you mentioned. Thanks.

Thank you and your team for the work that is put into this company. You have set the course to a future full of amazing possibilities. You are changing lives and bringing out the creative force in us all....

Rex

United Kingdom
#11  

Rex, its great to see your posts again - sounds like a very neat project!

Tony

#12  

Hi Tony !

Yeah....can't find much time for robots but, still trying to find ways to use the EZ-B. Any chance to use this amazing device and software is priceless....This is a big stepping stone for robotics and should not be looked upon as merely a toy. It is a powerful new tool that has endless possibilities to bend technology to our will.

Good to see you are still here. Will email you soon...

Rex

#13  

OK...got a sample piece of L.E.D. strip from superbrightleds.com. Then I 3D printed one of the segments of the seven segment display. I decided on using red instead of green.

This was a test to see if it would show up well through the 3D printed diffuser cover. It seems to work great. Also used a piece of transparent #2423 Red Acrylic sheet to help make it "stand out" better and sort of disappear when off.

Discovered a problem though..... after being turned on for about 5 minutes the heat generated by the LED strip got to around 150°F. The diffuser started to melt and sag.

Anyone have any good ideas on how I'm gonna keep these cool? The two seven segment digits will need to be enclosed within a weather resistant box. Each digit will be about 2 feet tall. See the pictures below for reference.

User-inserted image

User-inserted image

User-inserted image

User-inserted image

User-inserted image

User-inserted image

User-inserted image

PRO
Canada
#14  

Hi Rex,

Maybe you could cut (or design) some fins cutouts in each side of the segment enclosure. You could also place the LED strip on top of some Copper/Aluminum to disperse the heat and make the LEDs heat up slower as well due to thermal mass. Cut some fins into the Copper/Aluminum would be even better (or just use old computer/Xbox 360 heatsinks).

*Edit: This is what I mean by "fins", I guess they are more like gills :D

User-inserted image