Closed
Description
Hello, I have a Arduino Nano 33 IoT, I attach it to the computer and it shows in the board list:
$ arduino-cli board list
Port Type Board Name FQBN
/dev/ttyACM1 Serial Port (USB) Unknown
I suspect this is due to a missing core. Core list:
arduino-cli core list
ID Installed Latest Name
arduino:avr 1.6.23 1.6.23 Arduino AVR Boards
arduino:samd 1.6.22 1.6.22 Arduino SAMD Boards (32-bits ARM Cortex-M0+)
I tried searching cores for nano
, 33
, iot
, I installed the core found (arduino:avr
) but still the board is unknown.
Which core should I install? How should I know the core to install?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels