Search found 12 matches

by MATTYGILO
Tue Sep 05, 2023 1:24 pm
Forum: ESP32 boards
Topic: wifi and ble not reliable on esp32-c3 port
Replies: 6
Views: 16647

Re: wifi and ble not reliable on esp32-c3 port

Have you found a solution to this problem I am having the same issue
by MATTYGILO
Wed Aug 03, 2022 1:45 pm
Forum: ESP32 boards
Topic: WPA2 Enterprise
Replies: 22
Views: 20598

Re: WPA2 Enterprise

I have implemented the code on my repo but I get this error 0x4038516b: compare_and_set_native at /home/runner/work/tensorflow-micropython-examples/tensorflow-micropython-examples/esp-idf/components/esp_hw_support/include/soc/compare_set.h:25 (inlined by) spinlock_acquire at /home/runner/work/tensor...
by MATTYGILO
Wed Aug 03, 2022 11:10 am
Forum: ESP32 boards
Topic: WPA2 Enterprise
Replies: 22
Views: 20598

Re: WPA2 Enterprise

This doesn't work I get this error


OSError: Wifi Invalid Mode
by MATTYGILO
Mon Aug 01, 2022 4:00 pm
Forum: ESP32 boards
Topic: No such file or directory
Replies: 3
Views: 3337

Re: No such file or directory

I use v4.4 but why won't that work?
by MATTYGILO
Thu Jun 30, 2022 9:34 am
Forum: ESP32 boards
Topic: Support for WPA2 EAP networks.
Replies: 7
Views: 5787

Re: Support for WPA2 EAP networks.

Did you get this to work
by MATTYGILO
Sat Jun 25, 2022 4:30 pm
Forum: ESP32 boards
Topic: No such file or directory
Replies: 3
Views: 3337

Re: No such file or directory

Did you get a solution to this?
by MATTYGILO
Mon Jun 20, 2022 5:38 pm
Forum: ESP32 boards
Topic: WPA2 Enterprise
Replies: 22
Views: 20598

Re: WPA2 Enterprise

Ok Doesn't work I now realise that this must be for another port

probably:
https://docs.micropython.org/en/latest/ ... NWiPy.html
by MATTYGILO
Mon Jun 20, 2022 5:25 pm
Forum: ESP32 boards
Topic: WPA2 Enterprise
Replies: 22
Views: 20598

Re: WPA2 Enterprise

Ok micropython has a function called network.phy_mode([mode]) and these methods network.MODE_11B – IEEE 802.11b - IEEE 802.11n-1999 network.MODE_11G – IEEE 802.11g - IEEE 802.11g-2003 network.MODE_11N – IEEE 802.11n - IEEE 802.11n-2009 Doing some research I have found out that In enterprise mode, de...
by MATTYGILO
Mon Jun 20, 2022 5:09 pm
Forum: ESP32 boards
Topic: WPA2 Enterprise
Replies: 22
Views: 20598

Re: WPA2 Enterprise

For anyone interested these are the micropython network values __class__ <class 'module'> __init__ <function> __name__ network AP_IF 1 AUTH_MAX 9 AUTH_OPEN 0 AUTH_WAPI_PSK 8 AUTH_WEP 1 AUTH_WPA2_ENTERPRISE 5 AUTH_WPA2_PSK 3 AUTH_WPA2_WPA3_PSK 7 AUTH_WPA3_PSK 6 AUTH_WPA_PSK 2 AUTH_WPA_WPA2_PSK 4 MODE...