Close

17838 Results for "raspberry pi"

  • Multislope ADC

  • Integrating ADCs are at the heart of every DMM with a resolution higher than 4.5 digits. Despite being able to deliver sub-ppm resolution, they are in principle uncomplicated and relatively easy to construct and operate. Resolutions greater than 6.5...
  • ChatGPT for Discord

  • Copy and paste the following text into ChatGPT to see an overview of how we're going to accomplish this project. Next, copy and paste any of the steps I've listed in this project into ChatGPT, where it will elaborate and give you the right guidance....
  • A scrobble with the flip of a switch

  • The first version of the Scrobble Box consists of a Raspberry Pi Pico W powered by USB and a light switch. When I flip the switch on, my program finds the most recently played track from KXLU's Spinitron page and scrobbles it to my last.fm account....
  • Omnibot MAIV

  • This is part one of an ongoing project that is being published in full tutorial form.First, we'll connect a Raspberry Pi and motor controllers to the base motors, head motors, and eyes.  We'll also add a webcam "nose", and you'll be able to securely...
  • PICO-56 full source now available

  • Source code for the PICO-56 firmware, including a number of demos is now available on the project GitHub page. The PICO-56 is my HBC-56 (65C02/TMS9918A/AY-3-8910) homebrew computer emulated on a single $4 Raspberry Pi PIco. Check it out here: https://github.com/visrealm/pico-56...
  • Compiling the project

  • - Install Raspberry Pi Pico SDK. Configure environment variables. Test whether it is built successfully.- git clone https://github.com/RPiks/pico-WSPR-tx- cd pico-WSPR-tx- ./build.sh- Check whether output file ./build/pico-WSPR-tx.uf2 appears.-...
  • First post

  • I have the RGB LED Matrix working running off a raspberry pi. I modified an example from https://github.com/hzeller/rpi-rgb-led-matrix to receive pngs over ZeroMQ and display them. Currently I can get about 30fps of live streaming video...