New embedded #Rust video is out! I cover test-driven development (#TDD) by showing how to use Rust's built-in test framework with the sensor library we wrote in a previous episode. Check it out!
👇
https://www.youtube.com/watch?v=n7q4WYA9qVY

#embedded #RaspberryPiPico #microcontroller
@digikey

Intro to Embedded Rust Part 9: Test-Driven Development | DigiKey

YouTube

As a hobby thing I'm trying to code Conway's Game of Life for an Adafruit RP2040 + HDMI stick I got recently and it has me wondering what could be done with making the cells different shapes: hexagons, triangles, anything else that fits neatly in each other, what other cool shapes and behaviors can you get with similar conditions?

I wish my ADHD would actually let me work consistently on this, this has been a fun thought experiment of how to structure this

#RP2040 #RaspberryPiPico #Adafruit #Conwaysgameoflife #actuallyAutistic #ActuallyADHD #AmateurDev

do you like those number sliding puzzles? Do you have a #Pimoroni #Presto to hand?

Then here is a simple single-file python app for you!

https://github.com/vwillcox/presto-sliding-puzzle

#Pimoroni #RaspberryPiPico #RaspberryPi #Game #Python

GitHub - vwillcox/presto-sliding-puzzle: A 15-tile sliding puzzle for the [Pimoroni Presto](https://shop.pimoroni.com/products/presto) (RP2350, 480×480 touchscreen), written in MicroPython.

A 15-tile sliding puzzle for the [Pimoroni Presto](https://shop.pimoroni.com/products/presto) (RP2350, 480×480 touchscreen), written in MicroPython. - vwillcox/presto-sliding-puzzle

GitHub

So, what’s better for nighttime/headlights-on mode? Top and bottom rows permanently on, middle section comes on for brakes? Or middle section permanently on and top and bottom come on for brakes?

#WeirdCarMastodon #opensource #electronics #raspberrypi #RaspberryPiPico #embedded #classiccars

Made a cartridge for the #FujiNet #PicoROM prototype. All data is transferred over the bus, it doesn't plug into the serial port in the back of the CoCo. As a prototype it's still missing things and has to be plugged into a computer which is what the USB-C connector is sticking out of the top. #RaspberryPiPico #RetroComputing #VintageComputing #TRS80CoCo

I have a Raspberry Pi Pico I need to figure out how to use. I want to turn it into some kind of programmable LED strip thing. I have an addressable light strand, I think. I just want to be able to plug it in to USB power, a wall wart, and then be able to change the colors with my phone or with OpenRGB on my computer. Or better yet, with my Google speaker.

#Linux #RaspberryPiPico

I have written a simple HTTP example for pi pico 2 w

Most of the examples on the internet are broken, wrong, limited, overly complex.

https://github.com/robsonde/pico-http

#RaspberryPiPico #programming

GitHub - robsonde/pico-http: Raspberry Pi Pico 2 W - HTTP example

Raspberry Pi Pico 2 W - HTTP example. Contribute to robsonde/pico-http development by creating an account on GitHub.

GitHub

Time for another #Rust video! This time, I show how lifetimes and lifetime annotations work. They come up a lot when working with embassy, so it's useful to know what that 'a means.
👇
https://www.youtube.com/watch?v=3hzrRgXeNuk

#embedded #microcontroller #programming #RaspberryPiPico @digikey

Intro to Embedded Rust Part 8: Lifetimes and Lifetime Annotations | DigiKey

YouTube
gallaugher (@gallaugher.bsky.social)

“Noah, ya gotta funk?” Students in the MakerSoace building a CircuitPython Raspberry Pi Pico DJ board with Adafruit Adalogger Cowbell, DAC, and 12 pad cap touch breakout. Learn at bit.ly/pico-school

Bluesky Social

I don’t think there’s any obvious way to detect whether a client program has connected to a TinyUSB CDC interface. During bring-up, I don’t want to start the emulator until its diagnostic port is being viewed. Can sense when the Pico is plugged into the host, but can’t sense when minicom is connected. (but, still, progress)

Any ideas?

#RaspberryPiPico #TinyUSB