ArduinoCore-stm32l0 icon indicating copy to clipboard operation
ArduinoCore-stm32l0 copied to clipboard

Arduino Core for STM32L0

Results 70 ArduinoCore-stm32l0 issues
Sort by recently updated
recently updated
newest added

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...

The issue has been observed on a few devices deployed in the filed, where they start sending port 0 messages - mac commands at a rapid pace (every few seconds)...

Is it likely that your core might support this MAC command at some point? Thanks, Pete

if you send terminal string e.g. '01234' echo is '0234' with testcode below on a NUCLEO-L073RZ. Switching of DMA in variant.cpp doesn't change anything. With 230400 Bd echo is '034',...

Hello everyone! I have an issue with the LoRaWAN library. My device sends 1 payload every 10 minutes. When I use the EU868 or the US915 frequency plan, the maximum...

Hi @GrumpyOldPizza. Once again thank you for making this repo. I am having a lot of fun working with the Arduino Portenta LoRa Vision Shield. Presently making a redundant system...

Is it possible to use the stm32l0 (Murata-module) with sx1262 also in Visual-studio-code ? If yess, is there a how-to ?

If I send a lorawan message with an empty payload, even if I specify a port, the message is sent on port 0. This is invalid, as port 0 is...

It turns out that stopping the USB peripheral does not automatically reset the D+ pullup, so stopping USB (e.g. through USBDevice.detach()) would let the pullup enabled, making the USB host...

It turns out that stopping the USB peripheral does not automatically reset this pullup, so stopping USB (e.g. through USBDevice.detach()) would let the pullup enabled, making the USB host think...