Search found 19 matches

by Zidanoff
12 Dec 2023, 10:38
Forum: ESP Easy: General Discussion
Topic: LORA and ESP-NOW
Replies: 1
Views: 1397

LORA and ESP-NOW

Hello friends! Please clarify, can I use a pair of esp32 with LoRa TTN - RN2483/RN2903 as a receiver-transmitter for a long distance, and then relay the receiver with lora to the esp-now network for a group of 10-20 esp32? We need to send commands across a long distance for this bunch of devices, an...
by Zidanoff
04 Nov 2023, 09:32
Forum: ESP Easy: Hardware
Topic: QMC5883L vs HCM5883L
Replies: 5
Views: 3030

QMC5883L vs HCM5883L

Hello! Is it possible to add support for the new QMC5883L? It has a different i2c address and slightly different data addresses. The differences are described here https://1wire.com.ua/download/qmc5883l_dif.pdf, and here https://github.com/dthain/QMC5883L is a sensor library for Arduino. These senso...
by Zidanoff
05 Aug 2023, 23:05
Forum: ESP Easy: Software
Topic: ADC values of the ESP32 as a button
Replies: 5
Views: 3329

Re: ADC values of the ESP32 as a button

I return to the task again. In addition to the proposed options, it is possible to add another tricky option with a comparator and ESP32 DAC. Through the DAC, we set the level of the reference voltage to the comparator and so we adjust the response threshold, right? However, how will the ESP behave ...
by Zidanoff
30 Jul 2023, 20:17
Forum: ESP Easy: Software
Topic: "Match Type" filter bug on change
Replies: 4
Views: 796

Re: "Match Type" filter bug on change

Thanks, it really works!
by Zidanoff
30 Jul 2023, 09:59
Forum: ESP Easy: Software
Topic: "Match Type" filter bug on change
Replies: 4
Views: 796

"Match Type" filter bug on change

Build: ESP_Easy_mega_20230623_max_ESP32_16M1M If I change the "Match Type" in the process, then the data from the port will stop being received until the ESP32 is rebooted. This error does not exist on Build: ESP_Easy_mega_20230409_collection_C_ESP32_4M316k Check, please. The accepted valu...
by Zidanoff
30 Jul 2023, 09:47
Forum: ESP Easy: Hardware
Topic: Which ESP32 to choose en jlcpcb?
Replies: 4
Views: 1662

Re: Which ESP32 to choose en jlcpcb?

Received and verified "E" version: ESP Chip Model: ESP32-D0WDQ5-V3
by Zidanoff
30 Jun 2023, 10:20
Forum: ESP Easy: Software
Topic: ADC values of the ESP32 as a button
Replies: 5
Views: 3329

Re: ADC values of the ESP32 as a button

Yes, that's right, like Touch. Too bad it's not available right now.
by Zidanoff
30 Jun 2023, 09:42
Forum: ESP Easy: Software
Topic: ADC values of the ESP32 as a button
Replies: 5
Views: 3329

ADC values of the ESP32 as a button

Please tell me if it is possible to set the ADC values of the ESP32 as a button by setting the status trigger levels on or off and a kind of trashhold for the response time. This should work fast enough, at the level of the speed of a conventional button, from 50ms. The fact is that there is an opto...
by Zidanoff
18 Jun 2023, 14:34
Forum: ESP Easy: Hardware
Topic: Which ESP32 to choose en jlcpcb?
Replies: 4
Views: 1662

Re: Which ESP32 to choose en jlcpcb?

Thank you, I will try "E" version!
by Zidanoff
18 Jun 2023, 14:05
Forum: ESP Easy: Hardware
Topic: Which ESP32 to choose en jlcpcb?
Replies: 4
Views: 1662

Which ESP32 to choose en jlcpcb?

