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]

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]