Maximilian Gerhardt
Maximilian Gerhardt
No because when you use the `platformio.ini` from above it sets `platform = https://github.com/maxgerhardt/platform-nordicnrf52` so all board definitions are pulled from this repo and the `xiaoble*` board definitions are all...
I include everything what Seeed's variant of the adafruit core gives you, which can be found in https://github.com/maxgerhardt/framework-arduinoadafruitnrf52-seeed.git, just as the `platform.json` change of this PR says.
There is no on-board JLink, ST-Link, CMSIS-DAP or similiar on the board. You need an external debugger, [just like Seeed's documentation already tells you](https://wiki.seeedstudio.com/XIAO_BLE/#access-the-swd-pins-for-debugging-and-reflashing-bootloader). A caveat is of course if...
I don't think the NRFC driver functions are available, code like https://github.com/aovestdipaperino/NRF_I2SPlayer/blob/main/I2SPlayer.cpp directly writes to the I2S registers.
In `xiaoblesense_adafruit_nrf52`, you also have the builtin LEDs defined as per `variant.h`: https://github.com/maxgerhardt/framework-arduinoadafruitnrf52-seeed/blob/92b45349d6af8fcb88603b4231d24f91a64320e6/variants/Seeed_XIAO_nRF52840_Sense/variant.h#L34-L36
Are you really using the bleeding edge git version in the Arduino IDE? If not, set `lib_deps = miguelbalboa/MFRC522@^1.4.10` instead for a fairer comparison. Also, the [I2C Scanner](https://playground.arduino.cc/Main/I2cScanner/) outputs what?...
You can download Python-LZO without installing it, I just meant you `git clone` **this** repository (or [zip downloaded it](https://github.com/jd-boyd/python-lzo/archive/refs/heads/master.zip)). Python-LZO and the LZO (C) source code are two different things.
Is this issue fixed? Have got reStructuredText extension version v190.1.13 installed and I'm still hitting this error. ``` [Log - 7:41:00 PM] Server start command: C:\Program Files\Python311\python.exe -m esbonio ......
>Python isn't commonly installed to a location with spaces in file paths. Just for the record, that's the default installation location of the official Python 3 64-bit Windows installer. The...
Indeed. A quicker fix is also to create a directory symlink. 1. Window Key -> cmd.exe -> Ctr + Shift + Enter (to launch with Admin privs) 2. `cd C:\Users\`...