Made a Halloween Mask decoration for my kid, using a couple of TFT displays and an LDR.
[Read More]
PCB Ruler
With common footprints!
Every time I design a PCB I always get confused about the actual size of the components and I end up printing the footprint on a paper to see what the actual size looks like. Well, I now made this ruler with some of the common components I use from...
[Read More]
Style Guide
for Embedded C!
My coding style changes everytime I change my employer. Every company has their own flavor of coding style. When it comes to my personal project I tend to follow the style that I am following at work. So, different projects of mine followed different coding styles depends on when I...
[Read More]
Audio Visualizer
Using BLE and an Android App!
Because of the unprecedented pandemic and work-from-home mandate, I realized I have been spending an unhealthy amount of time in front of my PC. Either for work, mindlessly browsing YouTube and watching cat videos, or playing video games.
[Read More]
How to run Neural Network on STM32
Part 3 - Running TFLite Model on STM32!
As I mentioned before, I will be using the 32F746GDISCOVERY development board and STM32CubeIDE to code.
[Read More]