- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 4 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 10 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 11 months ago
- Snowflake with ArduinoPosted 11 months ago
- Holographic Christmas TreePosted 12 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 12 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
DIY chameleon lamp
In this project we see how to make a lamp that can change its colour according to the environment, using the Arduino Nano microcontroller. We must therefore create an electronic circuit that takes a color as input and outputs the relative light.
The most important material in this project is the TCS34725 RGB sensor (another version of the module based on the TCS3200). This sensor has RGB and Clear light sensing elements. It has an IR blocking filter, thanks to it you will get a much more faithful color than most sensors since humans do not see IR. The sensor also has incredible dynamic range with adjustable integration time and gain, so it is suitable for use behind darkened glass.
We will use an Arduino Nano board to take input from the sensor, an Adafruit Neopixel Ring to emit light of the same color, and a diffuser from an old LED bulb to diffuse the light.