tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
587 stars 182 forks source link

Lorawan: Support for uplink transmissions and new basic-demo example #506

Closed ofauchon closed 1 year ago

ofauchon commented 1 year ago

lora/lorawan/basic-demo is an example code for connecting to Lorawan networks and periodically send uplink messages.

The code is voluntarily basic so it's easy to understand and test.

This PR also provides :

The code was tested on :

ofauchon commented 1 year ago

I added a test for lorawan driver in Makefile too

deadprogram commented 1 year ago

Thanks for the improvements @ofauchon now merging.