recent posts

Hello World

#include <stdio.h>
 
int main(int argc, int **argv){
printf("Hello World!\n\r");

/* a comment */
return(0);
}

C

recently updated projects

  • Nixie PoE v0.1

    This is an ATMEGA328 based nixie clock. It supports power over ethernet (802.3af compliant), and sychronizes the time over NTP.

  • LED NTP PoE v0.1

    This is an ATMEGA328 based LED clock. It supports power over ethernet (802.3af compliant), and sychronizes the time over NTP.

  • ibm vfd v0.1

    This is an IBM pole display intended for use with their cash registers.

  • geiger station v0.1

    This is an STM32 based geiger counter, with http server, powered through ethernet.