mastodon.codingfield.com is part of the decentralized social network powered by Mastodon.

Administered by:

Server stats:

1
active users

Learn more

#micropython

0 posts0 participants0 posts today

@eff
I combined dicewords with PasswordMaker on this @adafruit PyPortal in order to generate random site-domain specific passwords. The Circuit Python script will regenerate the password provided I can remember those 6 randomly selected words. It also acts as a keyboard HID
#MicroPython #electronics

I want a text-mode-UI (TUI) on my #MicroPython boards. But I could not find curses (or ucurses) that can actually be installed. I tried
`mpremote mip install curses`
which does not work. There is a curses.ascii module, but that does not contain any code, only constants.

Then there is github.com/pfalcon/picotui which looks awesome, but also does not work It requireres a `tty` module which is not available for micropython. Not sure how to solve that.

Does anyone have good resources for that topic?

GitHubGitHub - pfalcon/picotui: Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project. - pfalcon/picotui

Watch out, I'm a hardware designer now! My first board is here and it works!

Super happy with the "ambient light" effect:) There's one LED shining at the back into the hand, and another behind the screen, giving the impression of light passing through the PCB. Quite mesmerizing.

I still need to put side LEDs on (one for each of the touch pads), but those tiny SK6812-4020 turned out to be way beyond my amazing soldering skills 😅

Replied to xsk

Im very surprised this worked… #micropython test, less than 200 lines that I wrote in 1 hour.

Almost as much time it took to wire this monstrosity…

Will upload it on a new repo for peer review and some help with #rp2040 machine mem functions, but this seems to work just fine and the #sram (UT62256CSCL-70LL ) is healthy 😇