5

I'm using Arduino Uno "Wifi Developer Edition". I made my Arduino to get connected with my local network based on http://www.arduino.org/learning/getting-started/getting-started-with-arduino-uno-wifi

Now I would like to disable it and work with USB serial communication to upload sketches. But now I'm unable to upload sketches even if I select the serial port. I'm getting an AVRDUDE : seropen() Access is disabled error. I could perfectly do uploading if I select the networked port of the same Arduino.

Can I know why ?

Juraj
18.3k4 gold badges31 silver badges49 bronze badges
asked Mar 29, 2017 at 9:22
2
  • The serial should work regardless of the network. You could check the webinterface, but the problem seems to be on the serial side. Though I've never worked with the Arduino wifi Commented Mar 29, 2017 at 9:48
  • Have you installed al serial drivers and does it show in device manager? And try restarting your PC and running the Arduino IDE as administrator Commented Mar 29, 2017 at 9:49

2 Answers 2

1

You don't need to disable the Wi-Fi. The serial works with the Wi-Fi enabled. You need to first install the driver and then select the Serial port on the Arduino IDE.

Rohit Gupta
6122 gold badges5 silver badges18 bronze badges
answered Dec 2, 2022 at 13:37
1
  • did you ever work with Arduino Uno WiFi Developer Edition? Commented Dec 2, 2022 at 14:01
0

The reason why "Arduino WiFi Dev Ed" USB upload sometimes doesn't work, is the esp8266 connected to UART of Atmega for the OTA upload. If esp8266 doesn't boot, it doesn't set pin 4 to disconnect from Atmega UART and the connection to UART stays and disturbs the upload from IDE.

The esp8266 hangs sometimes, because it has pin 2 floating on this board, but there is a trace and a soldering point on the bottom of the board for pin 2. If it is touched or otherwise grounded the esp8266 doesn't boot until the potential on the pin rises.

More about Uno WiFi Dev Ed hardware here.

answered Jul 19, 2018 at 13:29

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.