Hello! I want to order a board with assembly in China. There are 3 different modules available with 16m memory on board. Which one is better to choose so that the "max" firmware supports it? https://www.lcsc.com/product-detail/WiFi-Modules_Espressif-Systems-ESP32-WROOM-32-N16_C529581.html ...
by Zidanoff
01 May 2023, 15:29
Forum: ESP Easy: General Discussion
Topic: Stats max value is freezes?
Replies: 1
Views: 1030

Stats max value is freezes?

Hi! Stats max value is freezes on old sampling. Maybe I misunderstand the algorithm, but I thought that this is the maximum value for the current data set (64 samples). The value 2.3 was already there before, now we don't see it anymore. It is Dummy Device. Build: ESP_Easy_mega_20230409_collection_C...
by Zidanoff
26 Apr 2023, 10:42
Forum: ESP Easy: Projects / Applications
Topic: Moving average of 200 readings
Replies: 9
Views: 1959

Re: Moving average of 200 readings

Your wonderful examples inspired to modify them a little so that everything works correctly when stepping over the maximum element. Otherwise, the last element from the sum was not removed and the error accumulated with each new transition cycle through the higher variable. on MyEvent do // %v201% =...
by Zidanoff
25 Apr 2023, 14:12
Forum: ESP Easy: General Discussion
Topic: Very long time connecting to WiFi
Replies: 62
Views: 49629

Re: Very long time connecting to WiFi

I finally took new esp32 with me to ride both together in the car, with the new and old firmware simultaneously. And still disappointing, it connects in about 1-1.5 minutes. While esp in the car can hook the network in 10 seconds if on the old firmware. This is a network with powerful antennas and a...
by Zidanoff
25 Apr 2023, 11:20
Forum: ESP Easy: Projects / Applications
Topic: Moving average of 200 readings
Replies: 9
Views: 1959

Re: Moving average of 200 readings

Many thanks to TD-er and Ath! Indeed, the option with statistics combined with a dummy device will work. Also, the tricky trick with variables works great! I am using ESP32.
by Zidanoff
24 Apr 2023, 17:05
Forum: ESP Easy: Projects / Applications
Topic: Moving average of 200 readings
Replies: 9
Views: 1959

Moving average of 200 readings

Greetings! Right now I'm using the standard averaging of readings, but is it possible to get a moving average of 200 readings? Variables are limited to 16, so the problem is not trivial. Let,10,[VAR#9] Let,9,[VAR#8] Let,8,[VAR#7] Let,7,[VAR#6] Let,6,[VAR#5] Let,5,[VAR#4] Let,4,[VAR#3] Let,3,[VAR#2] ...
by Zidanoff
13 Apr 2023, 10:02
Forum: ESP Easy: General Discussion
Topic: Very long time connecting to WiFi
Replies: 62
Views: 49629

Re: Very long time connecting to WiFi

"WiFi mesh" or "band steering" not used. One OpenWrt hotspot
Model TP-Link TL-WR1043N v5.
by Zidanoff
13 Apr 2023, 09:53
Forum: ESP Easy: General Discussion
Topic: Very long time connecting to WiFi
Replies: 62
Views: 49629

Re: Very long time connecting to WiFi

Of course, I will try to test it on another esp32. However, I think the problem is due to some optimization of the rescan time in new firmware.
by Zidanoff
13 Apr 2023, 09:00
Forum: ESP Easy: General Discussion
Topic: Very long time connecting to WiFi
Replies: 62
Views: 49629

Re: Very long time connecting to WiFi

Only ESP_Easy_mega_20220809_normal_ESP32_4M316k is fast reconnect. All the latest releases are checked and all reconnect for a long time. Each new release I look forward to and check, and then come back with tears.
by Zidanoff
12 Apr 2023, 17:10
Forum: ESP Easy: General Discussion
Topic: Very long time connecting to WiFi
Replies: 62
Views: 49629

Re: Very long time connecting to WiFi

Maybe the first connection is fast, but these assemblies take a very long time to connect if the network disappears for a long time. Last year's version connects in 5-15 seconds, the new build does it in 30-60 seconds. I use it in the car, and therefore I have to stay on the old assembly. Otherwise,...