GereZoltan / LoRaWAN

Possibly complete LoRaWAN implementation in micropython with SX1262
MIT License
12 stars 2 forks source link

SX1262 on TTN with a Pico #1

Open tomsimmons78 opened 1 year ago

tomsimmons78 commented 1 year ago

I'm trying to create a node using a WaveShare SX1262 (https://www.waveshare.com/pico-lora-sx1262-868m.htm) using a Pico and MicroPython, but there appears to be next to no example or information on doing this. In fact this is pretty much the only info I have found.

I have set up a gateway that is talking to a the Things Network (V3), so the next step is getting the node to talk to that. This is my first time working with LoRaWAN, so maybe I'm asking daft questions...

I see that this was created with ChirpStack, which as I understand it as an alternative to TTN, so aside from sorting the SPI etc connections to match the WaveShare board is there any reason this wouldn't work with TTN?

LucasWolf-Pudney commented 2 weeks ago

Hi, I am trying to achieve the same thing now, have you found a solution?