Hi, it is long time I don't use Arduino, and now happened to me to buy the Chinese version of Nano 33 BLE.
I am using a MAC; arduino IDE 1.8.8
Here the link to the model:
[u]Redirect Notice
I know it is necessary to instal a core to make a board work, so i tried with the core of Nano 33 BLE,
then I go to Tools> Board and select Nano 33 BLE (not sure of this part)
then Tool> Port> and I select the port which disappear when i disconnect arduino, which appear to be "usbmodem14201" (is it srange it doesn't display the name of the Arduino board?)
at this point I try to upload the classic blink and I get a message "No device found on cu.usbmodem14201"
I think the error could be in thinking that a Nano 33 BLE core would work for a third party arduino, so i have been searching for a JSON core for my board but I didn't find anything.
I read about third party cores here:
[u]https://www.arduino.cc/en/Guide/Cores[/u]
Could you help me to understand where to start to solve my problem, I know it is very specific, but even understanding where to start to search what I need would be helpful, thank you!
EDIT: I have tried changing the board with "Arduino Nano" and now it works, but how am I supposed to know that using the standard Nano setting I would be able to upload the program? which value/code should I look to when I buy a new Arduino? Thank you!