Close

550 Results for "raspberry pi"

  • TrillSat

  • Texting Without Cell Towers, Power Grid, or the Internet: IoT meets AX.25 Aboard an Arboreal Space Elevator
    • 66
    • 49
  • KAPCOM

  • Yet another hardware controller for Kerbal Space Program. Leveraging Telemachus, Python and Arduino to drive joysticks, buttons and displays
    • 54
    • 21
  • Automated Smart Light

  • Automated, Bluetooth connected, high power RGB LED light with automatic luminosity matching, motion detection and more...
    • 89
    • 25
  • Raspberry Pi

  • I wanted to use the Raspberry Pi in this project because it is a miniature computer that could replace the big laptop I use to control the vest. Originally, because I wanted to make another box, I made a Python program to control Adafruit 12 PWM port...
  • Connect the raspberry pi

  • Connect the raspberry pi to your home router with an ethernet cable.  Set a static ip address on the PI. At the prompt: sudo nano /etc/dhcpcd.conf Add the following lines for at the bottom of the file: interface eth0 static ip_address=192.167.1.106/24...
  • Raspberry Pi 4 Compatibility

  • With the surprise release of the Raspberry Pi 4, I started receiving questions about compatibility with the LiFePO4wered/Pi+. Here’s what I found out! Surprise Raspberry Pi 4 release Like most people, I hadn’t really expected to see a next generation...
  • Raspberry Pi Pinouts

  • The following are the proposed pinout allocations for the Raspberry Pi (Pi 3 or Pi Zero W) in the project. +--------------+---------+---------+----------+---------+---------+--------------+ | Description | Name | Mode | Physical | Mode | Name | Description...
  • Provisioning the Raspberry Pi

  • Next, you're going to get the SD card ready for booting the operating system on the Raspberry Pi. This begins with copying the official raspbian lite image to the SD card. This is a process that can be done in many ways, and it slightly differs depending...