Setting up a new account - I have been trying to use ChromeOS with Linux and Arduino IDE 1.8.19 and - other than simple things working, anything with displays (LCD, Waveshare 2.8 TFT Shields) - nothing.
So, trying to eliminate Chrome OS/IDE 1.8.19.
Hence - I'm here.
So why would "add device" only show 3 things to pick from ? Tried plugging in my R3 too, only shows 3 devices to add.
I am not sure what you are saying, you do not need an account to use the Arduino IDE or Linux.
I highly recommend you get the Arduino Cookbook and go through it cover to cover, it will be an invaluable aid. It is the best single document I found to get started in the Arduino world.
I use Linux Mint Cinnamon and the IDE 1.8.18 and 1.8 19 for over a year without any problems.
Hopefully this helps, if you need more information were are here to help just ask.
True, because this is "IoT Cloud", and it can be used with IoT capable boards only.
Arduino R3 doesn't have a WiFi or Ethernet and cannot be considered an iot device.
Hi @p001_coder. You can't use the UNO R3 board as an Arduino Cloud IoT Device as you are attempting to do. This is the reason why you don't see it listed on the Device creation dialog.
However you can use Arduino Cloud to write, compile, and upload non-IoT sketches for the UNO R3 board.
Connect the UNO R3 board to your computer with a USB cable.
Click the "DETECT DEVICE" button on the Cloud Editor toolbar.
The "app.arduino.cc wants to connect to a serial port" dialog will open.
Select the serial port of your UNO R3 board from the menu. If you have an official Arduino UNO R3, it will be something like "0043 (ttyACM0)"
Click the "CONNECT" button in the dialog.
The dialog will close and you will now see that "Arduino Uno" is selected in the board selector on the Cloud Editor toolbar.
You can now write Arduino sketches, compile and upload. You can also open example sketches and manage the installed libraries for use in your sketches from the collapsible panel on the left side of the Cloud Editor page.
How many of them are using ChromeOS machines though?
I don't have a lot of experience in this area, but from the experience I do have it seems to be very challenging to use Arduino IDE on a ChromeOS machine, even after enabling "developer mode" and using Linux. I gave up after I could not find any way to give the user account the necessary write permissions to upload to the boards.
ChromeOS is the operating system used on Chromebook computers.
ChromeOS is a Linux distro, but the machine is very locked down.
Chromebooks are very commonly used as school-provided computers because they are easy to manage for that use case. I think that, at least historically, they have been available for a relatively low cost (though I was actually surprised to find the prices were not as low compared to standard computers as I expected when I was shopping for mine).
If all you have is a ChromeOS machine and you have an interest in Arduino, you are surely going to try to find a way to use it.
Fortunately, Arduino Cloud provides a way for people to easily use ChromeOS machines to develop Arduino projects. The browser-based approach of Arduino Cloud is well suited for ChromeOS, where web applications are the standard.
It can come from a problem of drivers or permissions under ChromeOS. Have you enabled USB access for Linux in the settings? If not, try with Arduino IDE 2.0, it handles the connections better. Also check with lsusb if your Arduino is detected. Sometimes using another USB cable solves the problem!