Difference between revisions of "Modules"

From OpenCircuits
Jump to navigation Jump to search
(→‎Servo: link to related articles.)
Line 30: Line 30:
  
 
== Servo ==
 
== 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 ==
 
== DC ==

Revision as of 08:00, 3 September 2014

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

GM862 GM862 Cellular Module

Xbee Xbee wireless module

Power Supply

GPS

Microcontroller and Computer

Sensors

BlueTooth Accelerometer BlueTooth Accelerometer (SparkFun)

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

Other demo boards