-
Hi there,
I have successfully used there to connect to my Micropython board ( https://vgkits.org/blog/2018/05/08/introductory-video-tutorial/ ) but while I think it's doing everything correctly und…
-
**Describe the bug**
I've been trying to work with MicroPython on an ESP32 Feather (HUZZAH32), following this tutorial: https://randomnerdtutorials.com/micropython-esp32-esp8266-vs-code-pymakr/
Ho…
-
**Question**
How do you create and use a sensor device for MicroInfinity CruizCore XG1300L in micropython?
**Background Information**
I have a XG1300L plugged into port 3. I have a simple pyt…
-
I succesfully installed different `pybricks-micropython` on EV3 with the help of https://github.com/pybricks/support/issues/648.
Finding the file for the master branch works as described in #648, b…
-
My code looks like this, and when I use the modified API, I found that it causes the ESP32-S3 to restart directly:
`from machine import SPI
sd_spi_bus = SPI.Bus(host=1, mosi=42, miso=41, sck=44)
sd…
wxzed updated
3 weeks ago
-
I have come across a can bus implementation for esp-idf (https://github.com/ThomasBarth/ESP32-CAN-Driver). There is also an implementation for the pyboard available here https://github.com/micropython…
-
I get an error. I have uninstalled Thonny and reinstalled but the error persists.
Grateful for help:-) fredrik
PROBLEM IN THONNY'S BACK-END: Internal error (serial.serialutil.SerialException: Writ…
-
### Port, board and/or hardware
Raspberry Pi Pico W, esp32
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico W with RP2040
### Reproduction
**Not optimized**
1. Save…
-
I switched to Python3 from MicroPython for EV3. If I run the PY from Visual Studio Code Device Browser, the print("something") now output to the ev3 display. It used to be in the Visual Studio Code ou…
-
Currently we have a hack which uses the crt0 from MiSoC/LiteX libbase - https://github.com/upy-fpga/micropython/blob/master/litex/Makefile#L60-L61
As we are using newlib, we really should be using …