Hi - New here and I could do with some help please
I'm am new to all that's Arduino - built my emonTX and emonBase
Have uploaded onto the emonBase
having problems loading my EmonTX with emonTx_CT123_Voltage.ino
emonTx_CT123.ino - builds and loads OK and I get a green led
emonTx_CT123_Voltage.ino gives the following error
Checked everything through several times and cannot see what I have missed
Seem to have all the libraries listed
Any help would be most appreciated
Ian
Re: Problems with EmonTx _ct_123 loading - SOLVED
I suspect that you do not have emontx_lib.ino in the folder with emonTX_CT123.ino. If you do, both files should be automatically loaded when you open emontx_ct123, and you will see two tabs in the arduino interface as shown below.
Lloyd
Re: Problems with EmonTx _ct_123 loading - SOLVED
Thanks for that Lloyd
The library was in a sub folder
All is well after I moved it back into the same folder as the sketch
Ian