Skip to content

carllei/color-scanner

 
 

Repository files navigation

Color Scanner

This program is built for the ChipKIT Uno32 board (with basic I/O shield), and the Adafruit TCS34725 RGB Color Sensor. What this program does is it scans the color of an object that is near the sensor, and shows the name of the color on the display.

We are using the XKDC color database, but it can be replaced with any database using the same format.

This project was created for the course IS1500 in KTH, by Toni Karppi and Carl Leijonberg.

Attributions

Some boilerplate code was borrowed/adapted from the course repository.

The official Arduino library for the TCS34725 was also helpful in creating the structure for retrieving the colors from the sensor.

About

Displays the color name of a scanned object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.0%
  • Makefile 9.5%
  • C++ 5.6%
  • Assembly 2.9%