Close

180 Results for "raspberry pi"

  • Raspberry Pi

  • A Raspberry Pi is an inexpensive single board computer that will allow you to connect to a temperature sensor and stream the data to a data visualization software. Raspberry Pi’s started out as a learning tool and have evolved to an industrial workplace...
  • Flash the Raspberry Pi

  • 1. Image the SD card for the Raspberry Pi using the [Raspberry Pi Imager](https://www.raspberrypi.org/software/).    a. Select `Choose OS`    b. Select `Other specific-purpose OS`    c. Select `FullPageOS`2. On the newly...
  • 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 setup

  • First of all, install Raspbian on a micro SD card and put it into your pi. If you don't feel like connecting your pi to a monitor, you can set it up by simply reinserting the micro sd into you computer and add a file named 'ssh' to the boot folder. Then...
  • setup the Raspberry PI

  • I prefer to use one of my old Pi2s for prototyping before moving the project to the PI Zero. This allows a headless setup straight away, as the PI2 comes with an ethernet connector. Prepare your SD card with Raspbian Stretch Lite and create...
  • 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...
  • 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...
  • Setting up the Raspberry Pi

  • For this project I used a Pi Zero.  Because this was my first Raspberry Pi, and because the USB and HDMI adapters were so expensive, I bought a kit that came with the adapters and an SD card preloaded with Raspian.  This made everything a lot...