Wifi, GPS & Accelerometer on Duemilanove

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
bwells
 
Posts: 9
Joined: Sun Jul 06, 2008 9:05 am

Wifi, GPS & Accelerometer on Duemilanove

Post by bwells »

I have an Arduino Duemilanove. I would like to use the Adafruit Ultimate GPS Breakout. I want to send the data from the GPS to a program or web application on my laptop. So I will need both the GPS and a Wifi device both connected to my Duemilanove. finally, I also want to put an 3-axis accelerometer on the same Duemilanove. And again, i want to send the data from the accelerometer to my laptop via Wifi.

I had in mind to use an XBee Series 1 for the Wifi and I have not selected an accelerometer but would be open to your suggestions.

Is it possible to use the Duemilanove to read data from the GPS and the accelerometer and send that data via Wifi to a laptop? The biggest concern is conflicts between the pins these devices require or do you offer devices that would all work together they way I am describing here?

Thank you!

1chicagodave
 
Posts: 564
Joined: Wed Jun 19, 2013 3:35 am

Re: Wifi, GPS & Accelerometer on Duemilanove

Post by 1chicagodave »

You may want to take a look at the Imp
http://www.adafruit.com/products/1129

It's an SD Card-sized Cortex-3 controller w/WiFi & multiple GPIO (including ADC, I2C, Serial, etc..).

**NOTE- I have not personally used this device.

Here is a link to the pinouts -
http://electricimp.com/docs/hardware/imp/pinmux/

And....I believe I read that you can use the same pin(s) for multiple uses in the same project (e.g. a pin may first be configured as a DAC and then reconfigured as an ADC).

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”