Hello!
I just finished assembling the following components:
- emonTX arduino shield (no RF)
- emonGLCD (no RF)
And the DHT22 temperature and humidity sensor, and the current and voltage sensors.
The problem is that I can not program:
where can I find a program that is already done?
Thank you very much,
Dario
Re: Software Problems
Have you looked at the sketches that are available on GitHub? But there is one problem with most of those: the emon system is designed to use radio links between the various components and so all the sketches assume that the connection between the sensor node (in your case the emonTx Shield) and the display node (the emonGLCD) is by radio. Why did you not have the radio option? Although there is a serial-only sketch for the emonTx, I think I am right when I say that a non-radio sketch for the GLCD does not exist.
Re: Software Problems
Thanks,
So how can i do?
Re: Software Problems
If you cannot write or modify a sketch, and unless you can find someone to do the work for you, I think the easy answer is to add a radio module to both your emonTx Shield and to your emonGLCD.