Strange: elsewhere, with another ESP8266 and using a TPM router using the same name: "Fritz!Box Fon WLAN 7360", it worked OoB !
???
Search found 141 matches
- Sun Nov 17, 2024 2:56 am
- Forum: ESP8266
- Topic: Connect an ESP8266 to a SSID containing spaces?
- Replies: 2
- Views: 349
- Sat Nov 16, 2024 9:13 am
- Forum: ESP8266
- Topic: Connect an ESP8266 to a SSID containing spaces?
- Replies: 2
- Views: 349
Connect an ESP8266 to a SSID containing spaces?
Hi, has someone got a solution with a 8266 to join a Wi-Fi network, which SSID contains spaces? I tried to escape the spaces with \%20 without luck, it just cannot connect. Connecting with Smart Config worked once, but it cannot reconnect a second time. Maybe another Wi-Fi library can do the magic? ...
- Sun Oct 27, 2024 5:55 pm
- Forum: ESP8266
- Topic: I can't copy the firmware of ESP-01 module
- Replies: 6
- Views: 2162
Re: I can't copy the firmware of ESP-01 module
Why did you read from 0x100000 but write to 0x000000?
- Fri Sep 13, 2024 6:56 am
- Forum: ESP32 Arduino
- Topic: How to install ESP32 Libraries in Arduino?
- Replies: 2
- Views: 1254
Re: How to install ESP32 Libraries in Arduino?
Easy peasy...
Download as .zip
Sketch / Include Library / Add .zip
Here you are...
Download as .zip
Sketch / Include Library / Add .zip
Here you are...
- Wed Sep 11, 2024 3:18 pm
- Forum: ESP8266
- Topic: Apparently, Serial.swap() kills OTA.
- Replies: 0
- Views: 1999
Apparently, Serial.swap() kills OTA.
Serial.swap() kills apparently OTA.
On each project where I run Serial.swap() I got massive trouble to update a .bin over OTA.
Has someone an explication and -better- a cure?
On each project where I run Serial.swap() I got massive trouble to update a .bin over OTA.
Has someone an explication and -better- a cure?
- Wed Sep 11, 2024 7:55 am
- Forum: ESP32 Arduino
- Topic: ESP MQTT quasi-broker library ?
- Replies: 0
- Views: 890
ESP MQTT quasi-broker library ?
Hi does someone know a MQTT receiver (consumer of publish messages) library i.e behaving like a broker, not a subscriber ?. The purpose is to receive MQTT messages from devices that can only send unencrypted MQTT messages in a LAN where they are relatively safe, eventually to forward them encrypted...
- Sat Sep 07, 2024 7:40 pm
- Forum: ESP32 Arduino
- Topic: High frequency messages with ESP_NOW
- Replies: 1
- Views: 1575
Re: High frequency messages with ESP_NOW
I am transmitting over UDP sendersthe raw structure mem-copied 1:1 into a char array that has the same length. On the receiving side, I mem-copy the received char into the same structure on the other side. If you have several senders, just add some bytes to the respective raw structure to get a diff...
- Wed Jul 24, 2024 5:34 pm
- Forum: ESP8266
- Topic: A lot of strange problems... 2 ESP8266 with duplicate MAC addresses !
- Replies: 3
- Views: 5056
Re: A lot of strange problems... 2 ESP8266 with duplicate MAC addresses !
It will not be permanent.
I just marked that device for use elsewhere in another network.
- Sun Jul 21, 2024 4:53 pm
- Forum: ESP32 Arduino
- Topic: Getting NTP localtime without config?
- Replies: 7
- Views: 3634
Re: Getting NTP localtime without config?
Very intelligent post...
- Fri Jul 19, 2024 11:28 am
- Forum: ESP32 Arduino
- Topic: Getting NTP localtime without config?
- Replies: 7
- Views: 3634
Re: Getting NTP localtime without config?
Sure. We are speaking about about the ESP library, which needs TZ and DST values to get the local time.