User Tools

Site Tools


user:mcooper6:raspberry_pi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
user:mcooper6:raspberry_pi [2012/12/30 14:27] mcooper6user:mcooper6:raspberry_pi [2012/12/30 14:28] (current) mcooper6
Line 1: Line 1:
 +<WRAP left 40%>
 +~~TOC~~
 +</WRAP>
 +//
 +//
 +<WRAP centeralign 90% bigger>
 +<WRAP bigger fgred>The Lab46 Tutorials</WRAP>
 +<WRAP muchbigger>Raspberry Pi</WRAP>
 +It's not fruit.
 +</WRAP>
 +<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>
 +<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>
 +</WRAP>
 +<WRAP clear></WRAP>
 +
 +=====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, electronics also have a power requirement.  While I will eventually procure a small battery power source for the Pi (making it compact and more versitile), I currently use a 410 watt power converter which utilizes a battery (auto/lawn mower/atv) or auto cigarette lighter to supply 5 volts to a USB or 120 volt AC to a conventional household device.  With this setup my Pi is as mobile as my vehicle.  With a smaller battery my Pi will be as mobile as my feet.
 +
 +=====Setup The Pi=====
 +
 +=====DHCP=====
 +
 +=====Configure the Wireless Adapter=====
 +
 +=====Build Kismet=====
 +
 +=====Setup GPS Receiver=====
 +
 +
 +=====Resources=====
 +
 +  * [[http://blog.retep.org/2012/06/18/getting-gps-to-work-on-a-raspberry-pi/| Getting GPS to work on a Raspberry PI ]]
 +  * [[http://www.kismetwireless.net/documentation.shtml|Kismet Documentation]] (Build instructions)
 +  * [[http://www.jacquesf.com/2011/04/mac-os-x-dhcp-server/| Running Mac OS X's built-in DHCP server]]
 +  * [[http://www.miraculum.ch/2012/08/11/setting-up-raspbian/|Setting up Raspbian]]