Close
0%
0%

WIFI Color Sensor

WIFI enabled board that gets color components Red, Green and Blue of any material placed closed to the sensor and returns the values via TCP

Similar projects worth following
  • Description
  • Details
  • Files 0
  • Components 0
  • Logs 0
  • Instructions 0
  • Discussion 0
WIFI enabled board that gets color components Red, Green and Blue of any material placed closed to the sensor and returns the values via TCP

The 8266CS01 is a wifi enabled board that recognizes color components Red, Green and Blue of any material placed closed to the sensor. The reading of the color components is done via a TCP request to the board and the percentage color component values are returned in a JSON string. The sequence for reading is done by sending the following strings via TCP on port 9999: acquire (wait 5 seconds for acquisition to complete) read

The return message is in JSON format as follows: {"RGB": [{ "Red:": "53", "Green": "23", "Blue:": "24"}]}

each number representing the percentage of that color.

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates