Difference between revisions of "Linuxstamp Mboard 1"

From OpenCircuits
Jump to navigation Jump to search
Line 14: Line 14:
 
** [http://www.sychip.com/PUB/WLAN6061EB.pdf Sychip wifi module.] The drivers aren't on the webpage. I don't know if you can get them GPL.
 
** [http://www.sychip.com/PUB/WLAN6061EB.pdf Sychip wifi module.] The drivers aren't on the webpage. I don't know if you can get them GPL.
 
** [http://www.nxp.com/acrobat/literature/9397/75015598.pdf NXP wifi SiP.] Again I don't know about the drivers
 
** [http://www.nxp.com/acrobat/literature/9397/75015598.pdf NXP wifi SiP.] Again I don't know about the drivers
** [http://www.atheros.com/pt/bulletins/AR6001XLBulletin.pdf Atheros moduule] This is what the openmoko project is using
+
** [http://www.atheros.com/pt/bulletins/AR6001GLBulletin.pdf Atheros moduule] This is what the openmoko project is using
 
* Zigbee interface
 
* Zigbee interface
 
** [http://www.maxstream.net/products/xbee/xbee-pro-oem-rf-module-zigbee.php Maxstream zigbee module]
 
** [http://www.maxstream.net/products/xbee/xbee-pro-oem-rf-module-zigbee.php Maxstream zigbee module]
* 900Mhz radio
 
** [http://focus.ti.com/docs/prod/folders/print/cc1100.html?DCMP=hpa_rfif_ccweb&HQS=Other+OT+ccweb_cc1100 CC1100]
 
  
 
== Power supply ==
 
== Power supply ==

Revision as of 20:39, 3 July 2007

Introduction

This project is purely in the planning stages. There are no designs available. It is meant to be a brainstorming area. Feel free to add possible vendors.

Sensor wish list

  • A/D converter with selectable ranges
  • 3-axis accelerometer
  • Temperature sensor
  • Pressure sensor
  • GPS module

Communication wish list

Power supply

AVR slave

A dedicated slave processor could be helpful for many things. The main function I have in mind now is PWM outputs for servo control. I think an AVR could even be programmed through the SPI port of the AT91RM9200 (some hacking may be needed to make that work). Even if you can't programm the AVR through the AT91RM9200, it can still be an SPI slave device.

  • PWM output with standard servo headers
  • Counting/Frequency inputs

Links