I have just started with the Arduino today and almost nothing works. I have been unable to use Web Editor using Chromium on an RPi or Chrome on a Windows 7 machine (plug-in either will not install or does not work), I tried installing the IDE on the RPi but doing that corrupted all the software on the RPi and I have had to rebuild everything including the OS from scratch.
I have now installed the IDE on the Windows 7 machine. At least this time the machine survived. This is what happens:
Using device manager, I installed the drivers for the Nano 33 IoT but when I try to download I get an error report to the effect that a board cannot be found on the selected port.
The select port option is greyed-out.
Using the PC's control panel, I can find the Arduino but nothing about it's USB connection. It also reports that no driver is installed despite the IDE reporting a successful iĆstallation of the drivers.
Not off to a good start.
In summary, I have problems with:
Plug-in for Chromium (RPi 4)
Plug-in for Chrome (Windows 7)
IDE for RPi 4
IDE for Windows 7
I would welcome any suggestions for any of the above problems, in particular for 4. This is the last thing that I have tried and looks the most promising. I don't want to try 1 again because of the damage done last time.
I can see that I shall have to divide my problems into four sections but let's concentrate on 4.
I have tried all the things in your list that are relevant. The nub of the problem seems to be the lack of a driver despite it being reported as having been installed by the IDE.
I have let Windows 7 search for a driver in the Arduino/drivers directory on the C: drive but none were found.
As far as my first experiences with the Arduino are concerned: The only ray of light in all this is that the Web Editor does work on a Macbook and I have written and downloaded sketches with that. Unfortunately the Mac is not a machine that I want to use in my lab.
There must be a way to develop for the Arduino using a PC or an RPi - I'm sure that there are many people doing just that.
Perhaps you can let me know where I can find whatever driver I am missing and then I can install it.
I followed the link and read about USB problems and the suggested solution of using a powered USB hub. I can see that there is a heading about "Installed cores" but no text.
Just to clarify: I used the Board Manager, located the entry for the Nano 33 IoT and clicked download. It took a while but no errors were reported. As far as I understand the Arduino terminology, this will have installed (or not) the appropriate core.
By core, I assume you mean all the register location and content definitions are needed for software development for bare processors (no OS).
I shall try a powered USB hub tomorrow and see what that does.
Is there any way I can give you more information? - It seems clear that something has not installed. As far as I can see, the USB driver is missing. Is there some way I can install this missing piece- according to the Board Manager everything got installed.
With the core installation for the new NANO's I saw drivers also added at this end.
You are mostly correct in that it would normally be the definitions etc.
Just going by my own experience here with win7 x64 pro that was all.
There should be three pictures that just show the method used.
I will also add some text too so thanks for that.
Raspberry Pi running Raspbian needs 32-bit executables. Do not use 64-bit binaries. If the binary says "Linux" but not "Linux ARM" then it almost always for Intel/AMD CPUs so will not work on Raspberry Pi CPUs (all ARM).
Try the "Linux ARM 32 bits" version of the Arduino IDE on the Pi4 . Do not install the IDE using apt or apt-get. See the following for downloads and instructions.
Background:
I did get the Web Editor to run in Chrome on a MacBook Air. I also wrote a sketch, downloaded it and it worked. The problem is that I do not want to use this computer in my lab. I've got other machines there for software and hardware development.
Poki:
I have just managed to get the IDE to run on the RPi 4. There seemed to be problems with the shortcuts and I was a bit confused by the fact that the IDE software is not installed in /usr/local/bin (or similar) where I expected it to be.
I may have some problems later because the one file that was in /usr/local/bin is no longer there. I removed it (it was a shortcut anyway) while trying to sort out the shortcut problem.
Bob:
So at the moment I have Web Editor on a MacBook and IDE on an RPi 4.
I would prefer to use Web Editor via Chrome on any machine (RPi 4, PC) rather than being restricted to individual installations.
I am going to continue trying to get the IDE or Web Editor to work on a Windows 7 machine.
As far as planned projects are concerned - although not completely happy that I cannot use Web Editor on any machine with Chrome - I am good to go.
If I find out what the problem is with my Windows 7 machines, I shall let you now - it might be of general help.