Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic IP address not registered in the port list for ESP32 S3 (Read 149 times)
Itsmetoo
Junior Member
**
Offline


Posts: 19
Joined: Jan 25th, 2015
IP address not registered in the port list for ESP32 S3
Dec 18th, 2024 at 8:05am
Print Post  
Hello, while there is no issue with the IP registration in the port list for various ESP32 version, all my S3 versions seems to be not self registering. Is there a way to add it manually (at least) or any other way to make it work?
Thx in advance for your guidance!
Sebastien
« Last Edit: Dec 18th, 2024 at 11:05am by Itsmetoo »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Online


Posts: 2498
Joined: Feb 13th, 2019
Re: IP address not registered in the port list for ESP32 S3
Reply #1 - Dec 18th, 2024 at 10:47am
Print Post  
Thanks for the report, could you enable vMicro > Compiler > Verbose and rebuild the project and attach the log again?

The IP Address can be manually entered into the port list box (Click into it, type the address, press Enter).
  
Back to top
IP Logged
 
Itsmetoo
Junior Member
**
Offline


Posts: 19
Joined: Jan 25th, 2015
Re: IP address not registered in the port list for ESP32 S3
Reply #2 - Dec 18th, 2024 at 11:09am
Print Post  
I modified the log file. Was sure verbose was enabled, but...
I tried to type in the port dropbox list and it finally worked. I understood that after typing the IP, you have to press ENTER. If you click outside you loose the entry. It's a detail but I missed it.

about OTA, I checked it is working with espota.exe command. It also work with the upload from visual micro. The only thing missing is the auto registration in the drop box.

A last point: is there a way to encode OTA the authentication somewhere? If you encode a wrong password, the upload stop to work as the password parameter stay wront up to the moment you close and reopen VS I think:

ls\espota.exe -r -i "10.10.10.132" -p "3232" "--auth=" -f Pipe.ino.bin"
Sending invitation to 10.10.10.132 
The uploader process failed
Authenticating...FAIL
12:09:58 [ERROR]: Authentication Failed

« Last Edit: Dec 18th, 2024 at 11:13am by Itsmetoo »  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Online


Posts: 2498
Joined: Feb 13th, 2019
Re: IP address not registered in the port list for ESP32 S3
Reply #3 - Dec 18th, 2024 at 1:40pm
Print Post  
Thanks for the update.

We have uploaded the standard OTA Sketch to an ESP32S3 (UM PROS3) with the same ESP32 v2.0.17 package installed, and the IP Address showed up in the drop down as expected after about 10s.

The Espota Upload uses the IP Address, wheras the drop down list discovery uses the MDNS protocol to identify the device.

Does running Visual Studio as an Administrator make any difference?

Do you have the Arduino IDE installed to see if the IP Address shows there?
  
Back to top
IP Logged
 
Itsmetoo
Junior Member
**
Offline


Posts: 19
Joined: Jan 25th, 2015
Re: IP address not registered in the port list for ESP32 S3
Reply #4 - Dec 19th, 2024 at 6:40pm
Print Post  
Hello, I was very surprised that this S3 appeared on my second computer (I have 2 licenses for my desktop and my laptop). The problem appears on the laptop only. same lan. FW disabled. What could be the reason for that?

Sebastien
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Online


Posts: 2498
Joined: Feb 13th, 2019
Re: IP address not registered in the port list for ESP32 S3
Reply #5 - Dec 20th, 2024 at 10:21am
Print Post  
I assume they are both running up to date vMicro versions?

Is there any reason UDP Port 5353 would be blocked on the laptop (different AV/Firewall Software)?
  
Back to top
IP Logged
 
Itsmetoo
Junior Member
**
Offline


Posts: 19
Joined: Jan 25th, 2015
Re: IP address not registered in the port list for ESP32 S3
Reply #6 - yesterday at 3:42pm
Print Post  
yes same versions of windows, both no firewall, same visual micro versions...
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Online


Posts: 2498
Joined: Feb 13th, 2019
Re: IP address not registered in the port list for ESP32 S3
Reply #7 - Today at 10:36am
Print Post  
Does the machine which doesn't work have the Bonjour Service installed and running out of interest?
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint