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

Add support for E220-900T22S(JP) Lora module #535

Open akif999 opened 1 year ago

akif999 commented 1 year ago

I added driver for E220-900T22S(JP) Lora module (UART interface).

akif999 commented 1 year ago

@sago35 Can you do a review?

The result of the response to the indication that you have not yet confirmed is described below.

deadprogram commented 1 year ago

Hello @akif999 if you implement this interface, then this device should be able to work with the LoRaWAN package just like the other LoRa radios: https://github.com/tinygo-org/drivers/blob/dev/lora/radio.go

What do you think?

akif999 commented 1 year ago

Hello @deadprogram I get it. I think it is desirable to follow the interface you presented. So I will update my implementation.

I'm thinking of updating the implementation and moving forward with this pull request.

deadprogram commented 1 year ago

Sounds good @akif999 please let everyone here know how we can help!