Changes between Version 10 and Version 11 of PiBot
- Timestamp:
- Jul 17, 2017, 9:13:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBot
v10 v11 3 3 !MiniBots are low-cost training platforms that allow robotics development in Java using advanced capabilities such as machine vision and navigation. 4 4 * The computing platforms supported are from [https://www.raspberrypi.org/ Raspberry Pi] and include: 5 * $5 [https://www.raspberrypi.org/products/pi-zero/ RPiZero] 5 * $5 [https://www.raspberrypi.org/products/pi-zero/ RPiZero] (no longer recommended) 6 6 * $10 [https://www.raspberrypi.org/products/raspberry-pi-zero-w/ RPiZero W] 7 7 * More powerful $35 [https://www.raspberrypi.org/products/raspberry-pi-3-model-b/ RPi3] … … 15 15 * $300 [http://www.andymark.com/peanut-chassis-robot-drive-system-p/am-3417.htm Peanut] 16 16 17 PiBots connect via WiFi to your laptop or smartphone:18 * Program a uSD card with the PiBot image using your PC17 PiBots connect via !WiFi to your laptop or smartphone: 18 * Program a uSD card with the [https://drive.google.com/open?id=0BzLgDymAZI33a1pzLUtLeklreU0 PiBot Image] using your PC (see below under Setup). The !PiBot Image contains the complete Raspbian (linux OS), pre-configured for remote GUI access via VNC, and with all of the ancillary packages and libraries required to make coding for the !PiBot easy. A sample application is included. 19 19 * Install and boot the uSD card in the Raspberry Pi 20 * Connect to the WiFi hotspot created by the Pi using your PC or smartphone 21 * Use a VNC Client to access the Raspberry Pi (linux) desktop 20 * Connect to the !WiFi hotspot created by the Pi using your PC or smartphone 21 * Install the [https://www.realvnc.com/en/download/viewer/ RealVNC Viewer] on your laptop or phone 22 * Use the VNC Viewer app to access the Raspberry Pi (linux) desktop 22 23 From the desktop you can launch programs which provide GUI controls for driving your robot. You can download new programs from your PC or even develop directly on the Raspberry Pi. 23 24 … … 25 26 * [http://tenetics.com/wp-content/uploads/2016/12/PiBot-Zero-Manual.pdf Hardware Manual] 26 27 * [wiki:PiBotHardware Hardware Specifications] 27 * [https://drive.google.com/open?id=0BzLgDymAZI33a1pzLUtLeklreU0 PiBot Image] for RPi uSD card. Install using [https://sourceforge.net/projects/win32diskimager/ Win32DiskImager].28 * [wiki:PiBotOsInstallation Pi Zero/OS Configuration] 29 * [wiki:PiBotDev Dev Environment Configuration] 30 * [svn+ssh://jupiter2.team2537.com/home/svn/pibot PiBot Library Repository]28 * [https://drive.google.com/open?id=0BzLgDymAZI33a1pzLUtLeklreU0 PiBot Image]. Install image on uSD card using [https://sourceforge.net/projects/win32diskimager/ Win32DiskImager] then install uSD card in your RPi. 29 * [wiki:PiBotOsInstallation Pi Zero/OS Configuration] (how the !PiBot Image is built) 30 * [wiki:PiBotDev Dev Environment Configuration] (how to code for the !PiBot without using the !PiBot Image libraries) 31 * [svn+ssh://jupiter2.team2537.com/home/svn/pibot !PiBot Library Repository] (source for the libraries and sample code on the !PiBot Image) 31 32 32 ==== Components33 ==== PiBot Sensors and other Components 33 34 * [wiki:MiniBotUltrasonic Ultrasonic Range Sensor] 34 35 * [wiki:MiniBotDrive Drive System]