Difference between revisions of "Linuxstamp Mboard 1"

From OpenCircuits
Jump to navigation Jump to search
(link to CAN bus)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
== Sensor wish list ==
 
== Sensor wish list ==
 
* Oscilloscope
 
* Oscilloscope
* CANbus
+
** 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 22: 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 ==

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]