sudar / Arduino-Makefile

Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.
http://hardwarefun.com/tutorials/compiling-arduino-sketches-using-makefile
GNU Lesser General Public License v2.1
2.02k stars 449 forks source link

Flash project to Nano 33 BLE Sense #662

Open konegen opened 3 years ago

konegen commented 3 years ago

Hello all,

I am trying to flash the blink example to my Arduino nano 33 ble sense. "The Arduino Nano 33 BLE Sense is based on the nRF52840 microcontroller." link.

If I want to flash the blink example with the make upload command to my Arduino I get the error:

\home/jetson/Arduino_Projekte/Arduino-Makefile/Arduino.mk:1731: recipe for target 'do_upload' failed
make[1]: *** [do_upload] Error 1
make[1]: Leaving directory '/home/jetson/Arduino_Projekte/Arduino-Makefile/examples/Blink'
/home/jetson/Arduino_Projekte/Arduino-Makefile/Arduino.mk:1718: recipe for target 'upload' failed
make: *** [upload] Error 2`

This is my Makefile (it is just the standard makefile with some adjustments):

BOARD_TAG    = nano
ARDMK_DIR = /home/jetson/Arduino_Projekte/Arduino-Makefile
include $(ARDMK_DIR)/Arduino.mk

So is it not possible to load a project to this Arduino or what could be the reason for this problem? Can anyone help me?

Thanks, Daniel

vladBaciu commented 9 months ago

You can try:

> BOARD_TAG = nano
> BOARD_SUB = nano_33_iot