Changes between Version 20 and Version 21 of PiBots
- Timestamp:
- Jul 31, 2016, 10:44:15 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBots
v20 v21 18 18 * Connect to Pi: {{{ ssh pi@raspberrypi.local }}} (password is raspberry) 19 19 * Configure Pi 20 * Setup DNS: sudo nano /etc/resolv.conf21 add: nameserver 8.8.8.8 20 * Setup DNS: {{{ sudo nano /etc/resolv.conf }}}. ''Do we need this if we're using Windows Network sharing?'' 21 add: nameserver 8.8.8.8 22 22 * sudo raspi-config 23 ''What do we do in here?''23 ''What should be done in this application?'' (If its "expand to use the whole sd card", that forces a reboot, and should probably move to the last step.) 24 24 * Update to latest software: 25 25 * sudo apt-get update … … 44 44 }}} 45 45 * ''Do we use Maven?'' 46 * Shutdown your pi with 'sudo halt', disconnect it and reconnect it again to reboot it fully. You may have to reassign internet sharing one more time since the MAC is now constant, but it should stick after that. 47 48 49 46 50 Ultrasonic Range Sensor 47 51 * http://www.modmypi.com/blog/hc-sr04-ultrasonic-range-sensor-on-the-raspberry-pi