Search found 141 matches

by rin67630
Sun Nov 17, 2024 2:56 am
Forum: ESP8266
Topic: Connect an ESP8266 to a SSID containing spaces?
Replies: 3
Views: 15690

Re: Connect an ESP8266 to a SSID containing spaces?

Strange: elsewhere, with another ESP8266 and using a TPM router using the same name: "Fritz!Box Fon WLAN 7360", it worked OoB !
???
by rin67630
Sat Nov 16, 2024 9:13 am
Forum: ESP8266
Topic: Connect an ESP8266 to a SSID containing spaces?
Replies: 3
Views: 15690

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 ...
by rin67630
Sun Oct 27, 2024 5:55 pm
Forum: ESP8266
Topic: I can't copy the firmware of ESP-01 module
Replies: 6
Views: 13330

Re: I can't copy the firmware of ESP-01 module

Why did you read from 0x100000 but write to 0x000000?
by rin67630
Fri Sep 13, 2024 6:56 am
Forum: ESP32 Arduino
Topic: How to install ESP32 Libraries in Arduino?
Replies: 2
Views: 3002

Re: How to install ESP32 Libraries in Arduino?

Easy peasy...

Download as .zip
Sketch / Include Library / Add .zip

Here you are...
by rin67630
Wed Sep 11, 2024 3:18 pm
Forum: ESP8266
Topic: Apparently, Serial.swap() kills OTA.
Replies: 0
Views: 6958

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?
by rin67630
Wed Sep 11, 2024 7:55 am
Forum: ESP32 Arduino
Topic: ESP MQTT quasi-broker library ?
Replies: 0
Views: 2944

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 ...
by rin67630
Sat Sep 07, 2024 7:40 pm
Forum: ESP32 Arduino
Topic: High frequency messages with ESP_NOW
Replies: 1
Views: 2563

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 ...
by rin67630
Wed Jul 24, 2024 5:34 pm
Forum: ESP8266
Topic: A lot of strange problems... 2 ESP8266 with duplicate MAC addresses !
Replies: 3
Views: 8806

Re: A lot of strange problems... 2 ESP8266 with duplicate MAC addresses !

You can assign a new MAC address to avoid duplicates.
It will not be permanent.
I just marked that device for use elsewhere in another network.
by rin67630
Sun Jul 21, 2024 4:53 pm
Forum: ESP32 Arduino
Topic: Getting NTP localtime without config?
Replies: 7
Views: 5147

Re: Getting NTP localtime without config?

simpson_robot_never_worked.gif
Very intelligent post...
by rin67630
Fri Jul 19, 2024 11:28 am
Forum: ESP32 Arduino
Topic: Getting NTP localtime without config?
Replies: 7
Views: 5147

Re: Getting NTP localtime without config?

NTP uses UTC time. Always. Period.
Sure. We are speaking about about the ESP library, which needs TZ and DST values to get the local time.

Go to advanced search