Skip to content

Conversation

@DenniZr
Copy link
Contributor

@DenniZr DenniZr commented Dec 3, 2017

No description provided.

@DenniZr
Copy link
Contributor Author

DenniZr commented Dec 3, 2017

@jpmeijers
Copy link
Owner

Will merge this in the next few days. Just want to give it a good look and perhaps a test first.

@DenniZr
Copy link
Contributor Author

DenniZr commented Jan 3, 2018

example here for sodaq explorer and nbiot shield for gps. https://github.com/Kaasfabriek/Junior_Internet_of_Things_2018/tree/master/sodaq_Explorer_nb-iot/arduino

@DenniZr
Copy link
Contributor Author

DenniZr commented Jan 3, 2018

if you add:
// now add radiohead compatibility
for(int i = (radioPacketSize-4) - 1; i >= 0; i--) loopbackToData[i+4] = loopbackToData[i];
loopbackToData[0]=255; // to all
loopbackToData[1]=MyID; // from
loopbackToData[2]=packagecounter%0xFF; // headerid
loopbackToData[3]=0x00; // flags
it communicates with radiohead (radio 2 radio for rfm95)

@jpmeijers
Copy link
Owner

I was looking at this PR. Looks like a simple change, but because the master branch has changed so much, this is not a trivial merge anymore. Anyone feel like updating this PR to make it mergable?

@DenniZr
Copy link
Contributor Author

DenniZr commented Oct 5, 2021 via email

@DenniZr
Copy link
Contributor Author

DenniZr commented Oct 5, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants