Close

45 Results for "raspberry pi"

  • 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...
  • 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...
  • Code on the Raspberry Pi

  • [Needed : microSD reader, network, USB-C to USB cable, power source] - Connect to the Raspberry with your computer - Type in the root of the Raspberry "touch main_program.py" and "sudo nano main_program.py" start coding the program. -...
  • Sensor Connection

  • The sensor has Three pins: PowerDataGround Which were soldered to distinct wires The Power wires were then connected to the same Power pin on the Raspberry Pi, similarly to the Ground wires connected to the same ground pin on the raspberryPi. GPIO pins...
  • Final Assembly

  • Tools JBC CD1-BB Soldering StationJBC C245-768 Chisel Soldering TipSenju ESC-M705-0.3 Solder WireDesoldering WickDesoldering Pump Parts Assembled PCB (See Instruction #1)Raspberry Pi Zero W (See Instruction #2)Modified VMU Case (See Instruction #3)160...
  • Installation

  • Installing This is an application-level program, not a system command or system feature. It is an add-on to your product software, and as such there is no global "apt-get install". You will need a copy of the source to modify for your needs. Step 1:...
  • 4. Peripherals Setup: Dual UART expander SC16IS752

  • To extend the serial ports on the Raspberry Pi Zero, PiCon One has been fitted with the dual UART expander IC SC16IS752 from NXP. On the PCB, the expander IC has been placed underneath the connectors for the SAM-M8Q MKRGPSShield module: Below is...
  • Smile Station

  • From the last step you should have seen how to and where every thing is going. So lets get started with the power... I used a PC power supply I had.   ( 500 Watt ) I cut out the + 12 v  and rigged the power supply to come on when power is applied. ...
  • Preparing the Enclosure

  • Screw the hex standoffs into the Raspberry Pi and position it on the lid. You may need to file a notch in the lip of the lid for the SD card so it doesn't get snapped off. Mix some two-part epoxy and put a blob on the bottom of each standoff, press the...
  • Pre-Requisites

  • CMake (Tested using 3.20.1)OpenCV (Tested using 4.1.1 and 4.5.1) For CMake you can just follow the recommended instructions: Download the latest souce, unzip and enter: ./bootstrap make make install For OpenCV you need to install dependencies...
  • Running the System 24/7

  • The code on the device is debugged and runs without problems. We launched it as a service, so it restarts if the Raspberry Pi is rebooted. For convenience, we created a Makefile that helps with deployment, running the service and viewing logs. PHONY:...