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]
Structure Packing
One day while I was using PVS Studio Static Analyzer it suggested that I have an opportunity to apply ‘struct-packing’ that can save space. After some googling and reading I was astonished to the fact that I never knew of this!
[Read More]
Stringizing(#) and Token Pasting(##) Operator
If you never heard of any of these operators don’t be surprised, not many people knows about it. Let’s see what are these.
[Read More]