Search found 138 matches

by rin67630
Fri Sep 13, 2024 6:56 am
Forum: ESP32 Arduino
Topic: How to install ESP32 Libraries in Arduino?
Replies: 2
Views: 362

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: 312

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: 279

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

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...
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: 3468

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

aliarifat794 wrote:
Sun Jul 14, 2024 6:15 pm
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: 2622

Re: Getting NTP localtime without config?

lbernstone wrote:
Fri Jul 19, 2024 11:03 pm
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: 2622

Re: Getting NTP localtime without config?

lbernstone wrote:
Thu Jul 18, 2024 3:55 am
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.
by rin67630
Tue Jul 16, 2024 7:55 pm
Forum: ESP32 Arduino
Topic: Getting NTP localtime without config?
Replies: 7
Views: 2622

Re: Getting NTP localtime without config?

Geolocation is a service provided by a 3rd party. Those services are generally not free (as in the GPL definition of free). They are free (as in beer), from many sites after a registration. Here's an example My preference nowadays is to get the timezone and utc from a web client through a hidden el...
by rin67630
Tue Jul 16, 2024 5:03 pm
Forum: ESP32 Arduino
Topic: Getting NTP localtime without config?
Replies: 7
Views: 2622

Getting NTP localtime without config?

Hi, do we have a way to get NTP localtime without a manual configuration?
I mean with the callling IP, a geolocation can be done and out of that the time zone parameters TZ and DST_MN automatically derived, isn't it?
by rin67630
Sun Jul 14, 2024 10:43 am
Forum: ESP8266
Topic: A lot of strange problems... 2 ESP8266 with duplicate MAC addresses !
Replies: 3
Views: 3468

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

I got recently a lot of strange problems: My Arduino IDE did only display sporadically a few of the ~twenty connected ESP8266 devices as OTA candidates I have. And once I found a match to upload, it seemed to upload, but did not. My dashboards in the cloud displayed erratic results. After a long tro...