Created based on tutorial by Ibas Majid

TAG: c

  • Chess Clock on an LCD screen

    Posted on 22 May / 3 read

    This is the code for a Chess Clock - with a timer for each player, turn indicators, and switches. Implementation Base-setting game time…

  • Simulating a Microwave LCD screen

    Posted on 21 May / 2 read

    I'm trying to get better at managing LCD screens so today I'll try creating a microwave oven display. Complete with choosing the power…

  • Playing with 16x2 LCD

    Posted on 20 May / 2 read

    I'm going to try to simulate an animation on a 16x2 LCD screen using custom character creators 😄 Prerequisites Some very useful links: All…

  • Measuring Temperature with Microcontrollers

    Posted on 19 May / 2 read

    Working on PIC24FJ128GA010 I wrote a program that checks the current temperature and if it reaches a certain limit (25 degrees Celcius) it…

  • Microcontrollers 101

    Posted on 18 May / 5 read

    Introduction As an introduction to working with microcontrollers, I'll showcase 9 simple programs written in . Our microcontroller will…