Difference between revisions of "Linuxstamp Mboard 1"

From OpenCircuits
Jump to navigation Jump to search
(link to CAN bus)
 
(7 intermediate revisions by 5 users not shown)
Line 3: Line 3:
  
 
== Sensor wish list ==
 
== Sensor wish list ==
 +
* Oscilloscope
 +
** Example [https://courses.ece.uiuc.edu/ece445/?f=Projects&sem=spring2006&proj=25#a25 PC based digital oscilloscope] :Project 25
 +
* [[CAN bus]]
 
* A/D converter with selectable ranges
 
* A/D converter with selectable ranges
 
* 3-axis accelerometer
 
* 3-axis accelerometer
Line 14: Line 17:
 
** [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/AR6001GLBulletin.pdf Atheros moduule] This is what the openmoko project is using
+
** [http://www.atheros.com/pt/bulletins/AR6001GLBulletin.pdf Atheros module] This is what the openmoko project is using
 
** [http://www.spectec.com.tw/ Spectec] has many SD card wlan modules. There is some support for linux.
 
** [http://www.spectec.com.tw/ Spectec] has many SD card wlan modules. There is some support for linux.
 
* Zigbee interface
 
* Zigbee interface
Line 20: Line 23:
 
* Cellular modem
 
* Cellular modem
 
** [http://www.multitech.com/PRODUCTS/Categories/Embedded_Device_Networking/ Socket modems] from multitech
 
** [http://www.multitech.com/PRODUCTS/Categories/Embedded_Device_Networking/ Socket modems] from multitech
 +
* Mini PCI slot for any wireless card
  
 
== Power supply ==
 
== Power supply ==
 
* POE frontend
 
* POE frontend
 
** [http://www.powerfromethernet.com/pdf/Ag9000-Sv2-7.pdf A simple Isolated 5v 9 watt POE module] I've tested this module, and it works well with the Linuxstamp
 
** [http://www.powerfromethernet.com/pdf/Ag9000-Sv2-7.pdf A simple Isolated 5v 9 watt POE module] I've tested this module, and it works well with the Linuxstamp
 +
 +
 +
The correct link may be http://www.powerfromethernet.com/pdf/Ag9000-Sv2-10.pdf
  
 
== AVR slave ==
 
== AVR slave ==

Latest revision as of 07:04, 3 April 2014

Introduction[edit]

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[edit]

Communication wish list[edit]

Power supply[edit]


The correct link may be http://www.powerfromethernet.com/pdf/Ag9000-Sv2-10.pdf

AVR slave[edit]

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[edit]