RGB led color mixing
Arduino RGB led color mxing from Bajdi on Vimeo. The above video is what you get when you connect 3 RGB leds to an Arduino Mega 2560. I covered them with the diffusion cover from my Nikon flash to get a better light diffusion. RGB leds are fun things, you can make some cool visual […]
DHT22 datalogging
By connecting a DHT22 temperature and humidity sensor, a DS1307 RTC module and an SD card module to the Arduino Mega 2560 we can make a data logging system. The DHT22 sensor measures the temperature, the DS1307 gives us the date and time and this data is then written to the SD card over the […]