Thanks Riva,
On the TX side sent 23,0,720.
On Rx side get 23,-1,11111111.
Thanks Riva,
On the TX side sent 23,0,720.
On Rx side get 23,-1,11111111.
Farticus:
Thanks Riva,On the TX side sent 23,0,720.
On Rx side get 23,-1,11111111.
I have tweaked the send/receive code in #19 to hopefully make it more robust.
Riva many many thanks to you.Worked perfectly for my needs.
One question on the Rx sketch.
Why are the Int. configured as :
"
int staT = -1;
int onofF = -1;
unsigned long timE = 11111111;
in the Setup? Is it something to do do with the " if(LoRa.parsePacket())" function?
Once again Thank you for your help.
Thanks all for your help.
Today even got the original Datagram sketch up and working at 250 mwter range.
As suggested it was the 915 MHZ setting in the cpp file.
Kudos to you all.
Farticus:
Why are the Int. configured as :"
int staT = -1;
int onofF = -1;
unsigned long timE = 11111111;in the Setup? Is it something to do do with the " if(LoRa.parsePacket())" function?
No reason really, just setting them to a known value on initialization so I would know if they got loaded with values correctly.
Farticus:
Today even got the original Datagram sketch up and working at 250 mwter range.As suggested it was the 915 MHZ setting in the cpp file.
I thought you had already tried that
Riva.
I really thought I had tried it too but guess I must have had a "old fart " moment.
But it seems to be working OK now