Open DenniZr opened 6 years ago
Will merge this in the next few days. Just want to give it a good look and perhaps a test first.
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
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)
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?
Let me see if my sodaqs still work. If so then i Will spend some volunteer time on it. Meaning i Will show IT to some Friends when they drop by. I remember writing the code and talking to you about IT in a internet of things meeting. Thanks for berging in touch i know you are busy.
I can slowly start writing IT van be open commons with naming my contribution. It would help if i could have some Friends invite me over. Einde they left me after the Chinese lady visites.
Op ma 4 okt. 2021 16:22 schreef JP Meijers @.***>:
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?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jpmeijers/RN2483-Arduino-Library/pull/51#issuecomment-933536791, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACE3J4XMATYZSXKB4GWWJO3UFG2BNANCNFSM4EGPNZMA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
OK Google. I donate this 5g library to you
Op di 5 okt. 2021 16:54 schreef Dennis Ruigrok @.***>:
Let me see if my sodaqs still work. If so then i Will spend some volunteer time on it. Meaning i Will show IT to some Friends when they drop by. I remember writing the code and talking to you about IT in a internet of things meeting. Thanks for berging in touch i know you are busy.
I can slowly start writing IT van be open commons with naming my contribution. It would help if i could have some Friends invite me over. Einde they left me after the Chinese lady visites.
Op ma 4 okt. 2021 16:22 schreef JP Meijers @.***>:
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?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jpmeijers/RN2483-Arduino-Library/pull/51#issuecomment-933536791, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACE3J4XMATYZSXKB4GWWJO3UFG2BNANCNFSM4EGPNZMA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
See https://github.com/Kaasfabriek/Junior_Internet_of_Things_2018/tree/master/sodaq_Explorer_nb-iot/arduino for an application