ArduinoCore-nRF528x-mbedos
ArduinoCore-nRF528x-mbedos copied to clipboard
[Archived] Arduino core supporting mbed-enabled boards
Add support for macOS platform to mbed_os_to_arduino script
MacOS' sed needs to have $a followed by a real NL.
Hi, I'm trying to set an interrupt based on detecting a RISING edge using the BLE33. However, the pin reads HIGH after startup. Same happens with `pinMode(buttonPin, INPUT_PULLDOWN)` followed by...
I am trying to communicate via serial a sparkfun pro micro board (with the ATMega 32U4) with an arduino nano 33 iot. I tried with this example for sparkfun pro...
Hello, I'm working on a project using this board, is it possible to have the source code of the bootloader? Is it a Bossa bootloader, right? I would like to...
Sorry these aren't really issues, but questions related to the NFC-A Tag feature. I put this question on the Arduino.cc forum but in case not everyone looks at that forum...
We have tested blink on Nano 33 BLE Sense in two different computers with same results ... we cannot compile and get the following output: ``` Arduino: 1.8.11 (Windows Store...
Hi everyone, I would like to have more than 3 concurrent BLE connections with the Arduino Nano 33 BLE. As far as i understand i have to adjust the DM_CONN_MAX...
Hi, It looks like the Nina has OTA functionality (https://github.com/arduino/nina-fw/commit/d4a2118db23ea9541820a329a3d533cecaf3d4e6). Will the Nano 33 BLE be given OTA functionality? Many thanks.
@facchinm Since the 1.1.6 release of this Arduino core we have naming issues between the Arduino and the Mbed serial interfaces. Has anything changed here? ``` Arduino: 1.8.13 (Windows 10),...