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]
Time Server
for Arduino Uno!
Situation 1:
Problem: I need an LED to blink every 250ms as a status of a device. But part of the main loop code takes, let’s say, 5seconds to do some computation. How would you go about it to solve it?
[Read More]
LoRaWAN Shield
For Arduino and Nucleo boards!
Haxiot developed the LoRaWAN® expansion board for STM32 Nucleo and Arduino development boards. This board is an integrated solution that provides an affordable and flexible way for users to learn and develop solutions using LoRa® technology.
[Read More]
Python module for ST-Link Utility
Using CLI Utility!
This is a collection of Python methods to automate STMicroelectonics flash using ST-Link CLI Utility (Windows).
[Read More]