Close

228 Results for "raspberry pi"

  • First step (part two)

  • Now connect the two modules to the Raspberry Pi.I'll make a diagram of the connections but meanwhile I'll leave the list of connected pins (this module uses the 32 pin version):nRF24 - Raspberry GPIOFCSN (P1.1) - 8FMISO (P1.0) - 9FMOSI (P0.7) - 10FSCK...
  • TSE80: Respin & more.

  • As I have had some time to further the project, I've done a redesign of the board (see the pictures section on the left) with room for two Teensy microcontrollers, and a header for a Pimoroni Pirate Audio (or other Raspberry Pi compatible I2S audio hats...
  • Reprogram the code in Golang

  • Hey guys and gals! So in order to be able to play music on my speakers through my Pi, I am installing and running a program called Shairport-Sync (Github). It hosts a Airplay server on the Raspberry Pi, and allows the playback of music via the network...
  • Buttons

  • Pretty much every GPIO pin not used for the display or audio is used for the buttons. I decided to make it simple and just use a separate pin for every button. The list looks like this:UP 20DOWN 26LEFT 16RIGHT 6A 23B 7L1 12L2 5R1 4R2 17START 22SELECT...
  • Blowing off some CPU steam

  • When running the Pink balancer agent on Upkie, the four CPU cores of the Raspberry Pi are used as follows: CPUIDProcessesThreadsUsage (%)0Spine (+ other system processes)Logger (+ other system threads)10 ± 51SpineSpine loop10 ± 52SpineCAN communications50...
  • Das Blinkenlights

  • I've covered the fiddliest part of setting up a Blinkt server in the previous wiring log, so we may as well launch into a discussion of Blinkter.py, a flask server controlling a Blinkt RGB LED strip. As discussed, the first thing to do is to make a local...
  • Outdoor Speakers and Audio setup

  • Of all of the project, this is probably the most simplistic. I considered building a more permanent speaker enclosure, but at the end of the day I was more interested in getting the project up and working than I was in diving into the specifics...
  • the precursor device

  • When I first started this project a years ago I started with simple idea, I originally designed cases for switches and had wires connecting to shift registers that directly interfaced with a raspberry pi which displayed the number of the first user to...
  • KeyboardWhiz hardware background

  • Laptop keyboard FPCs can have up to 32 pins - and "keyboard+other things" connectors, on like Thinkpad or Framework keyboard modules, can even have up to 50 pins. It's hard to find a cheap USB-capable microcontroller with so many pins. A typical keyboard...
  • Protocol suggestions

  • Hi there,  As someone who's interested in the "reimplement HDL" option for the tiles - I thought a suitable name might be "OpenNX4" (resisting the temptation to run the two n's together) and had a few thoughts/suggesions to throw out there. For...
  • This layout could not have gone more beautifully

  • You would expect laying out a board with an RGB seven-segment display would be horrible, right? Nope:That's an ST LED2472G 24-channel LED driver sitting right underneath the RGB seven-segment LED. That's also a lot of planning to get all the LEDs connected...