Run Micropython in CYD (Cheap Yellow Display) and control the TFT 2025-06-29 504 Official Tutorial From TaoBao Factory : https://github.com/quantrpeter/2.8inch_ESP32-2432S028R Remark: use offset 0x1000 to write the firmware and have to erase flash…
Solved: unable to write to cheap yellow display esp32 2025-06-29 91 In mac, sometime arduino unable to write the program to cheap yellow display esp32, you can type the command manually
Solved : sr: resource: Failed to open resource 'fx2lafw-sigrok-fx2-8ch.fw' 2025-06-19 124 If you have this problem: run below and it said failed to find the firmware file So build this project…
Micropython for has no SoftI2C 2025-06-07 145 It has no SoftI2C, so change display = ssd1306.SSD1306_I2C(128, 64, SoftI2C(sda=Pin(20), scl=Pin(21))) to import timefrom machine import Pin, I2C, SoftI2Cimport…
Tutorial build micropython for WEACT_F411_BLACKPILL 2025-06-07 500 using st-flash is better then dfu-util because we don't need to put the board into dfu mode Micrpython testing example
AT28 Programmer (Java + Arduino) 2025-06-06 159 https://gitlab.quantr.hk/quantr/toolchain/java-at28-programmer https://gitlab.quantr.hk/example/arduino/at28-programmer