What I implemented on my website :)
This is more or less the full list of all my changes to the gatsby-starter Styles! CSS + SCSS + Bootstrap + PrismJS Customized bootstrap off…
Chess Clock on an LCD screen
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
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
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
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
Introduction As an introduction to working with microcontrollers, I'll showcase 9 simple programs written in . Our microcontroller will…