Search found 2 matches

by emperor101
Mon Jul 22, 2019 6:53 am
Forum: Programs, Libraries and Tools
Topic: uPing - Ping library for MicroPython
Replies: 29
Views: 109006

Re: uPing - Ping library for MicroPython

Hello:

Trying to make it work for a ESP8266 I get this:

sock1 = usocket.socket( usocket.AF_INET , usocket.SOCK_RAW , 1 )
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: [Errno 22] EINVAL

Any hint on how to fix it ?

Thanks !!!
by emperor101
Sat Jul 20, 2019 5:25 am
Forum: General Discussion and Questions
Topic: Wifi Extender application?
Replies: 2
Views: 2158

Re: Wifi Extender application?

Hello from Peru : This is my first post.... Thanks for bringing the power of Python to these boards !!!!! Probably the best option is to have ** 2 ** ESP32s. One will act as an access point and the other will be connected to the Internet. Both boards will be connected and transfer the data back and ...