-
Thanks a lot for your work. It's a great project.
I am reaching out regarding the possibility of integrating support for the LLC68 module within your repository. However, I've encountered challenge…
-
I sat and looked at this message for a long time, and upgraded my Arduino version, before determing what specific user error I was making- I had the wrong programmer selected. Based on the issues and …
-
Reported by `solenoid` on the PIO forum.
With a Nucleo L031K6 w/ on-board ST-Link (but possibly applies to other STM32 setups), with default configuration, flashing the board fails if the STM32 is…
-
Hi,
I'm using your RPi image for low cost gateway. It boots fine and I would like to test communication with a end device.
I bought some [ST LoRa demo boards](http://www.st.com/en/evaluation-tool…
-
Will it be possible to add a sx1272 example? The integration of this board seems more complex for me due to the DIO interfaces integration.
Thanks a lot
-
I'm trying to get working a GNSS passthru code to be able to connect UBLOX U-Center to Gnat board to play with GPS.
Unfortunately, I never get it to work, so I tried something very simple without a…
-
Hello,
I have a board and it is setup to transmit every 4 hours, then go to sleep. Everything was great for 1 day
then the board seemed to stop transmitting. I restart it, things go well again for a…
-
It would be really useful if the erase value of a flash was exposed on the `NorFlash` trait(s). Maybe with a default of 0xFF, something like:
```rust
trait NorFlash {
...
const ERASE_VAL…
rmja updated
2 months ago
-
It would be good to have a checklist in the source file of every example, to ensure people trying to use examples for different chips/boards know what they need to do. This is a VERY common question i…
-
Hello,
First, thanks for this useful work!
I have an issue with the TimerMillis library when I used 2 timers at the same time and restart those timers with different timing. Here a minimal sketc…