Explore >> Select a destination


You are here

guy.carpenter.id.au
| | peanball.net
5.5 parsecs away

Travel
| | The Raspberry Pi has only a single PWM output. The Dagu Rover 5 chassis has 4 motors and 4 optical encoders that need reading as well. So my approach was to get a PWM servo/logic controller that could control the Dagu Motor Controller and additionally some servos for the camera pan/tilt.
| | coderdojoathenry.org
5.7 parsecs away

Travel
| | Hello again everyone. I was away this week so Dave led the group, they did a couple of Arduino projects. They revisited the traffic lights from December but this time used the Arduino to control them and then moved on to a temperature and humidity sensor called the DHT11. Here is the wiring diagram...
| | oldcrap.org
4.2 parsecs away

Travel
| | WikiApple 2 Floppy ControllersApple 2 5.25 DrivesDrive Cable PinoutsApple DOS Manuals
| | whatibroke.com
17.9 parsecs away

Travel
| Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"...