vik, to RaspberryPi

@scruss Found another problem with USB storage emulation on on the Pico. If you have the drive mounted and do suspend/resume on the PC, drive interactions on restart can stop the python code running!

blitzcitydiy, to random
@blitzcitydiy@mastodon.social avatar
cta, to random

I have been teaching for a while...happy with it. Spending the summer looking at the environment...seems fine? Not totally sure why I would switch away from MP, CP seems only marginally more convenient. Perhaps you who are reading this feel strongly one way or the other? If this is the case I am interested to hear your thoughts!

geekmomprojects, to random
@geekmomprojects@mastodon.social avatar

More fun with plushies and electronics. This guy doesn't have a name yet. A capacitive touch sensor in each hand changes patterns/colors of the LEDs in the ears and antenna. The XIAO sense controller has a built in mic and accelerometer, so I plan to add some more interactive features in the code. I purchased the base sewing pattern on Etsy, and the designer has a great website where she makes many free plushie sewing patterns available (https://cholyknight.com/)

A teal-colored blocky shaped plush robot with a pink pixelated heart sewn onto its belly and white cylindrical ears and a white-tipped antenna. The antenna tip and ears contain LEDs that display animation patterns that change when the robot's right hand is touched and which change colors when the robot's left hand is touched

gallaugher, to random
@gallaugher@mastodon.world avatar

Here is student Hunter showing the inside of his @Raspberry_Pi Pico-powered coffee maker. Checks temp, weighs & grinds beans, pumps water. It was some good brew & a great project. All in , too. 1/2 since Mastodon doesn't do video well. .

video/mp4

deshipu, to random
@deshipu@fosstodon.org avatar

Traveling for tomorrow. Bringing some robots and handhelds with me. Catch me if you want to see them and/or talk about Python on microcontrollers.

fluffy bunny spider robot walking

stylus, to programming

I'm at ! Say hi if you see me, especially if you're into it other on hardware!

ukscone, to random
@ukscone@fosstodon.org avatar

having a what I think is a "weird" problem. using an nrf52840 based thing (seeedstudio xiao & adafruit raytac dongle) and using the example programs for the adafruit_ble module and after a few seconds i'm running out of ram. always happens. sometimes as few as 10 results, sometimes as many as 3 or 4000 but it always happens. Anyone have any idea why? i can't think of why it wants so much ram for a simple scan loop.

blitzcitydiy, to random
@blitzcitydiy@mastodon.social avatar

i'm really proud of this compass project i just published: https://learn.adafruit.com/qualia-s3-compass

it's coded in and i put a lot of work into it to make sure it was functioning accurately while also looking nice with this round display. this required a lot of math and displayio graphics tricks that will hopefully be a helpful example for folks

todbot, to random
@todbot@mastodon.social avatar
blitzcitydiy, to random
@blitzcitydiy@mastodon.social avatar

Added weather data to the sportsball project. Also added a clock that shows if there is no game data available for a team. I sped up the display swap for demo purposes, usually it’s 10 seconds per scene. Coded in

video/mp4

ukscone, to RaspberryPi
@ukscone@fosstodon.org avatar

What's the easiest camera module to interface to the #raspberrypi #pico that you can get access to the image from #micropython or #circuitpython with?
the #usefulsensors #tinycodereader is great for normal qrcodes but working on decoding rMQRs and usefulsensors said they have no plans for a new rMQR decoding module or different firmware to do that so going to need to roll my own solution

scruss, to random
@scruss@xoxo.zone avatar

Time since starting programming in and getting "Volume was not properly unmounted. Some data may be corrupt. Please run fsck." from a code glitch crashing the board: 22 hours, 42 minutes, 24 seconds

ScottMonaghan, to ArtificialIntelligence

After security adventures & 2 hours of delays we are finally on the plane from Chicago to !


blitzcitydiy, to random
@blitzcitydiy@mastodon.social avatar

Sports! ESPN API with on a matrix portal s3. Go pats 🏈

tlaukkanen, to random

Prototyping a dial controller friend for Pikku macropad. The "Pikku Dial". Have to get some rubber feet on that as it's too light and slippery when dial is turned so it easily rotates the whole case. Testing with various knob designs.
Pico

Small macropads created with RaspberryPi Pico and 3D printed cases. Left one has six keys and right one has large dial. The dial knob is roughly 50mm in diameter.

prcutler, to python

I always say I should blog more, so I finally did. New blog post: MatrixPortal Album Art Display

prcutler, to random

My latest project is an update to an old PyPortal project, but this time using an RGB Matrix.

My turntable is in the other room. I pick an album to listen to on my website and it downloads the album art, converts it to a 64x64 bitmap, and then applies gamma correction to the image so it looks good on an RGB Matrix.The website sends a MQTT message and the S3 Matrix Portal downloads the album art for display. And now I can see the album art in my office!

axwax, to random

I finally got round to put together a simple based MIDI/audio setup to play with some of those brilliant experiments by @todbot .

In this clip I'm checking out polyphony and a couple of sounds using a Pico Lipo hooked up to their Pico Audio Pack and @adafruit's MIDI FeatherWing (via a dodgy and bodgy DIY adapter).

His code can be found at https://github.com/todbot/qtpy_synth (I think I based my experiment on hwtest7).

Atop a wooden desk an Arturia KeyStep 37 is connected to a Pimoroni Pico Lipo board with MIDI input and i2s audio output. I plug the MCU and a speaker into a power bank and proceed to play a little bassline, followed by a few chords on a couple of different sounds. In the process I adjust 4 knobs on the keyboard which are MIDI mapped to attack, decay, release and wavetable select.

blitzcitydiy, to random
@blitzcitydiy@mastodon.social avatar

tomorrow @ecken and i will be on the hackster cafe with @alexglow to chat about a few recent and upcoming projects that use the @adafruit rp2040 prop-maker feather and

https://www.youtube.com/live/uV7dRsMhHsk?feature=share

joshmarinacci, to random

The beginnings of a step sequencer. Playing with the new synthio api is so satisfying.

video/mp4

todbot, to SynthDIY
@todbot@mastodon.social avatar

omg I'm on the @realpython podcast, "Resources and Advice for Building CircuitPython Projects". We talk about but also , and hacking in general. (Apologies in advance for my rambling, I am unused to speaking to people in real-time) Thank you, @digiglean, for being such a gracious host! https://realpython.com/podcasts/rpp/161/

masukomi, to random
@masukomi@connectified.com avatar

is there any downside to using other than the speed of execution? The things i'm thinking of won't need anything particularly fast.

todbot, to genart
@todbot@mastodon.social avatar

There’s a neat new core library in CircuitPython: bitmapfilter. Originally designed for the PyCamera project, it’s got many useful operations for generative art stuff like I do in Processing/p5js. Here’s a start: random circles bluring away. note, it does require a fast processor like the ESP32-S3 as on this great Lilygo board. Code: https://gist.github.com/todbot/5b649b0ff314f2e723b6dd68d36c05b5
Thanks @stylus for your work on this library!

Tiny Lilygo ESP32-S3 TDisplay board showing a bunch of randomly colored circles that slowly blur and fade away

axwax, to random
@axwax@chaos.social avatar

Just before the end of here's a quick test of my cat detector prototype.

You know the problem: One minute the cat's there, the next it is hiding under the bed, or inside a cardboard box.

Fear no more, the cat detector will help you find that cheeky kitty in no time.

Uses a running , an MLX90640 Thermal Camera, and and colour LCD display.

Featuring

Thermal image of a now bored cat staring at the wall, displayed on an LCD screen inside a cardboard box.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • lostlight
  • All magazines