-
Hello
by powering the mkrzero board with a 3.7v (3.0Ah) lipo battery, the ON LED is lightly powered. in the data sheet it is specified that the led ON is off when I use the battery.
This does not ha…
-
There is a bit confusion on the actual SD SPI pins on MKRZERO:
the `variant.h` file says:
```
// SPI1: Connected to SD
#define PIN_SPI1_MISO (29u)
#define PIN_SPI1_MOSI (26u)
#define PIN_SPI1_SC…
-
I noticed an issue with the serial monitor, where some data might get stuck and not be displayed in the monitor as expected.
To reproduce, run the following sketch (probably works on any native USB…
-
When the Keyboard library is added to a sketch, it has adverse effects on COM port availability on MacOS.
* Testing with MacOS Mojave 10.14.6 and IDE 1.8.10 and 1.8.11
* Tested on MKRZero and Nano…
tigoe updated
4 years ago
-
Hi
I've got a strange problem with my device. When ETS is looking for device address (when downloading address or in diagnostics's programming mode; if theres another KNX device on TP bus together wi…
-
Hello
Is it possible to receive a SysEx dump that is greater than 64 bytes? I can't seem to find a way to achieve this. Any assistance would be greatly appreciated.
Many thanks
DarthDev
-
is it possible to use the second SPI interface for the ST7920? Combined with the mySensors library I can't use the first SPI. The u8g2lib with the STM32F103C8T6 and first hardware SPI without mySensor…
-
## Description
It was decided during the Virtual Maintainers Assembly 2020.05 to continue with the next phases of the Kconfig migration. This means that Kconfig will be used to model all module’s c…
-
Hello,
I'm trying to use your lib on a custom board, but for some reasons, it fails to compile due to the following error:
```
In function `OTAStorage::OTAStorage()':
OTAStorage.cpp:(.text._ZN10…
-
Hello,
Firstly, thanks for providing this core module! It works really well and has enabled me to get the MKR WiFi 1010 board working quickly!
In the 1.8.10 release, it appears the "avr" direct…