Search found 7 matches

by outsidewall
Mon Apr 26, 2021 9:55 pm
Forum: ESP32 boards
Topic: WIFI scanning - doesn't find 13 channel
Replies: 9
Views: 5528

Re: WIFI scanning - doesn't find 13 channel

Hello,
Did a search on this forum/docs, could not find anything on setting the region.

Is there away to set the wifi region? ideally from micropython...

John
by outsidewall
Mon Apr 26, 2021 8:40 pm
Forum: ESP32 boards
Topic: Binary differences for ESP32 on this site.
Replies: 3
Views: 2294

Re: Binary differences for ESP32 on this site.

Hello,

Thank you or your reply, I was also interested in the differences between

esp32-idf4 (builds)

and

esp32-20210418-v1.15.bin (builds)

Reason being it seems the non idf4 (builds) do not seem to have the umqtt module

Regards John
by outsidewall
Sat Apr 24, 2021 7:40 pm
Forum: ESP32 boards
Topic: Binary differences for ESP32 on this site.
Replies: 3
Views: 2294

Binary differences for ESP32 on this site.

Hello,

What is the differences between the binary distributions for the ESP32 on this site?
I have read that the SPIRAM is an ESP32 with external ram, however I'm at loss what the differences are with the others.

Regards John
by outsidewall
Mon Jul 27, 2020 12:58 pm
Forum: ESP32 boards
Topic: ESP32 umqtt.simple userdata and client handle in a callback
Replies: 0
Views: 1958

ESP32 umqtt.simple userdata and client handle in a callback

Hello, I'm using umqtt.simple and am trying to find a way to pass the client mqtt handle and userdata into the message callback. So far, it seems the only way is by variables that have the scope of the program, not ideal. I have used paho-mqtt on a raspberry pi, which seems to support the mqtt handl...
by outsidewall
Sat Jul 04, 2020 9:57 am
Forum: ESP32 boards
Topic: schedule module, is there a micropython version
Replies: 6
Views: 5179

schedule module, is there a micropython version

Hello, I have found a very useful module called schedule for 'big' python (https://pypi.org/project/schedule/) I have also found a micropython-schedule (https://pypi.org/project/micropython-schedule/) The modules functionality will fit my needs perfectly.... Sadly the micropython-schedule, needs log...
by outsidewall
Tue Apr 21, 2020 7:25 am
Forum: ESP32 boards
Topic: DNS lookup of local domain not working
Replies: 2
Views: 2378

Re: DNS lookup of local domain not working

That's interesting.. My network has been as it is for at least 20 years, I'm not mDNS was around then.. Maybe a time for a refactor.
by outsidewall
Mon Apr 20, 2020 9:37 pm
Forum: ESP32 boards
Topic: DNS lookup of local domain not working
Replies: 2
Views: 2378

DNS lookup of local domain not working

Hello, I have an ESP32, running esp32-idf3-20191220-v1.12 The device boots fine, dhcps fine, indicating that is set to use one of my local dns servers. In my code i try to resolve a local host xyz.mydomain.local :- fails :-( If I change the host to resolve to www.google.com it works. :-) I do add th...