-
I use the RadioHead library on a Adafruit feather M0 RFM9X LoRA radio. I select 434 freq. I have several of those and they can talk to one another. I also have some RN2438 from Microchip
In this I …
-
In the firmware we see the implementation of the adafruit feather M0 Lora board.
- Is this working
- How does it work
- To which network does it connect
- How does the data get to the map
- ??
-
I have bought a Adafruit Feather M0 Lora.
When I now try to send data via the hello_lora example sketch it will always Fail.
I have commentet out the right board in the configuration.
`
// Dat…
-
There seems to be an issue with adafruit_framebuf.py (perhaps in conjunction with adafruit_ssd1306.py) in some circumstances.
This is observed when running
> Adafruit CircuitPython 4.0.1 on 2…
-
On Feather M0 LoRa (Adafruit 3178) with ICS43432 (Pesky products), I run into an issue when calling `I2S.end()`. When called for the second time, it stalls there.
I want to begin and end I2S within…
-
Hi,
I need to listen permanently on incoming packets. Doing that by receive() (ex. "while not None") the CPU goes nearly 100%.
Pull the listen function incoming packets automatically into the buf…
-
Trying to use the library with Adafruit's [Feather m0 LoRa](https://www.adafruit.com/product/3178), a SAMD based board that has several assignable hardware serial ports but doesn't play well with the …
-
For the Adafruit Feather 32u4, there is a wrong pin mapping in the examples and therefor RX is not working.
`#elif defined(ARDUINO_AVR_FEATHER32U4)`
You have to change this line to this mapping…
-
I love circuit python since 2017. programming with python is fun. and with circuit python its amazing. I have some feather m0 lora module. i like to use them as LoRaWAN and send sensor data (will be …
-
@brentru I have gotten this to work with a Feather M0 Express, but i have had to make a few changes.
Theseare due to compiler differences between the AVR and ARM compilers
In TinyLoRa.cpp
Replace …