Zero-Cross & Triac Optically Isolated Switch “Tail”: https://www.powerswitchtail.com/pssr-zc-tail
arduino: https://amzn.to/2P12JaL
RealTimeClock (RTC): https://amzn.to/2NTKsjg
15W Dimmable LED https://amzn.to/2OqlHL0
CR2032 battery for RTC: https://amzn.to/2Ov8elf
sourcecode: https://github.com/curiousinventor/AC-triac-arduino-led-dimmer
Josh creates waterproof LED staircase with 16X PWM LED Fader
Josh Nijenhuis shared a video of the really cool lighted stairs he made using our 16x PWM LED fader board. https://store.curiousinventor.com/16x-pwm-led-fader.html He made custom machined and anodized 6061 Aluminum LED light holders that are waterproof. The lights will eventually be installed on a real staircase outdoors.
Click Read More to see more pics.
https://img833.imageshack.us/img833/1050/dsc04802z.jpghttps://img96.imageshack.us/img96/5161/dsc04806j.jpghttps://img13.imageshack.us/img13/913/dsc04808pax.jpghttps://img812.imageshack.us/img812/6707/dsc04809lq.jpghttps://img208.imageshack.us/img208/6514/dsc04810d.jpghttps://img526.imageshack.us/img526/944/dsc04811l.jpg
Controlling a Hand Drill with Arduino to Spool Solder
Here’s an instructable showing how to Control a Hand Drill with an Arduino / roboduino to spool solder. This may not be on the top of everyone’s project list, but a hand drill is strong enough to do a lot of tasks, so we hope this will be helpful to someone with another project idea,… maybe spooling guitar pickups.
Rather than use TRIACs to mess with the 120VAC, we found a servo was an easy and safe way to control the drill’s trigger / throttle. The setup also uses a home made optical encoder that triggers an interrupt in the arduino code. The code is available Solder_spooler_v3_pde, and contains some useful bits like lookup-table speed control, state machine menu system, and interrupt based speed sensing.
Program-o-duino = Arduino + ZIF Socket
We program boot loaders on a decent number of ATMEGAs for our roboduino kit, which involves a lot of pin bending and IC pulling. To speed up the process, Oren transformed this arduino into a program-o-duino by soldering on a ZIF(Zero Insertion Force) socket. Now it just takes a quick pull of the lever to pop the chip in and out.
Radio Shield Skips Commercials using RDS data
Here’s a quick demo of our new FM Radio Shield, featuring its ability to read the RDS text data off the radio stream and display it in the Arduino Serial Monitor.
The FM Shield also:
- digitally control station, volume
- read station strength to find good stations, or empty bands
- head phone amplifier, uses headphone wire as antenna
The FM Radio Shield is available for purchase.
FM Radio Shield for Arduino
We’re happy to release a new FM Radio Arduino Shield that lets you listen to and control FM Radio. With its abilit to read RDS info, the station / artist / song names can be displayed, and with a bit of code, you could have it automatically change channels when commercials play.
You can also digitally change the station, volume, and read the signal strength to find the strongest or weakest stations. Finding weak stations could help you find a good transmission gap for your FM transmitter.
If there’s a station broadcasting traffic info via RDS, that would also be available.
Female-to-Female Headers let Roboduino Accept Shields
One complaint we received about the roboduino is that standard shields couldn’t be plugged in since the roboduino has male pins instead of the female headers found on arduinos. These female-to-female headers now make it possible to easily plug in shields to the roboduino (an arduino-compatible for robotics that makes it easy to plug in servos and battery packs).