C Stamp

The C Stamp is a microcontroller module. It is made by A-WIT Technologies, Inc. and has become quite popular with students and electronics hobbyists since June 2006 due to its low threshold of learning, ease of use, capabilities, and its low price.

Although the C Stamp has the form of a DIP chip, it is in fact a small Printed Circuit Board that contains the essential elements of a microprocessor system:

  • A CPU with integrated memory
  • A clock
  • A power supply
  • External input and output

Programming the C Stamp

The C Stamp is programmed using WC. WC is a microcontroller-friendly, C-based infrastructure created by A-WIT Technologies, Inc.

Syntax

When starting a WC file, the programmer needs to insert the C Stamp header file as indicated below:

#include "CS110000.h"                                                             

The WC software infrastructure incorporates common microcontroller functions, including PWM, serial communications, I²C communication, communications with common LCD circuits, hobby servo pulse trains, pseudo-sine wave frequencies, and digital to analog conversions.

The end result is that a hobbyist can connect a 9V battery to a C Stamp and have a complete system. A connection to a PC allows the programmer to download software to the C Stamp, which is stored in the onchip memory. This memory stays programmed until it is erased and reprogrammed (the memory remains intact even when the power is removed).

gollark: I might be somewhat biased by my CS/sysadmin knowledge, but it seems like many computer systems are incredibly vulnerable for no good reason.
gollark: Well, yes.
gollark: It does seem like terrorists are weirdly ineffective. If I wanted to destabilize Western civilization I expect I could do a better job.(Hi government agents!)
gollark: Well, terrorists do, presumably. For terror.
gollark: I use Syncthing for my personal sync needs personally. It does that but P2Pishly without requiring cloud™ somewhere.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.