-
Hello! I've been attempting to utilize this library on a raspberry Pi Pico with ST7789 (Pico-ResTouch-LCD-2.8). After installing micropython on the pico, I've been following the instructions provided …
-
This **works**, and properly sets the pin state:-
```
import serial
ser = serial.Serial()
ser.dtr=0
ser.rts=0
ser.port='/dev/ttyS9'
ser.baudrate=115200
ser.rtscts=0
ser.dsrdtr=0
ser.open()…
-
### Description
What are your thoughts on adding a WASM interpreter to Micropython's standard library / standard distribution?
The main benefit would be that I or anyone could for example write …
huyng updated
2 months ago
-
I'm trying to format the Eeprom according to instructions here:
https://tildagon.badge.emfcamp.org/hexpansions/eeprom/
I'm using the 1.3.0 version, with the following adjustments:
```
header =…
-
### Port, board and/or hardware
ESP32 WROOVER module on various boards
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; Generic ESP32 module with SPIRAM with ESP32
MicroPython v1.2…
-
I've got a mpremote shell on the Tildagon and am following the instructions for setting up WiFi at https://tildagon.badge.emfcamp.org/using-the-badge/connect-to-wifi/#option-2-use-tildagon-flasher
…
edent updated
5 months ago
-
I created a simple test using the example code to publish and subscribe. It works. However, I simulated a WIFI disconnection by power cycling my access point and the MQTT client just got stuck and n…
-
From the article below, it looks like VS Code can run on a Chromebook.
https://code.visualstudio.com/blogs/2020/12/03/chromebook-get-started
Does anyone have access to a Chromebook to try VS Cod…
-
To round off the test on the rpi pico, no luck so far. I had done a mpflash download and it downloaded the appropriate mp. I then did a mpflash flash and got a choice of port / board to select but …
-
You have to reset it manually after deploy