I am used to develop my node with Arduino and LMIC. I would like to work with a new board from Adafruit ItsyBitsy and CircuitPython. There is here a library with does not work anymore with TTN stack V3.
Some one of you has an experience with CircuitPython and know either an updated or alternative version for CircuitPython?
I experimented with an M5 stack ASR6501 which has a serial interface, a while back. The ASR6501 handled all the LoRaWan mac commands. Sending data was then done writing/reading the serial port. It worked ok but then went into my box of bits for another day, which hasn’t arrived, yet.
I believe @pierrot10 is hoping to have Python talk to the RFM95, which @bnnorman’s GitHub - BNNorman/dragino-1: LoRaWAN implementation in python repro could help with, perhaps on the understanding that it’s not going to be a drop in replacement for the Adafruit library and will require some work to get going on different hardware.