Toggle Nav
Toggle Nav
My Basket

Monthly Archives: October 2016

  1. LM35 based PIC 16f690 thermometer programmed in C

    Below is the link to the C source code for the project. It is compatible with the MPLAB X XC8 compiler only.

    thermo_4bit_lcd-c

    Read more »
  2. LED Dice coded in C targeted via XC8 C compiler for PIC microcontroller

    As Christmas is now on the horizon, I thought it might be fun to design an electronic dice, to give as presents to your family, or just use whilst playing traditional family games during the holidays.

    This dice project has seven LED's which can display the possible outcomes of rolling the dice...in other words, 1, 2, 3, 4 , 5 or 6. A single button instigates the 'rolling' of the dice, as the outer six LED's rotate to indicate motion. When the button is released, the dice value is displayed on the LEDS's, flashing at a frequency of 2.5Hz.

    Read more »