Replies: 3 comments
-
Also output from the
|
Beta Was this translation helpful? Give feedback.
-
Now checking whether the access point is configured using this command
So it says access point is configured, running on channel 11, WPA_WPA2_PSK, max 4 connections, and SSID broadcast on. As for current IP address, using
Now for something interesting - network connection status with
That corresponds to |
Beta Was this translation helpful? Give feedback.
-
It looks like my issues with wi-fi lie in the ES8266 hardware side, and not DCC-EX - running raw AT commands against it via the serial interface to connect to an existing wireless network fails.
Status is this: Telling it to start up a new access point seems to succeed, but no network ever appears to other devices.
The weird thing is that it works once before, somehow - because I had the relevant Wi-Fi access point as a saved network on my phone. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I've had success with getting DCC-EX working on an Arduino Uno with a direct USB connection.
But I'm currently trying to get a Mega+WiFi setup working based on these steps:
https://dcc-ex.com/reference/hardware/microcontrollers/wifi-mega.html
And yes, I read the big "The DCC-EX team do not recommend the combined Mega2560 + WiFi due to the number of issues encountered in recent times" disclaimer on the top of the instructions, and my board also happens to have both "poorly soldered USB connectors" and "issues getting wireless working" issues - when I bought the board said disclaimers weren't there, so I'm pushing through anyway.
My current status - bootup console logs suggest Wifi is getting setup correctly:
However the WiFi network never appears to come online for my smartphone to connect to. I have tried multiple devices, with no success.
I have also gone through the debugging steps listed here, and the ESP8266 microcontroller appears to have been programmed successfully.
https://wakwak2popo.wordpress.com/2021/01/05/flashing-at-command-set-on-combined-mega-8266-board/
My only other though are these bits from the logs flagging errors.
Does anyone have any ideas for commands to run to debug this further?
Beta Was this translation helpful? Give feedback.
All reactions