Changes between Version 3 and Version 4 of PiBotDev


Ignore:
Timestamp:
Sep 21, 2016, 9:15:53 AM (9 years ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBotDev

    v3 v4  
    1 PiBot Development Environment Notes (under construction...)
     1== Development Environment ==
     2
    23
    34This is a description of the development environment used by one of the mentors (Mr. Alan Borgwardt) for initial PiBot development / prototyping in Fall 2016.
     
    1213
    1314* Pi4J (pi4j-1.1.zip)
    14   * http://pi4j.com/install.html[[BR]]
    15   * Read the first paragraph (re: Pi .vs. dev host installation)[[BR]]
    16   * Follow the 'download' link in the first paragraph[[BR]]
    17   * Download pi4j-1.1.zip[[BR]]
    18   * Extract zip[[BR]]
     15  * http://pi4j.com/install.html
     16  * Read the first paragraph (re: Pi .vs. dev host installation)
     17  * Follow the 'download' link in the first paragraph
     18  * Download pi4j-1.1.zip
     19  * Extract zip
    1920  * Add jar files from extracted lib folder to Eclipse project
    2021    NOTE: This is for development workstation. Pi Zero's Raspian Jessie already has PI4J included, which, I think, is what gets used when running on Pi Zero. (Although, launching on Pi Zero from Windows/Eclipse with Pi Plugin *may* use the jars from the Eclipse project???)
     
    3637
    3738    I use PuTTY to SSH into the Pi Zero from Windows:
    38    
     39{{{
    3940        Connection type: SSH
    4041        hostname: raspberrypi.local
    4142        username: pi
    4243        password: raspberry
     44}}}
     45
    4346* WinSCP
    4447
     
    8083* Configuring WIFI on Pi Zero:
    8184
    82 Set up wifi on the Pi Zero
     85    Set up wifi on the Pi Zero
    8386
    8487    Follow the instructions on the following web page to set up wifi on the Pi Zero:
    8588
    86 https://thepihut.com/blogs/raspberry-pi-tutorials/83502916-how-to-setup-wifi-on-raspbian-jessie-lite
     89    https://thepihut.com/blogs/raspberry-pi-tutorials/83502916-how-to-setup-wifi-on-raspbian-jessie-lite
    8790
    8891    NOTE: You can make these edits from another Linux system by inserting the Pi Zero’s MicroSD memory card. This will allow you to go straight to configuring the Pi Zero for wifi without having to get the SSH-over-USB configured.