wiki:PiBots

Version 11 (modified by chris, 9 years ago) (diff)

--

Raspberry Pi Mini-bots

  • Raspberry Pi Zero
  • Install Jessie Lite Raspbian Jessie OS
  • Install bonjour. This allows your windows machine to 'just know' the hostname raspberrypi.local. See Bonjour for Windows
  • Set up connection sharing between Windows and the Pi.
    • Go to Control Panel > Network and Sharing Center > Adapter Settings.
    • Identify the name of the network corresponding to the Pi--Its a Unidentified Network, USB Ethernet/RNDIS Gadget. Its probably something generic like "Ethernet 3".
    • Right click on your main ethernet card. Pick Properties > Sharing Tab. Check "Allow other network users to connect through this computer's internet connection, and pick the name of the home networking connection identified in the step above. Click OK.
  • Connect to Pi: ssh pi@raspberrypi.local (password is raspberry)
  • Configure Pi
    • Setup DNS: sudo nano /etc/resolv.conf

add: nameserver 8.8.8.8

  • sudo raspi-config

What do we do in here?

  • Update to latest software:
    • sudo apt-get update
    • sudo apt-get upgrade

Ultrasonic Range Sensor