HI !
I just got an Arduino Nano, but impossible to use because my computer is running Ubuntu under AARCH64. Ye, kinda sad. So i checked and theres no officials clients for this architecture, but i discovered : Arduino Cloud (: . Only problem (ye ik theres much problems), it asks me to download the Cloud Agent HTML file, and place it in the application folder, but i really dont know if this even exists. If you can help me, tysm (:
Ad i also said, i really dont know (and i think theres not) a app folder, so i wanna get some indications for where shuold i place the cloud agent in my PC
It is not an HTML file. It is a .tar.gz file, which contains a .run file. Maybe you didn't click the "DOWNLOAD" button on the Arduino Cloud Agent installation page?
But unfortunately I don't think this will be of any use to you even if you did manage to download the file. The reason is that Arduino only distributes x86 builds of Cloud Agent.
The most simple way to get started using Arduino on your AArch64 machine is to use Arduino IDE 1.8.19. Arduino distributes AArch64 builds of that version of Arduino IDE. You can download Arduino IDE 1.8.19 from the "Linux ARM 64 bits" link at this section of the "Software" page:
If you are set on using Arduino Cloud on an AArch64 machine, you would need to build the Cloud Agent application from source. This is a somewhat advanced endeavor. I'll provide an overview:
Arduino Cloud Agent should now start running. Note that this application simply runs in the background and serves as a "bridge" between the Arduino Cloud website and the serial port of the Arduino board connected to your computer. So you won't see a GUI open when running Cloud Agent, but Arduino Cloud should recognize that it is running and be able to interact with the board connected to your computer.
That is a bug in the website. The download page is showing you instructions for the macOS version of Cloud Agent. Those instructions are not relevant to Linux users.
Hi
I was thinking that the only issue for me was to use the cloud editor.. But the AARCH64 version seems to works nicely. About the Cloud agent, it redirects me to this page : https://cloud.arduino.cc/download-agent. When i click on the Download button, it downloads me a HTML file. I dont know why lol
Ty (:
-Bapt-tech
Im sorry to disturb you again, but when i want to upload a script on my Arduino, the console sends me this : Arduino : 1.8.19 (Linux), Carte : "Arduino Nano 33 BLE"
fork/exec /home/bapt-tech/.arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/bin/arm-none-eabi-g++: no such file or directory
Erreur de compilation pour la carte Arduino Nano 33 BLE
Same when i try to upload an empty code.
Ty
This error can be caused by something going wrong when you installed the Arduino boards platform that adds support to Arduino IDE for the Nano 33 BLE board. That type of problem can often be fixed by removing and then re-installing the broken boards platform via Boards Manager.
Please try this:
Select Tools > Board > Boards Manager... from the Arduino IDE menus.
The "Boards Manager" dialog will open.
Wait for the updates to finish, as shown by the messages printed at the bottom of the "Boards Manager" dialog.
Scroll down through the list of boards platforms until you find the "Arduino Mbed OS Nano Boards" entry. Click on it.
Some buttons will appear on the entry.
Click the "Remove" button on the "Arduino Mbed OS Nano Boards" entry.
Wait for the removal to finish.
Click the "Install" button on the "Arduino Mbed OS Nano Boards" entry.
Wait for the installation to finish.
Click the "Close" button on the "Boards Manager" dialog.
The "Boards Manager" dialog will close.
Now try compiling or uploading to your board again. Hopefully the error will no longer occur.
for both Intel and Apple Silicon. Another option is to use Rosetta on the AS Mac to run Intel software. The downloaded disk image name is named ArduinoCloudAgent-1.6.1-osx-amd64-installer.dmg, which hints at the latter, but that is not necessary.