beyonlo
beyonlo
Hello I would like to use an ethernet on the Espressif ESP32-S3 with the WIZnet ethernet chip, like as you did with RPICO. Is possible to use this driver to...
### Description Is there a way to set what are the values allowed and/or min and max values allowed on the `Slave`? "HREGS": { "EXAMPLE_HREG": { "register": 93, "len": 9,...
### Description @brainelectronics The PR #75 fixed that hudge problem with timing/CRC errors. So I have two questions: 1. When the @GimmickNG finish the PR #56, will the PR #75...
Hi, I talked to you in the past on this issue https://github.com/mcauser/awesome-micropython/issues/38 Do you think do support the uasyncio/non-blocking on the Slave and Master? Thank you in advance!
Hello, I would like to have a captive portal on my ESP32. My intention is in really that when mobile user acess de ESP32 Access Point without password, can open...
Hi, this driver works with the LoRaWAN using the OTAA and ABP activation? I need to use my ESP32 device with LoRa using a LoRa provider (LoraWAN), is possible? Thank...
Hello! Do you have plans to support the `MicroPython`? I think that on the [pid.py](https://github.com/m-lundberg/simple-pid/blob/master/simple_pid/pid.py) needs just to change the `import warnings` to an equivalent in `MicroPython`, right? And about...
Hi all 1. What is advantage to use aiosqlite over a normal (blocking) sqlite3 Python driver in another thread? 2. What is advantage to use to use a normal (blocking)...
Hello! Some times my application was very slow, and I noted that problem could be the write file slowing down the entire application. So I did a very simple example...
Hi all! I need to communicate with some products that have an API that support *only* `HTTP Digest authentication`, I mean, they do not support `HTTP Basic authentication` and it...