Changes between Version 10 and Version 11 of PiBot


Ignore:
Timestamp:
Jul 17, 2017, 9:13:23 PM (8 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBot

    v10 v11  
    33!MiniBots are low-cost training platforms that allow robotics development in Java using advanced capabilities such as machine vision and navigation.
    44     * 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)
    66          * $10 [https://www.raspberrypi.org/products/raspberry-pi-zero-w/ RPiZero W]
    77          * More powerful $35 [https://www.raspberrypi.org/products/raspberry-pi-3-model-b/ RPi3]
     
    1515          * $300 [http://www.andymark.com/peanut-chassis-robot-drive-system-p/am-3417.htm Peanut]
    1616
    17 PiBots connect via WiFi to your laptop or smartphone:
    18    * Program a uSD card with the PiBot image using your PC
     17PiBots 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.
    1919   * 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
    2223From 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.
    2324
     
    2526* [http://tenetics.com/wp-content/uploads/2016/12/PiBot-Zero-Manual.pdf Hardware Manual]
    2627* [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)
    3132
    32 ==== Components
     33==== PiBot Sensors and other Components
    3334* [wiki:MiniBotUltrasonic Ultrasonic Range Sensor]
    3435* [wiki:MiniBotDrive Drive System]