Ryan Powell
Ryan Powell
Interesting, thanks for that. Lets hope there is a good reason for this behavior.
Interesting, thanks for the report. I'll look into this asap.
Looks like there is a redefinition of min and max in the "drivers" library. Is this a private lib?
Hello, I am not able to reproduce this using: ``` [env:nable] platform = https://github.com/h2zero/platform-n-able.git#1.0.0 framework = arduino lib_deps = h2zero/NimBLE-Arduino@^1.4.0 board = bbcmicrobitv2 ; This was changed because BBCmicrobitV2 is...
Try deleting the .pio folder and compiling and empty sketch with just setup and loop defined.
Awesome, any thoughts about a permanent solution? Not sure if they did anything in the samd core to deal with this.
Best place to ask is here for sure as those questions are more related to system operations than BLE.
@pdcook Sorry for the delay on this, I have created PR #15 which implements the fix from the arduinocore-api. If you could test your code with that PR and let...
1. There is an API available for flash read and write, you can use either EEPROM or the underlying functions in [here](https://github.com/h2zero/n-able-Arduino/blob/master/cores/nRF5/nvm_store.h). the NRF_NVMC is also available through the nrfx...
That would depend largely on how you configure things, but 12-18k would be a typical range.