This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
user:mcooper6:raspberry_pi [2012/12/30 14:04] – created mcooper6 | user:mcooper6:raspberry_pi [2012/12/30 14:28] (current) – mcooper6 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <WRAP left 40%> | ||
+ | ~~TOC~~ | ||
+ | </ | ||
+ | // | ||
+ | // | ||
+ | <WRAP centeralign 90% bigger> | ||
+ | <WRAP bigger fgred> | ||
+ | <WRAP muchbigger> | ||
+ | It's not fruit. | ||
+ | </ | ||
+ | <WRAP left> | ||
+ | <WRAP info left bgwhite> | ||
+ | What follows is a brief outline of my explorations with and of the Raspberry Pi system on chip. | ||
+ | </ | ||
+ | <WRAP left bgwhite> | ||
+ | Some Tools: | ||
+ | |||
+ | * Rasberry Pi Model B | ||
+ | * Globalsat BU-353 USB GPS Navigation Receiver (around $40) | ||
+ | * Cisco Linksys AE1000 Dual-Band USB Adapter (refurb around $15) | ||
+ | * Kismet (build from source) | ||
+ | * gpsd (apt) | ||
+ | * Schumacher 410w Digital Power Converter (Part: XI41DU) | ||
+ | |||
+ | </ | ||
+ | </ | ||
+ | <WRAP clear></ | ||
+ | |||
+ | =====Background===== | ||
+ | |||
+ | My intentions for my Raspberry Pi are to have a mobile computing environment that has no association with any given network, detached from keyboards, mouses and monitors ... accessible only via ssh. Ideally my goal is to have the RPi automatically boot the wireless adapter into ad-hoc mode allowing me to configure it remotely over the air. However, I have yet to make this work, and so I've gone the route of turning my Macbook pro into a fly-by-night DHCP server, dishing out an IP address to the Pi. The other option to achieve this type of setup would have been to setup the Avahi zero conf utility, but Ive read that this is less than reliable and so I went the DHCP route. | ||
+ | |||
+ | In addition to my network requirement, | ||
+ | |||
+ | =====Setup The Pi===== | ||
+ | |||
+ | =====DHCP===== | ||
+ | |||
+ | =====Configure the Wireless Adapter===== | ||
+ | |||
+ | =====Build Kismet===== | ||
+ | |||
+ | =====Setup GPS Receiver===== | ||
+ | |||
+ | |||
+ | =====Resources===== | ||
+ | |||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// |