Color Companion
Hardware- 3 Devlogs
- 7 Total hours
A handheld tool which gives you the exact color of any object.
A handheld tool which gives you the exact color of any object.
A lil handheld device that can tell you the color values of what you put it on.
Its done! I wired it all up, added some bevels to the case so its not sharp, and added a hex conversion at the bottom of the display. I also made a GitHub for it (check it out, it has a lot more info than this devlog!). https://github.com/LetsEatLead/Color-Companion/
What is this?
Ever seen a color and thought, I want that color! The Color Companion is a handheld device with a color sensor and display, which can give you the exact RGB and HEX values of anything for you!
New Stuff
Goodbye breadboard, hello case! I modeled an enclosure for the esp32 devboard, TCS34725 color sensor, and the SSD1306 oled display, along with a little toggle button for holding the color on the display.
Also, the color sensor has a shroud which seals itself out from ambient light, and includes a little divider between the integrated LED and the sensor itself. This way, the sensor only receives light reflected from the object, not straight from the LED.
Challenges
What now?
What is this?
The color picker is a device which can identify the RGB and HEX color values of any object using a color sensor and a integrated screen!
Progress
Challenges
What’s Next?