Search found 811 matches

by davef
Thu Jul 28, 2022 10:44 pm
Forum: General Discussion and Questions
Topic: Strange ESP-Now Issue - SOLVED
Replies: 20
Views: 15625

Re: Strange ESP-Now Issue

Need to correct a statement ... the working system is a ESPNow-only remote, but a ESPNow/WiFi local. I will try an ESPNow-only link.
by davef
Thu Jul 28, 2022 10:38 pm
Forum: General Discussion and Questions
Topic: Strange ESP-Now Issue - SOLVED
Replies: 20
Views: 15625

Re: Strange ESP-Now Issue

I will try to fire-up the test system again. Give me an hour or so.
by davef
Thu Jul 28, 2022 10:19 pm
Forum: General Discussion and Questions
Topic: Strange ESP-Now Issue - SOLVED
Replies: 20
Views: 15625

Re: Strange ESP-Now Issue

The system cannot find the path specified. (os error 3) ??
by davef
Thu Jul 28, 2022 10:16 pm
Forum: General Discussion and Questions
Topic: Strange ESP-Now Issue - SOLVED
Replies: 20
Views: 15625

Re: Strange ESP-Now Issue

In a test system I was able to send multiple messages.
by davef
Thu Jul 28, 2022 10:13 pm
Forum: General Discussion and Questions
Topic: Strange ESP-Now Issue - SOLVED
Replies: 20
Views: 15625

Re: Strange ESP-Now Issue

Hmmm, I don't get an error message just doesn't work the 2nd time. How do you raise the error message?
by davef
Thu Jul 28, 2022 9:29 pm
Forum: General Discussion and Questions
Topic: Strange ESP-Now Issue - SOLVED
Replies: 20
Views: 15625

Re: Strange ESP-Now Issue

O dear ... a bit confusing.

My current issue is that I only get the first message, re-boot and only the first message again.

Good luck!

Do you check the mac just before you try to send something?
by davef
Thu Jul 28, 2022 8:31 pm
Forum: General Discussion and Questions
Topic: Strange ESP-Now Issue - SOLVED
Replies: 20
Views: 15625

Re: Strange ESP-Now Issue

Hi Mike,

The tests were to confirm that the problem was really confined to the one specific ESP8266. So, on the the unit that does work can you send two messages and receive them?
by davef
Thu Jul 28, 2022 8:22 pm
Forum: ESP32 boards
Topic: station.scan() issue on ESP32
Replies: 22
Views: 31433

Re: station.scan() issue on ESP32

What is your reason for ensuring that both the AP and STA are disconnected and inactive before connecting. On the ESP32 if you have been connected and try to re-connect, using a CTRL-C (soft-reset) you get a WiFi internal error. If you do a hard-reset things seem to work OK. While you are working o...
by davef
Thu Jul 28, 2022 8:06 pm
Forum: ESP32 boards
Topic: machine.WDT does not appear to work [Sorted]
Replies: 14
Views: 7806

Re: machine.WDT does not appear to work

karfas, Thank you for taking the time to explain. The Software WDT (by mkiotdev): ## Simple software WDT implementation wdt_counter = 0 def wdt_callback(): global wdt_counter wdt_counter += 1 if (wdt_counter >= 10): machine.reset() def wdt_feed(): global wdt_counter wdt_counter = 0 wdt_timer = machi...
by davef
Thu Jul 28, 2022 7:52 pm
Forum: General Discussion and Questions
Topic: Strange ESP-Now Issue - SOLVED
Replies: 20
Views: 15625

Re: Strange ESP-Now Issue

Just an idea - don't power-up ESP8266 #2: - reboot the other two devices, confirmed received message on ESP8266 #1 - power-down ESP8266 #1 - reboot the other two devices, confirmed received message on ESP8266 #2 Repeat the whole process while trying to send two messages to each ESP8266. Are you doin...