Changes between Version 3 and Version 4 of PiBotDev
- Timestamp:
- Sep 21, 2016, 9:15:53 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBotDev
v3 v4 1 PiBot Development Environment Notes (under construction...) 1 == Development Environment == 2 2 3 3 4 This is a description of the development environment used by one of the mentors (Mr. Alan Borgwardt) for initial PiBot development / prototyping in Fall 2016. … … 12 13 13 14 * 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 19 20 * Add jar files from extracted lib folder to Eclipse project 20 21 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???) … … 36 37 37 38 I use PuTTY to SSH into the Pi Zero from Windows: 38 39 {{{ 39 40 Connection type: SSH 40 41 hostname: raspberrypi.local 41 42 username: pi 42 43 password: raspberry 44 }}} 45 43 46 * WinSCP 44 47 … … 80 83 * Configuring WIFI on Pi Zero: 81 84 82 Set up wifi on the Pi Zero85 Set up wifi on the Pi Zero 83 86 84 87 Follow the instructions on the following web page to set up wifi on the Pi Zero: 85 88 86 https://thepihut.com/blogs/raspberry-pi-tutorials/83502916-how-to-setup-wifi-on-raspbian-jessie-lite89 https://thepihut.com/blogs/raspberry-pi-tutorials/83502916-how-to-setup-wifi-on-raspbian-jessie-lite 87 90 88 91 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.