Close

1325 Results for "raspberry pi"

  • Assemble the screen and Raspberry Pi

  • Install the included standoffs on the screenConnect the ribbon cable to the screenPlace the Raspberry Pi on the back of the screen being sure to align the pogo pins with the GPIOMount the Pi using the included hardwareConnect the DSI cable between the...
  • 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...
  • 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...
  • 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...
  • 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...
  • Raspberry Setup

  • #---- Rasp Pi OS updates ----sudo apt-get dist-upgradesudo apt-get updatesudo apt-get upgrade #install numpy et sklearn et scipysudo pip3 install numpysudo pip3 install scipy  #matplot display graph (used for checking the blob detected)sudo pip...