Issues Running The Blinky Example On Arduino Nano 33 BLE Home » Arduino Nano 33 Ble Mbed Os » Issues Running The Blinky Example On Arduino Nano 33 BLE Maybe your like Arduino Nano 33 Ble Ota Arduino Nano 33 Ble Pwm Arduino Nano 33 Ble Pwm Frequency Arduino Nano 33 Ble Pwm Pins Arduino Nano 33 Ble Rc Car Issues running the Blinky example on Arduino Nano 33 BLE Mbed OS Hello world! ble, mbed-studio, mbed_os, nrf52 Edwin_Z (Edwin Z) November 30, 2021, 7:55am 1 I see the board as an option in the target section. My board still functions and nothing else has been written to it, but I am having many issues writing to it. I am using Mbed studio and have attached a screen shot. Screen Shot 2021-11-29 at 11.55.08 PM2496×1430 351 KB Any help would be appreciated. JohnnyK (Jan Kamidra) November 30, 2021, 8:54am 2 Hello, https://forums.mbed.com/t/mbed-studio-does-not-detect-my-arduino-nano-33-ble/12064/2?u=johnnyk BR, Jan Edwin_Z (Edwin Z) November 30, 2021, 8:57am 3 Hello, I saw your reply, and thank you for replying here too. I guess, I am confused as to why the board would be an option on the platforms list if it is not able to be implemented. -E JohnnyK (Jan Kamidra) November 30, 2021, 11:27am 5 Yes, I totally understand your confusion. I don’t know how you are familiar with Mbed, but there is a target.json file what is probably the source for this tree. Probably there is a problem with a missing flag in settings of Arduino NANO 33 BLE. But I am not sure, maybe it’s an intention, that I don’t understand. BR, Jan gerriko (Gerriko IO) November 30, 2021, 3:32pm 6 You should refer to section 4.3 (Debug) of the official Nano 33 BLE datasheet. This tells you where to locate the SWD and SWCLK pins, which you’ll need in order to flash the Nano 33 BLE board using Mbed Studio with a DAPlink device. As @JohnnyK noted, you should look at Use MBED with Arduino MBED compatible board ? · Issue #19 · arduino/ArduinoCore-nRF528x-mbedos · GitHub Here it notes the difference, i.e. Arduino IDE’s Upload option is not integrated with the “Mass storage” upload option but is a serial based one. As such, I’d suggest you use the Arduino IDE to write your Mbed code as it should still compile within the Arduino IDE, or alternatively you can copy and paste your Mbed Studio code into the Arduino IDE in order to compile and upload. 1 Like Edwin_Z (Edwin Z) December 1, 2021, 6:53pm 7 gerriko: to write your Mbed code as it should still compile within the Arduino IDE, or alternatively you can copy and paste your Mbed Studio code into the Arduino IDE in order to compile and upload. Thank you for your reply. This is helpful. Edwin_Z (Edwin Z) December 1, 2021, 6:54pm 8 Thank you very much - this is helpful. Still trying to get a hang of these. Igor_Pener (Igor Pener) March 6, 2022, 1:07pm 9 I don’t think you can flash your Arduino directly from Mbed Studio but the easiest way to deploy your Mbed program to your Arduino Nano 33 BLE is explained here. tl;dr: Add the following to you mbed_json.app to create a .bin binary of your Mbed program "ARDUINO_NANO33BLE": { "target.OUTPUT_EXT": "bin" } Build your program inside Mbed Studio Double tap the reset button to put your Arduino into bootloader mode Use Arduino’s bossac command line tool to flash the board: "{path-to-arduino-bossac}/bossac" -d --port={port-name} -U -i -e -w "./BUILD/ARDUINO_NANO33BLE/ARMC6/{mbed-progam-name}.bin" -R 1 Like Related topics Topic Replies Views Activity Mbed CE: Official Support for Arduino Nano 33 BLE Mbed OS nrf52 1 2096 October 17, 2022 Mbed ans Arduino Nano33BLE Best practice 1 352 September 3, 2021 Using BLE libraries with MBED Studio Mbed Studio silicon-labs , ble 5 1243 July 9, 2020 Getting BLE Server working on Arduino Nano 33 BLE Mbed OS ble , nrf52 0 452 September 6, 2022 Why can't the watchdog be used on Arduino nano 33 ble Mbed OS mbed_os 1 739 August 9, 2021 Mbed OS Tag » Arduino Nano 33 Ble Mbed Os Installing Mbed OS Nano Boards - Arduino Documentation Why We Chose To Build The Arduino Nano 33 BLE Core On Mbed OS Arduino BLE Sense And Mbed Studio Code With Mbed Studio For Arduino Nano 33 BLE - Question How To Use Mbed RTOS Features On The Arduino Nano 33 BLE Arduino Nano 33 BLE Stops Execution After 8.5 Minutes ... - GitHub NeilBaner/nano-33-ble-mbed: Some Example Projects ... - GitHub New Arduino Nano Boards Run Arm's Mbed OS Mbed - Arduino Library List Mbed OS On Arduino Nano 33 BLE - Djynet Arduino Nano 33 BLE [ABX00030] › Customer Reviews Why We Chose To Build The Arduino Nano 33 BLE Core On Mbed OS Arduino And Mbed Framework On Ble Sense - PlatformIO Community New Mbed Directory For Arduino Nano 33 BLE Sense - Report Bugs