mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

11K
active users

#circuitpython

8 posts7 participants0 posts today

Wow, the libraries and docs around this #eink display are really lacking. I did get to the point of being able to render text in a custom font, but the Adafruit libraries in #CircuitPython are a pain to work with.

There’s a world in which I could achieve the effect I want if I used a a full-on Pi Zero instead of a Pi Pico, but I am still hoping to keep power to a minimum in order to run off a battery for ~a month.

I might abandon my plans tool use this display for an Oblique Strategies box and look for something better suited to the task.

Replied in thread

@b0rk relatedly, in #CircuitPython we've identified a small set of codes to support for the purposes of managing a built in terminal. Because we're extremely constrained on code size, it's a very small list. Clearing & positioning are about it. Plus scrolling when you reach the bottom of the screen. I think someone's adding scroll regions (set by some escape code or other) for more powerful microcontrollers that can accept the increased code size that requires. Similarly, just a few input escape sequences are handled, like left/right/up/down arrows. This is enough to be useful, there's a full screen editor implemented in Python though! learn.adafruit.com/circuitpyth

Adafruit Learning SystemCircuitPython Text Editor On The GoThis CircuitPython powered "Mini Computer" features a TFT Display, and USB Keyboard. Edit your code or other text files and save them to the devices internal storage.
Continued thread

My “watch cursor clock” display code had been dormant for 24 months, but tonight I ported it to a new board and display!

(Adafruit ThinkInk Feather and Waveshare 4.2” eink)

(It’s not perfect, there’s some garbled lines on the sides, but that’s fine since the 3D printed watch case will cover the top and bottom)

The power of #MARCHintosh, motivating me to go back to old projects!

github.com/pndurette/system-wa

I'm tyring #circuitpython on an #esp32 Yesterday I wasn't having any problems making http connections, but today, everything is failing with timeouts or EINPROGRESS or whatever.

The code was working consistently before. The wifi is fine. I can fetch data from my laptop.

I don't get it. FWIW, I"m using the adafruit_requests library.

MicroPython на STM32F4xx на собственной печатной плате. Ч.1. Погружение в MicroPython и его возможности

Добрый день, друзья! Это моя первая статья на Хабр да и вообще где-либо поэтому жду от вас полезных комментариев для заполнения пробелов в своих навыках и знаниях. В этой статье попытаюсь подробно указать/рассказать, как я запустил MicroPython на микроконтроллере STM32F411RET6 .

habr.com/ru/articles/887026/

#MicroPython #CircuitPython #Python #C #C++

ХабрMicroPython на STM32F4xx на собственной печатной плате. Ч.1. Погружение в MicroPython и его возможностиДобрый день, друзья! Это моя первая статья на Хабр да и вообще где-либо поэтому жду от вас полезных комментариев для заполнения пробелов в своих навыках и знаниях. В этой статье попытаюсь подробно...

Tommy & Tommy are showing prototypes of their first #CircuitPython projects due in two weeks. One is a DC Metro map with lights that move with trains, using a Pico W & API calls, the other is an alarm clock/heart monitor with Matrix portal. Students are pushing applied learning!