1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mixly2-mixly2.0-win32-x64

 / Детали:

ESP32C3 firmware or upload issue?

Предстоит сделать
Владелец
Создано  
30.11.2024

I can flash the firmware for esp32c3 generic but cannot upload any programs after that. Message that I get on uploading is:

[Error] Interrupt failed
=== Upload failed ===

If I flash the board with standard esp32c3 micropython (e.g. using Thonny), I can upload mixly code that I write. However, the dht11/22 module is not compatible with the standard micropython firmware.

mixly version:
import dhtx
...
temp = dhtx.DHT11(3).temperature()
println(temp)

standard micropython version:
import dht
...
sensor = dht.DHT11(3)
sensor.measure()
temp = sensor.temperature()
println(temp)

  • the mixly dht11/22 code is not compatible with standard micropython firmware.

Комментарий (0)

GitLife Service Account Задача создана

Вход Перед тем как оставить комментарий

Статус
Ответственный
Контрольная точка
Pull Requests
Связанные запросы на слияние могут быть закрыты после их объединения
Ветки
Дата начала   -   Крайний срок
-
Закрепить/Открепить
Приоритет
Участники(1)
1
https://api.gitlife.ru/oschina-mirror/mixly2-mixly2.0-win32-x64.git
git@api.gitlife.ru:oschina-mirror/mixly2-mixly2.0-win32-x64.git
oschina-mirror
mixly2-mixly2.0-win32-x64
mixly2-mixly2.0-win32-x64