Charles

Results 155 comments of Charles

Thomas, `With attach() / detach() you can control STOP mode. Remember, as long as USB is connected L0 cannot enter STOP mode (it lingers then in SLEEP). So if it...

Thomas, I tried with mitigated success this following sketch on a gnat board (but should work on any other as soon as VBUS is wired on the correct pin and...

Ok, looks like I got it fixed added a delay in `loop()` after wakeup because of `changedUSB` and leaving the `wakeup()` into `usbResume ` callback ```cpp if (changedUSB) { changedUSB...

Thomas, I tested the consumption on gnat with the above sketch, the graph below is when It finished to start and setup of course. Then I removed USB. As you...

Noticed something more, once flashed with USB tru IDE (and leaving USB connected after) with GNSS gnat old code, before I was able to reflash with IDE when gnat was...

looks like It's on the LoRaWAN.cpp file https://github.com/GrumpyOldPizza/ArduinoCore-stm32l0/blob/master/libraries/LoRaWAN/src/LoRaWAN.cpp#L47-L68 ```cpp #if defined(DATA_EEPROM_BANK2_END) #define EEPROM_OFFSET_START ((((DATA_EEPROM_BANK2_END - DATA_EEPROM_BASE) + 1023) & ~1023) - 1024) #else #define EEPROM_OFFSET_START ((((DATA_EEPROM_END - DATA_EEPROM_BASE) + 1023)...

Nice to see I'm not alone, spend lot of time on my config thinking of an issue on docker instance with certificate until I see all is fine except on...

Same thing here I used my broker certificate and quickly binded it to https (same name of course) with nginx and all is good from browser view. ![image](https://user-images.githubusercontent.com/2471931/136224018-685acddc-bcd1-4edf-b3d2-134363b1ff42.png) My guess...

@Phairou18 if you look at the first warning of the readme of this repo you can see it's no longer maintained and suggest to use MCCI library instead, that is...

A good start is documentation on the according MCCI LMIC repository. https://github.com/mcci-catena/arduino-lmic