Hey folks,
I am trying to make color recognition wireless. I have used the example named ColorMatch_TCS230 in MD_TCS230 library in this link https://code.google.com/p/arduino-code-repository/downloads/detail?name=MD_TCS230_v1.0_20130222.zip&can=2&q=
I am getting results in serial monitor like in the pic attached below.
Now, I am supposed to send this data wireless using RF 433MHz modules to other arduino and to see this data in LCD screen connected to this arduino. I got codes to make wireless which are written using VirtualWire library but I dont have any idea how to combine my ColorMatch_TCS230 code and transmitter code to send data and the same for getting data with receiver and to write them in LCD screen. Anyone can help me about that? ? ? (Transmitter-receiver codes are attached below and code for color recognition is in library in the link → Examples–> ColorMatch_TCS230 )
transmitter.txt (878 Bytes)
receiver.txt (1 KB)