lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

70
active users

#circuitpython

0 posts0 participants0 posts today

#CircuitPython controlled pocket operator. KB2040 is setup as a midi in device. Reason is sending out four midi tracks on four different midi channels. Each button/synth voice on the pocket operator is assigned a midi channel. When a note on message comes in on the corresponding channel, the button is triggered via GPIO through a mosfet. The DAC is controlling the pot that is used for notes for some of the synth voices #pocketoperator

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.

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.

Continued thread

Got things wired up and wrote some quick demo code in #circuitpython using a vectorio circle, I’m mapping the analog input from the potentiometer to the circle x and y position so that the circle follows the pot’s wiper. It’s a log pot so there’s some accounting for that in the code. Luckily I’ve done a few round display projects in the past year so I could take from the math done by past me

#CircuitPython #Makers, I've heard Mu is being discontinued this year. I switched to PyCharm CE for my PhysicalComputing course last semester & it worked great, after the daunting (for newbies) setup & tio configuration. The code completion & error handling, plus adding CircUp, made things quite smooth. Is that still the recommended platform, or is there something else I should have on my radar? Thanks!

I teach separate courses in #SwiftUI and #CircuitPython on microcontrollers (Adafruit CircuitPlayground Bluefruit & Raspberry Pi Pico W). Over break I wanted to get some embedded Swift running on the Pico to bridge these works. The couple hours I’ve spent reading & watching videos suggests this is a bit of a gnarly setup - no Xcode, a new set of commands. Can anyone suggest a fast-path to quickly get up with #EmbeddedSwift? Does this seem ready for class/project use?

Just finished a complete overhaul of the internals of my ever popular lightsabre make which was broken in several ways and had multiple wires close to breaking. All resoldered and hot glue strain relief applied (after testing all parts together). New USB breakout fitted. Now to reassemble with newly printed parts (in PETG) which hopefully will handle the abuse this gets at public events. #maker #circuitpython