Difference between revisions of "Modules"

From OpenCircuits
Jump to navigation Jump to search
(Cleaned up spam.)
(link to related articles, etc.)
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
Note this section is under major revision and expansion, it may be merged with demo boards or not.
 +
 +
= General =
 +
 +
Modules ( at least as we use the term ) are circuit subsystems that typically consist of many components that perform some function and are plugged into a larger circuit where they perform a service or act as a subsystem in a larger system.  Often they are an efficient way of incorporatiing some functionality without the bother of discrete components.  In the past, and still, this category can blend in with demo boards where manufactures put some of their components on a board to make it easier to evaluate and/or the component.  The Arduino is much like the old demo boards for microcontrollers, but was built with the idea that it would be used as a module in a larger project.  This idea is extended in the arduion enviroment by the idea of shields which are modules that plug directly into the Arduino.  In some sense the module is an extension of the IC ( or vise versa ).
 +
 +
We will group these modules by function.
 +
 +
 +
= Communication =
 +
 +
 
[[Image:Main-GM862-0.jpg|70px|GM862]] [[GM862 Cellular Module]]
 
[[Image:Main-GM862-0.jpg|70px|GM862]] [[GM862 Cellular Module]]
 +
 +
[[Image:Grey-bg-xbee.jpg|70px|Xbee]] [[Xbee wireless module]]
 +
 +
= Power Supply =
 +
 +
= GPS =
 +
 +
= Microcontroller and Computer =
 +
 +
*[http://www.popularmechanics.com/technology/how-to/software/arduino-alternatives-5-microcontrollers-you-should-know#slide-6 Arduino Alternatives: 5 Microcontrollers You Should Know ]
 +
* [[Microcontrollers]]
 +
 +
= Sensors =
  
 
[[Image:Main-WiTilt-v2-0.jpg|70px|BlueTooth Accelerometer]] [[BlueTooth Accelerometer (SparkFun)]]
 
[[Image:Main-WiTilt-v2-0.jpg|70px|BlueTooth Accelerometer]] [[BlueTooth Accelerometer (SparkFun)]]
  
[[Image:Grey-bg-xbee.jpg|70px|Xbee]] [[Xbee wireless module]]
+
= Motor Control =
 +
 
 +
== Servo ==
 +
 
 +
We talk about RC servos themselves at [[Motors#Servo_Motors]].
 +
 
 +
We talk about various more-or-less standardized signal protocols and the electronics to deal with them at [[servo control]].
 +
 
 +
== DC ==
 +
 
 +
== Stepper ==
 +
 
 +
See [[Motor driver]]
 +
 
 +
== Other ==
 +
 
 +
Other [[demo board]]s
  
[[Category:Modules]]
+
[[Category:Modules]][[Category:Components]]

Latest revision as of 08:03, 2 February 2017

Note this section is under major revision and expansion, it may be merged with demo boards or not.

General[edit]

Modules ( at least as we use the term ) are circuit subsystems that typically consist of many components that perform some function and are plugged into a larger circuit where they perform a service or act as a subsystem in a larger system. Often they are an efficient way of incorporatiing some functionality without the bother of discrete components. In the past, and still, this category can blend in with demo boards where manufactures put some of their components on a board to make it easier to evaluate and/or the component. The Arduino is much like the old demo boards for microcontrollers, but was built with the idea that it would be used as a module in a larger project. This idea is extended in the arduion enviroment by the idea of shields which are modules that plug directly into the Arduino. In some sense the module is an extension of the IC ( or vise versa ).

We will group these modules by function.


Communication[edit]

GM862 GM862 Cellular Module

Xbee Xbee wireless module

Power Supply[edit]

GPS[edit]

Microcontroller and Computer[edit]

Sensors[edit]

BlueTooth Accelerometer BlueTooth Accelerometer (SparkFun)

Motor Control[edit]

Servo[edit]

We talk about RC servos themselves at Motors#Servo_Motors.

We talk about various more-or-less standardized signal protocols and the electronics to deal with them at servo control.

DC[edit]

Stepper[edit]

See Motor driver

Other[edit]

Other demo boards