Hello, please, can you help me edited for my electricity meter? I use Nodemca v3 and IR receiver and transmitter. Trying to use https://raw.githubusercontent.com/prophetmaster/landisgyre350/master/landisgyr no mysensors/landis.ino, but without defining IR TX and RX I can't compile it.
VAROVÁNÍ: Falešný .ci adresář 'MySensors' v knihovně
VAROVÁNÍ: Falešný .mystools adresář 'MySensors' v knihovně
VAROVÁNÍ: Falešný .ci adresář 'MySensors' v knihovně
VAROVÁNÍ: Falešný .mystools adresář 'MySensors' v knihovně
C:\Users\BeliveIT\Documents\Arduino\mysensor_landis_gyr\mysensor_landis_gyr.ino: In function 'void setup()':
mysensor_landis_gyr:54:3: error: 'Serial1' was not declared in this scope
Serial1.begin(IRSERIALSPEED, IRSERIALCONF);
^
C:\Users\BeliveIT\Documents\Arduino\mysensor_landis_gyr\mysensor_landis_gyr.ino: In function 'void loop()':
mysensor_landis_gyr:73:5: error: 'Serial1' was not declared in this scope
Serial1.begin(IRSERIALSPEED, IRSERIALCONF);
^
mysensor_landis_gyr:85:5: error: 'Serial1' was not declared in this scope
Serial1.begin(IRSERIALSPEED, IRSERIALCONF);
^
C:\Users\BeliveIT\Documents\Arduino\mysensor_landis_gyr\mysensor_landis_gyr.ino: In function 'void serialEvent1()':
mysensor_landis_gyr:102:10: error: 'Serial1' was not declared in this scope
while (Serial1.available()) {
^
exit status 1
'Serial1' was not declared in this scope