Blog

STM32F4 development board with neural network inference
Part 2 · Exploring MCUs
embeddedai

Running a Neural Network on an STM32 Microcontroller

· 2 min read

Deploying a quantized TensorFlow Lite model on an STM32F4 MCU — from model training to inference at the edge.

Arduino Nano boards connected via UART
Part 1 · Exploring MCUs
embedded

UART Communication Between Two Arduino Boards

· 2 min read

Building reliable bidirectional serial communication between Arduino Nano boards with error handling and protocol framing.