ZKit-51-RD2 Samples

Zilogic Systems


LED

This sample demonstrates LED programming. When the program is executed, the LED is blinked.

Download: For Windows, For GNU/Linux

Keys

The sample demonstrates access of keys KEY1-KEY4. When the program is executed, the keys are scanned and the key pressed is displayed on the LCD.

Download: For Windows, For GNU/Linux

LCD

This sample demonstrates LCD interfacing. When the program is executed the string "Zilogic Systems" is displayed on the LCD, and after a delay of 2 seconds, the string "Explore ZKit-51" is displayed a character at a time, in a typewriter fashion.

Download: For Windows, For GNU/Linux

Serial

This sample demonstrates UART communication. When the program is executed, a string is transmitted through the serial interface, and can be seen using a serial terminal program like Hyperterminal or Minicom. The serial terminal program should be configured with the following parameters: 9600 baudrate, 8 data bits, no parity, 1 stop bit. Also note that while using a serial terminal program, the board should be in serial communication mode. Please check your board user manual for further details.

Download: For Windows, For GNU/Linux

Timer

This sample demonstrates delays using software timers. When the program is executed the on-board LED is blinked with a time period of 2 seconds.

Download: For Windows, For GNU/Linux