Maximilian Gerhardt

Results 502 comments of Maximilian Gerhardt

I see, then it's the same issue as already noted by another user and tracked in https://github.com/platformio/platformio-vscode-ide/issues/2481.

@valeros this was asked in https://community.platformio.org/t/does-platformio-support-nordics-nrf52810/17264 again

@valeros this was asked again in https://community.platformio.org/t/nrf52810-support/23529

@bojankoce What exact dev board are you using? Zephyr only knows https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/nrf52dk_nrf52810/doc/index.rst and https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/ubx_bmd330eval_nrf52810/doc/index.rst. Note that native SDK support from Nordic is not integrated in PlatformIO for any nRF board,...

CI fail ``` /home/runner/.platformio/packages/framework-arduinoadafruitnrf52/libraries/Adafruit_nRFCrypto/src/Adafruit_nRFCrypto.cpp:36:4: error: #error CryptoCell CC310 is not supported on this board #error CryptoCell CC310 is not supported on this board ^~~~~ ``` in `adafruit_feather_nrf52832` for `arduino-bluefruit-bleuart` example...

..but I patched it regardless.

Works on hardware [per this report](https://community.platformio.org/t/support-for-seeeduino-xiao-ble-board/28420/10?u=maxgerhardt).

This PR is based on the ArduinoCore-mbed fork of Seeed, not the Adafruit nRF52 fork. But indeed I now see that there are two packages ```json { "name": "Seeed nRF52...

Users also [get it wrong](https://community.platformio.org/t/support-for-seeeduino-xiao-ble-board/28420) following that tutorial, we need official support here.

If I add a ``` print('Ret[1] = %s' % ret[1]) ``` in the error printf I get output ``` C:\Users\Max\temp\ch552tool>python -m ch55xtool Failed to get device, please check your libusb...