
Larger fonts on SSD1306 OLED displays - MicroPython Forum (Archive)
Jul 17, 2019 · This forum supports MicroPython. CircuitPython is the Adafruit fork of MicroPython, and their SSD1306 driver differs from the MicroPython version. I don't know if Adafruit support using …
SDCard () Instantiation Error on Soft Reboot: SPI bus already ...
Jul 23, 2022 · We're having trouble with microSD card access with MicroPython versions 1.16 through 1.19 on two different revisions of a single-board PCB based on the ESP32-WROVER-B (SPI RAM) …
Using CAN bus: baud configuration, and recv () in IRC - MicroPython ...
Jul 5, 2020 · Is that possible with the micropython CAN library? If not, is there a particular reason to avoid what I'm suggesting? Thanks in advance for any advice.
ESP 8266 i2c object with buffer protocol required - MicroPython Forum ...
Jul 31, 2017 · All ESP8266 boards running MicroPython. Official boards are the Adafruit Huzzah and Feather boards. Target audience: MicroPython users with an ESP8266 board.
ESP-Now support for ESP32 (and ESP8266) - Page 9 - MicroPython …
Aug 6, 2021 · Regarding callbacks, micropython does provide a mechanism for scheduling callbacks (and early versions of this driver used that mechanism), however, it is designed for lower-latency …
main.py does not appear to working after boot - Page 5 - MicroPython ...
Sep 17, 2019 · Re: main.py does not appear to working after boot by pythoncoder » Thu Jul 18, 2019 5:13 am The usual way to program MicroPython devices is as follows.
STM32F767ZI Board Support - MicroPython Forum (Archive)
General discussions and questions abound development of code with MicroPython that is not hardware specific. Target audience: MicroPython Users.
time.monotonic () Using Micropython and Circuitpython at the same …
Oct 15, 2021 · Now, I can use MicroPython and CircuitPython at the same time without problems but @hippy says that time.monotonic () implementation returns a 32-bit float value by default there are …
Fast Fourier transform in Assembler - MicroPython Forum (Archive)
MicroPythonForumHardware Projects and Component DriversDrivers for External Components Fast Fourier transform in Assembler Discuss development of drivers for external hardware and …
FastLED for MicroPython - MicroPython Forum (Archive)
Jun 12, 2018 · FastLED for MicroPython by ayke » Mon Sep 04, 2017 9:12 pm I've ported over some animations from FastLED to MicroPython, to make animations actually *fast*. The default LED …