ArduinoCore-nRF528x-mbedos icon indicating copy to clipboard operation
ArduinoCore-nRF528x-mbedos copied to clipboard

[Archived] Arduino core supporting mbed-enabled boards

Results 24 ArduinoCore-nRF528x-mbedos issues
Sort by recently updated
recently updated
newest added

My application works fine with the 1.1.4 release for the NANO BLE. Updating to 1.1.5 results in a wire compilation error. Then updating to 1.1.6 results in a failing application....

https://github.com/arduino/ArduinoCore-nRF528x-mbedos/blob/6216632cc70271619ad43547c804dabb4afa4a00/variants/ARDUINO_NANO33BLE/pins_arduino.h#L121 The following pin definitions are swapped compared to the table in variants.cpp. The definitions should read; #define PIN_ENABLE_I2C_PULLUP (32u) #define PIN_ENABLE_SENSORS_3V3 (33u)

There are some board that are being detected when connected to a USB 3.0 port while there are some that arent being detected

Looking further into the MBedOS code, it appears the I2C Slave functionality is not yet implemented for the nRF52840. Will there be any effort to implement this on the nRF528x?

Hi, I would like to know what is the acquisition time set for the SAADC and how it is possible to modify it. Thanks for the support.

It looks like two bugs to me. - analogWrite to LED_PWR hangs up the program - digitalWrite to any pin stops working after being preceded by a call to analogWrite...

waiting for feedback

The last days I tried to gain access to the Nordic SDK below the mbed layer. My application needs tight timings and the mbed timers caused to much jitter. Therefore...

question
waiting for feedback

Why is the sample rate for PMD bus restricted to 41667 Hz (or 16 kHz)? I'd like to inspect ultra sound, up to 40kHz, is that possible?

Request you add support for the Watchdog timer in mbed. The headers are there. Support became available for the NRF52840 in Oct 2019 in mbed. It looks like just a...

question

We have encountered an issue in using the toolchain included with this package ([full thread here](https://www.visualmicro.com/forums/YaBB.pl?num=1583720676/25#25)), whereby having too many libraries or paths in the compilation will fail with the...

waiting for feedback