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]
How to run Neural Network on STM32
Part 2 - Training model and generating C files!
Hello, World! LED blinking is the de-facto Hello, World! example for Embedded System. You got to stay true to that tradition, hence our example will use an LED. But instead of blinking, we will fade in - fade out the LED. Now, if you are familiar with Embedded System you...
[Read More]
How to run Neural Network on STM32
Part 1 - Introduction
Machine Learning has been changing the world as we know it. With an abundance of data enabled by IoT devices, machine learning found its way even in niche applications. But running a machine learning algorithm requires a beefy workstation. There are machine learning frameworks that can be run on Single...
[Read More]