Close

1325 Results for "raspberry"

  • Testing relays with raspberry

  • There are some python scripts that you can download from github. They are very simple and used to turn on and off relays. Connect everything and ensure that the raspberry pi can turn on and off the lights and amplifier on command.
  • What is Raspberry Pi?

  • The Raspberry Pi is a credit card sized computer that plugs into your TV and a keyboard. It is a little device that enables people of all ages to explore computing and to learn how to program in languages such as Python and Scratch. It was created with...
  • Installing the Raspberry Pi

  • Cut the Raspberry Pi mounting bracket to fit snuggly above the switch. Screw the Pi to the bracket with four screws & nuts. Add some sticky foam to the underside of the bracket (optional). Mark out where the holes in the mount line up inside the BBU...
  • Mount Raspberry Pi

  • I wanted to mount the Pi in a fashion that would allow for easy removal. I had an old Raspberry Pi A+ case lying around and with a little modification I made it fit the 3b I'm using for this project. How you attach the Pi isn't important to the project....
  • 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...
  • Prep your Raspberry Pi

  • Install your OS of choice and connect your Raspberry Pi to your network. It is highly encouraged to install UFW to add a simple firewall to your Pi, and disable swap memory since you won't really be using a whole lotta resources to run the SQS monitor...
  • Raspberry Pi SW

  • I know that the Raspberry pi SW installation is not trivial, there's plenty of google entries for every topic, which I required for all steps I've done. I am also not an advanced Linux user and cannot improvise an install or compilation from source that...
  • Aligning the Raspberry pi

  • Align and solder the Raspberry Pi to the PiPod board with the 3D printed spacers. These make sure that the RPi is spaced 4mm from the PiPod board to fit the case. 1. Get all the parts 4x m2 screws1x RPi spacers1x RPi zero1x PiPod board 2. Put a screw...
  • Ramdisk for raspberry pi

  • So, you want to take a bunch of photos, but don't want to burn the SD card on the raspberry pi?  Place the files on a ramdisk. Make the ramdisk sudo mkdir /mnt/ramdisk Edit the rc.local file sudo nano /etc/rc.local Add the lines above exit 0 mount...
  • Prepare Raspberry Pi

  • There is a lot of software setup that needs to be done on the Raspberry Pi.  Most of it can be done after the unit's assembly, but you at least need to flash an SD card with the Pi OS, set it up for remote access, and place the SD card in the Pi...
  • Raspberry Pi wiring

  • Time for wiring up the circuit! Here we are using a button for Triggering the Camera to capture the image don't forget to connect Raspberry Pi Camera module and Earphone to the raspberry Pi 3 We build our own Pi hat on a pref board, we recommend you...
  • 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...