Boochow's FBconsole on SSD1306

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
HermannSW
Posts: 197
Joined: Wed Nov 01, 2017 7:46 am
Contact:

Boochow's FBconsole on SSD1306

Post by HermannSW » Wed Mar 03, 2021 10:14 pm

Boochow did add missing os.dupterm() for Pico, allowing his FBconsole to run REPL and SSD1306 in parallel to UART and USB:
https://www.raspberrypi.org/forums/view ... 6&t=304410
Image


I am struggling building MicroPython for the Pico, wanted to see whether all is available from github right now:
viewtopic.php?f=21&t=9965


P.S:
REPL on SSD1306 works even after switching to 250MHz (from default Pico 125MHz system clock).
Proved by photos of consecutive timestamp differences (21us right at 125MHz, 11us left at 250MHz):
https://www.youtube.com/watch?v=Bs_zLS1 ... e=youtu.be
Image
Pico-W Access Point static file webserver:
https://github.com/Hermann-SW/pico-w

Tiny MicroPython robots (the PCB IS the robot platform)
viewtopic.php?f=5&t=11454

webrepl_client.py
https://github.com/Hermann-SW/webrepl#webrepl-shell

Post Reply