Search found 2 matches
- Sun Apr 17, 2022 7:20 am
- Forum: General Discussion and Questions
- Topic: How to include driver into micropython compilation
- Replies: 21
- Views: 169958
Re: How to include driver into micropython compilation
Hi, I've done some test with a ESP32-WROVER-IE and an external SPI Wiznet5500 ethernet chip. After a lot of research on this forum and github, I've decided to try to modify a pure-python adafruit driver (developed for circuitpython) for this chip. Now it seems works, but maybe it need more test. I ...
- Wed Apr 06, 2022 5:08 am
- Forum: ESP32 boards
- Topic: can anyone tell me how to make library for any sensors
- Replies: 2
- Views: 5072
can anyone tell me how to make library for any sensors
hi. i just want to make library for some modules connected to esp32 via micropython. i need to connect esp32 to Ethernet and couldn't find any library to do it. so i guess i need to develop one besides i use some libraries for temp and hum like aht10 and dht11 and I'm curious to know how exactly the...