Search found 8 matches
- Mon Sep 20, 2021 1:03 pm
- Forum: ESP32 Arduino
- Topic: Ethernet web server
- Replies: 1
- Views: 5060
Ethernet web server
I am using esp32 as a wifi web server on which a web page runs. Everything works using the arduino library. I would like to do the same thing using ethernet w5500 using the EthernetWebServer.h libray but i don't find the instructions like "server_web.on" or "server_web.send" used by wifi, are there ...
- Wed May 26, 2021 2:38 pm
- Forum: ESP32 Arduino
- Topic: mesh network + wifi
- Replies: 4
- Views: 4468
Re: mesh network + wifi
The first problem was my fault, I was using bad a library. I have created a mesh network with some esp32 devices. The master device connects to the main wifi and communicates with the other mesh devices. The maximum number of nodes is 10, so if I want to add other devices I have to create an additio...
- Tue May 18, 2021 6:43 am
- Forum: ESP32 Arduino
- Topic: mesh network + wifi
- Replies: 4
- Views: 4468
Re: mesh network + wifi
sorry, I have the wrong section of the forum, I am using Arduino-Ide.
- Tue May 18, 2021 6:37 am
- Forum: ESP32 Arduino
- Topic: mesh network + wifi
- Replies: 4
- Views: 4468
mesh network + wifi
I made a mesh network with three esp32 devices using the painlessMesh.h library and everything is working fine.
When I connect only one esp32 to the wifi network, it often doesn't respond to the ping for several seconds.
What can it be?
When I connect only one esp32 to the wifi network, it often doesn't respond to the ping for several seconds.
What can it be?
- Fri Apr 02, 2021 4:02 pm
- Forum: Hardware
- Topic: IO22 - IO23 short circuit
- Replies: 8
- Views: 7263
Re: IO22 - IO23 short circuit
After testing, I think I understand that the problem occurs at power on or off.
On pin EN I put a resistor from 10K to 3V3 and a capacitor from 1uF to GND.
Are there soft power on and soft power off commands?
On pin EN I put a resistor from 10K to 3V3 and a capacitor from 1uF to GND.
Are there soft power on and soft power off commands?
- Tue Mar 30, 2021 10:10 am
- Forum: Hardware
- Topic: IO22 - IO23 short circuit
- Replies: 8
- Views: 7263
Re: IO22 - IO23 short circuit
I think thet the module is not damaged. If I pass the solder only pin IO22 and IO23 the short circuit disappears. Technically I can't give myself an explanation.
I am using Arduino IDE, it could be the problem?
I am using Arduino IDE, it could be the problem?
- Tue Mar 30, 2021 7:24 am
- Forum: Hardware
- Topic: IO22 - IO23 short circuit
- Replies: 8
- Views: 7263
Re: IO22 - IO23 short circuit
Thanks for the tips. I measured the short circuit with the electronics off. The pcb is ok and I have already resoldered and cleaned up. The module was hand soldered, could it be so delicate that it has been damaged?
- Mon Mar 29, 2021 2:13 pm
- Forum: Hardware
- Topic: IO22 - IO23 short circuit
- Replies: 8
- Views: 7263
IO22 - IO23 short circuit
I am using an ESP32 Wrover module ie. During normal operation, pins IO23 and IO22 create a short circuit (about 20 ohms). The short circuit is internal to the module. The strangest thing is that if I resolder only these two pins, the short circuit disappears. If I leave the electronics on for a few ...