I am a bit of a newbie to Arduino and I am unable to connect to my ardunio uno on my Window 7 Pro computer using Chrome browser using Arduino Web editor. I get the following message "No Plugin Connection. Uploading is disabled until you reconnect."
I have tried Mozilla Firefox but get the same issue. I have followed the getting started instructions several times and downloaded and installed the agent (version 1.1.60-8f8e4c0) and restarted the computer but nothing seems to work.
My Arduino is showing up as a device on the computer (Com10) and the lights are on. I updated the chrome browser as well (Version 61.0.3163.100 (Official Build) (32-bit)).
I can't find the reason why it's not working. What else should I try?
I did select yes to certificate in Chrome etc. The create Icon is blue and I switched off firewalls temporarily but it seemed to make no difference.
However I have just uninstalled the Arduino_Create_Bridge and then ran through the getting started procedure again - this time using Firefox and this time it came up with an additional trust CA step. Thankfully the arduino is now working in Firefox! I'm very happy to have it working and will just use Firefox for my making!
Maybe I spoke too soon... as I am getting the following error when I try to load Blink (or any sketch):
Executing Command: exec: not started
With the following log:
Flashing with command:D:/Users/willist1/.arduino-create/arduino/avrdude/6.3.0-arduino9/bin/avrdude.exe -CD:/Users/willist1/.arduino-create/arduino/avrdude/6.3.0-arduino9/etc/avrdude.conf -patmega328p -carduino -PCOM10 -b115200 -D -Uflash:w:D:/Users/willist1/AppData/Local/Temp/arduino-create-agent090745184/Blink.hex:i
When I checked the directory D:/Users/willist1/.arduino-create/arduino/avrdude/6.3.0-arduino9/bin does not exist. However there is a folder D:/Users/willist1/.arduino-create/arduino/avrdude/6.3.0-arduino9
There is no avrdude.exe that I can find anywhere on my pc. So it looks like the setup process didn't install all the files correctly. Is there a log file I could look at to check the errors in the setup process?
Or is there a way to manually copy the necessary missing files from somewhere?