Search found 5 matches

by Alex_III
Tue Apr 13, 2021 6:34 am
Forum: ESP32 boards
Topic: WT32-ETH01
Replies: 3
Views: 4240

Re: WT32-ETH01

I tried it. Everything works fine.
The only problem is that almost all libraries Micropython are written for a wireless network, therefore, as a rule, they do not work on a wired LAN.
by Alex_III
Tue Apr 13, 2021 6:29 am
Forum: ESP32 boards
Topic: Timer and asyncio.Event()
Replies: 1
Views: 1141

Timer and asyncio.Event()

_event.set() does not work

Is this normal behavior when called from a callback function?
1.png
1.png (35.36 KiB) Viewed 1109 times
by Alex_III
Sat Apr 03, 2021 6:21 am
Forum: ESP32 boards
Topic: Disable GPIO irq
Replies: 1
Views: 999

Disable GPIO irq

p0 = Pin(0, Pin.IN) p0.irq(trigger=Pin.IRQ_RISING | Pin.IRQ_FALLING, handler=callback_read) I am writing the protocol DALI. Reading is not required there very often, so I would like to be able to disable interrupts. How to do it? Will re-configuring the port help? p0 = Pin(0, Pin.IN) Possibly disab...
by Alex_III
Fri Mar 26, 2021 5:12 pm
Forum: Programs, Libraries and Tools
Topic: Micropython on Linux, problen with *.mpy
Replies: 2
Views: 1799

Micropython on Linux, problen with *.mpy

Compiled on Ubuntu, it works. I wanted to install a library uasyncio. alex@ub2:~/micropython$ ./python -m upip install micropython-uasyncio Installing to: /home/alex/.micropython/lib/ Installing micropython-uasyncio 3.0 from https://micropython.org/pi/uasyncio/uasyncio-3.0.tar.gz alex@ub2:~$ ls ~/.m...
by Alex_III
Thu Mar 25, 2021 9:11 pm
Forum: ESP32 boards
Topic: WT32-ETH01
Replies: 3
Views: 4240

WT32-ETH01

WT32-ETH01 - ESP32 board with ethernet LAN8720
Price less than $ 10

Image

I want to use it for home automation. Nobody tried it?