beyonlo
beyonlo
Hi, I created 3 ESP32 NAT router and not works, just max 2. **This not works:** SmartPhone --> ESP32-NAT-03 --> ESP32-NAT-02 --> ESP32-NAT-01 --> REAL-WIFI-ROUTER --> INTERNET Problem: SmartPhone connect...
Hi! Why download files over torrent not works on the esp32_nat_router? Thank you.
Hi Peter! In the link https://github.com/peterhinch/micropython-async/blob/master/v3/docs/I2C.md has a "The file sock_nonblock.py illustrates.." where "sock_nonblock.py" is a hyperlink to https://github.com/peterhinch/micropython-async/blob/master/v3/docs/sock_nonblock.py where this link do not exists. Thank you.
Hi Peter! Very nice work, but I'm a bit sad when start reading/testing uasyncio v3 code on my esp32. :( Many docs are referencing and works just with pyboard, and...
Hi Piter! Two questions: 1. Is the StreamWriter/StreamReader still the best idea/strategy to works with uasyncio v3, I mean, in async mode (no blocking) TCP/IP socket Client and Server, like...
Hi Piter. I have this code already perfect working in my application running on MicroPython 1.11.0, using asyncio v2 of course: ``` async def uart_receive(): sreader = asyncio.StreamReader(uart) while True:...
Hello. I would to know if this project is active, to fix new bugs and/or implement new features. Thank you!
Hello. Are there plans to MicroPython support? http://micropython.org Thank you.
The last commit was 11 months ago. I know that this doesn't mean if project is active or not. But Loboris do not reply the issues too. I would like...
Hello. Are there plans to support Camera using I2S on MicroPython? There are some ESP32 module that supports OV2640 and OV7670 cameras, Built-in Flash lamp. https://www.seeedstudio.com/ESP32-CAM-Development-Board(with-camera)-p-3153.html https://www.banggood.com/M5Stack-Official-ESP32-Camera-Module-Development-Board-OV2640-Camera-Type-C-Grove-Port-p-1333598.html?cur_warehouse=CN Thank you.