Charles
Charles
thanks, looks like they are not available anymore. Anyway price is expensive, I succeeded to assemble 2 128x64 panels, cheaper and does works fine :-)
I'm in the same case. We have some boards that are doing HTTP request once a day to push GPS point to our backend (using a modem of course). As...
Self Answer `analogWrite(LED_BLU, 256);` does the trick. So use 256 not 255 as Arduino.
I already faced out this, here what I've done (on mac os so may be you need to adjust some folder names) to switch between version. Assuming you installed the...
Self answering after digging into GNSS library and done some copy/paste If I initialize GNSS pins with `arduino` like number (see function `gnssBegin_Arduino()`) it does not works, but if I'm...
Correct, I'm using master also and was working before.
@SloMusti awesome, I need to report back, the $1 000 000 question is why it has been changed in variant, surely @GrumpyOldPizza had a good reason which could be fine...
Thanks for splitting @jpmeijers , looks good to me
Well, I'm not an expert of git, @jpmeijers splitted my PR into smaller one and created this one, I thought he was asking for validation, not for implementation. And I'm...
Answering without schematic of what is wired on your board will be difficult. For sure there is an issue because calling `stop` put the device approx 2uA consumption, got lot...