News

This repository contains various STM32 microcontroller projects programmed in Embedded C using Arduino IDE. Each project demonstrates different fundamental concepts of microcontroller programming, ...
Ever wanted to handle a STM32 board with Arduino IDE. Here is a simple way to load program using USB to Serial/UART/TTL adapter, ... (BOOT0 and BOOT1) specify the source of code for the ...
The STM32 board a.k.a Blue Pill is a Development board for the ARM Cortex M3 Microcontroller. It looks very much similar to the Arduino Nano but it packs in quite a punch. The Development board is ...
The STM32 line of microcontrollers – usually seen in the form of an ST Discovery dev board – are amazingly powerful and very popular micros seen in projects with some very hefty process… ...
Comparing SPI bus in Arduino & STM32F103C8 Blue Pill board, STM32 has 2 SPI bus in it while Arduino Uno has one SPI bus. Arduino Uno has ATMEGA328 microcontroller in it, and STM32F103C8 has ARM Cortex ...
Now how to interface the popular DHT11 Temperature, Humidity sensor, and Soil Moisture Sensor with STM32 microcontroller using Arduino IDE as shown below Block Diagram. For those who are new, the ...
Arduino is a great microcontroller, but there are also other alternatives available in the market that offer more advanced features and flexibility. Raspberry Pi, BeagleBone Black, ESP32, Teensy, and ...