lasselukkari / DuinoDCX

WiFi remote controller for the Behringer Ultradrive.
MIT License
91 stars 11 forks source link

WiFi Connection #257

Closed pitchbent closed 2 years ago

pitchbent commented 2 years ago

Describe the bug Hey there, i can not get a connection to the DuinoDCX using the serial chiller board. I can't connect via laptop at all (P14s running Manjaro), with my phone (Pixel 3A) the connection instantly resets when I try to load the web page.Is there any workaround?

To Reproduce Try to connect to device.

Expected behavior A connection.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Hardware (please complete the following information):

Development environment (please complete the following information):

lasselukkari commented 2 years ago

I have not heard about such problems before.

It seems that you are not using the ESP32 core version 1.0.4 defined in the instructions. I have not tested the the latest 2.X.X version but previously it had problems.

If the problem persists with core version 1.0.4 you could try to some of the web server examples that come with the Arduino ESP32 core. Try this one first: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/SimpleWiFiServer/SimpleWiFiServer.ino. If it works try modifying it so that it creates a wifi access point.

If you have an ESP32 development board I would try the examples and the DuinoDCX firmware with that too to make sure your hardware is working as expected. The connection to the ESP32 development board with DuinoDCX firmware should work even without any of the other hardware connected.

pitchbent commented 2 years ago

You are the best! Seems like I got a little bit tired when I tried to flash the board... now it seems to work. Now I only have to connect it to my Ultradrive. Thank you for this amazing Soft- & Hardware!

lasselukkari commented 2 years ago

I'm happy you got it working!