- Jun 6, 2020
- 11,559
- 4,422
it is a wrapper for LoRa library from Sandeep Mistry
[H3]
An Arduino library for sending and receiving data using LoRa radios. - GitHub - sandeepmistry/arduino-LoRa: An Arduino library for sending and receiving data using LoRa radios.
in March, i was working on a wrapper for LoRa library, and some tests were done by ehsan gilassi, but both call-back were not working.
after a few modifications, i have this library working for B4R.
all functions available in arduino library are available with B4R
both call-back OnReceive and OnRxDone are working, but this library can be used also without callback
3 examples B4R are available,
- Duplex messages with OnReceive callback
- Duplex messages with OnTxDone callback
- Duplex messages without callback
tests were done with 2 SX1278, Ra-01 M modules and one esp8266 + one esp32.
more information on all functions available can be found in Sandeep Mistry site
برای دیدن تصاویر باید ثبت نام کنید
[H3]
برای دیدن لینک ها باید ثبت نام کنید
[/H3]An Arduino library for sending and receiving data using LoRa radios. - GitHub - sandeepmistry/arduino-LoRa: An Arduino library for sending and receiving data using LoRa radios.
برای دیدن تصاویر باید ثبت نام کنید
github.comin March, i was working on a wrapper for LoRa library, and some tests were done by ehsan gilassi, but both call-back were not working.
after a few modifications, i have this library working for B4R.
all functions available in arduino library are available with B4R
both call-back OnReceive and OnRxDone are working, but this library can be used also without callback
3 examples B4R are available,
- Duplex messages with OnReceive callback
- Duplex messages with OnTxDone callback
- Duplex messages without callback
tests were done with 2 SX1278, Ra-01 M modules and one esp8266 + one esp32.
more information on all functions available can be found in Sandeep Mistry site
برای دیدن لینک ها باید ثبت نام کنید