Hello Raspberry Pi Forums!
My Question: What is the best way to read a potentiometer value wirelessly and display its value on a web page - in close to real-time?
More Details:
I need to build a couple of simple wireless hand held systems that take the input of a Potentiometer and transmit that value (in as close to real time as possible) to a server or receiver. The server would then show 'real-time' data on the values of each wireless POT. In an ideal world, 20-100 of these wireless POTS would need to be in the same room and would need to communicate with the server / receiver (would need to know what device sent the value and the value itself).
So far, I have an Arduino Nano with a 10K Potentiometer hooked up to a Raspberry Pi. I am reading the values from the POT every .5 seconds. This is working well. Now, I need to wireless transmit those values to a server, or a laptop with a receiver designed for this system.
Any general suggestions or comments would be greatly appreciated as I am very much in the learning phase with Raspberry Pi and Arduino.
Thanks,
LJ