Asked — Edited

Uart Wifi

Hello,

After unsuccessfully trying the UART WIFI suggested by this website, mainly because of power issues though I could have it to work and run for a little while, I tried another UART WIFI which seems much, much, much more reliable and user friendly since it has its own AP mode which allows you to configure it through web interface directly (you do not need to connect it to USB TTL module) and a quite efficient factory restoration process in case you input the wrong settings.

The model hardware name on Amazon is "Embedded Wifi To Serial Module RS232UART WIFI Board Module External Antenna"

I can get a connexion to EZB using both methods : typing directly the IP address + port into ARC's connection or through serial emulation.

However, when I use serial emulation (HW virtual serial port) I get a repeating message such as : "Disgard incoming buffer (This should never happen)"

And if I connect through IP address directly I get something really weird : it says that I have to upgrade the EZBoard firmware and, most of all, it shows different versions numbers : 24.x , 14, 17...

Here is the full debug report in cas God (DJ) took a look at it. I remember someone had ordered the same device so I'm posting this in case he found the proper settings. I set the module to 9600 bauds, TCP server mode. Let me know if you need more details.

Here is the debug report.

EZB 0: TCP Server stopped Camera Disabled

EZB 1: TCP Server stopped

EZB 2: TCP Server stopped

EZB 3: TCP Server stopped

EZB 4: TCP Server stopped

Attempting connection on 192.168.0.10:8086 Connection Failed: System.Exception: Controller Not Responding at EZ_B.EZB.Connect(String hostname, String tcpPassword, Int32 baudRate) Disconnected Attempting connection on 192.168.0.10:8086 Connection Failed: System.Exception: Controller Not Responding at EZ_B.EZB.Connect(String hostname, String tcpPassword, Int32 baudRate) Disconnected Attempting connection on 192.168.0.10:8086 Connected to 192.168.0.10:8086 EZ-B reports EZ-B Firmware V14.5 Connection Failed: System.Exception: Invalid Firmware Version. Please Upgrade. EZ-B Reports v14.5. This copy of ARC requires v16

Would you like to view the help tutorial with instructions on how to upgrade the firmware? at EZ_B.EZB.Connect(String hostname, String tcpPassword, Int32 baudRate) Disconnected Attempting connection on COM8 Connected to COM8 at 9600 EZ-B reports EZ-B Firmware V24.5 Connected Disgard incoming buffer (This should never happen) (...) Disgard incoming buffer (This should never happen) Disconnected [by user]


ARC Pro

Upgrade to ARC Pro

With ARC Pro, your robot is not just a machine; it's your creative partner in the journey of technological exploration.

United Kingdom
#17  

You may not need any password, the box comes up when connecting to another instance of ARC, which can have a password but doesn't need one. If none is used just clicking OK or cancel works.

#18  

What I disdcovered is that when any charactors are typed into that block, you get an error and the Version number changes to other versions like 4.1, 7.2, etc. I finally got one of the two WiFi boards from Amazon.com to connect by only using the virtual comm port.

User-inserted image

PRO
Synthiam
#19  

If the device is configured correctly, there is no reason why it should be an issue. The EZ-B is TTL (3 or 5 volts works). The EZ-B is not RS-232. The EZ-B will automatically adjust baud rate between 300bps and 115,200bps during connection.

By default it is recommended to use 9600 for best use of ARC control timing.

Some suggestions:

  • 9600 (not 57,600 like your screen shot)
  • Disable Local Echo
  • The "password" is only if the device you are connecting to requires one. By default it should be blank (empty)
  • 8 data bits
  • parity none
  • 1 stop bit
  • ctsrts disabled

As for the UART timing settings - I have no idea what those are. I can't even understand what they could be?

#20  

Thanks for the tips DJ, the WiFi board from Amazon.com is powered using a 3.7vdc LI-ion pack and the communication is at TTL levels not RS232. The WiFi admin page was changed to 9600, 8,N, & 1. No option for local echo and CTS, RTS were turned off. Success was achieved only by the virtual comm port.

#21  

Would you send me the name of this board or, better, a link to the amazon product ? I'm eager to finally have a wifi working on my project. Can you also let me know which port redirector you're using ? Is it HW ? If so, what are the settings you picked in the settings tab ? Thank you.

#22  

@elfege, I have the same board you discussed on the first page of this thread.

Here are the HW serial port settings:

User-inserted image

User-inserted image

Here's a pic of the WiFi board

User-inserted image

#23  

And it works through com forwarding ? You gained control of the EZB ? because I did the same... and it didn't work. I'll try again and see what I might have missed. Thank you !

#24  

Sorry to bother you again but would you send a picture of the wifi WEB app config ? Because I still get "disregard incoming buffer issue".