Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flash project to Nano 33 BLE Sense #662

Open
konegen opened this issue May 4, 2021 · 1 comment
Open

Flash project to Nano 33 BLE Sense #662

konegen opened this issue May 4, 2021 · 1 comment

Comments

@konegen
Copy link

konegen commented May 4, 2021

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
Copy link

You can try:

> BOARD_TAG = nano
> BOARD_SUB = nano_33_iot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants