Difference between revisions of "Micro-controllers"

From ShawnReevesWiki
Jump to navigationJump to search
(Created page with 'Micro-controllers are electronic "chips" that can be connected to input and output devices and programmed to interact with those devices. They may be programmed in an assembly la…')
 
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
A very inexpensive, versatile chip used widely for embedded computing.
 
A very inexpensive, versatile chip used widely for embedded computing.
  
;PICAXE
+
;[[PICAXE]]
 
:A pic that is pre-programmed to interpret BASIC-style commands using free software from Rev-Ed in the UK.
 
:A pic that is pre-programmed to interpret BASIC-style commands using free software from Rev-Ed in the UK.
  
 
;8051
 
;8051
:A class of chips using a standardized instruction set. I have a programmer for this I acquired from the now-defunct Iguana Labs.
+
:A class of chips using a standardized instruction set. I have a [[PG302]] programmer for this I acquired from the now-defunct Iguana Labs.
 +
 
 +
==Programs==
 +
*[[Data-logging anemometer]]
 +
*Sensor-replaceable data logger.
  
 
[[Category:Electronics]][[Category:Hobbies]]
 
[[Category:Electronics]][[Category:Hobbies]]

Latest revision as of 00:02, 7 November 2013

Micro-controllers are electronic "chips" that can be connected to input and output devices and programmed to interact with those devices. They may be programmed in an assembly language, or a higher level language that easily allows many routines to interact with memory, serial communication, sensors, relays, LEDs, MIDI, loudspeakers, and servos.

Example controllers

BASIC-STAMP
A popular system for education.
PIC

A very inexpensive, versatile chip used widely for embedded computing.

PICAXE
A pic that is pre-programmed to interpret BASIC-style commands using free software from Rev-Ed in the UK.
8051
A class of chips using a standardized instruction set. I have a PG302 programmer for this I acquired from the now-defunct Iguana Labs.

Programs