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: Everyone loves vast quantities of highly dubiously useful data!
gollark: My laptop and any recent Intel iGPU-having thing has VP9 hardware encoding capability, but when I tried that the filesize was way bigger than with software encoding; it's likely I just needed to tune it somehow, but I couldn't be bothered.
gollark: VP9 did work and encoding happened at not *unusably* awful speeds (0.25x).
gollark: I tried compiling AV1 encoders for some reason (I think seeing how ridiculously small I could make some videos without terrible quality?) but one of the things I couldn't get working and the others were either bad somehow or horribly slow.
gollark: Kind of bad performance generally, though.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.