Category: STM32

STM32F1 pinout specs and Arduino IDE configuration 0

STM32F1: pinout, specs, and Arduino IDE configuration (STM32duino and STMicroelectronics) – 1

Navigating the STM32 world is more complicated than other microcontrollers, one of the reasons is that it is an extremely large world and there are many options for both software and hardware.
In this tutorial we try to create a path to follow to reach a good knowledge of these devices.
Let’s start with the famous STM32 Blue Pill, let’s see how to program it and the basic features.

PCF8574 i2c digital I/O expander - Basic I/O and interrupt 76

PCF8574 i2c digital I/O expander: Arduino, esp8266 and esp32, basic I/O and interrupt – Part 1

Library to use i2c pcf8574 IC with arduino and esp8266.

This IC can control (until 8) digital devices like button or led with 2 only pins.

Can read and write digital value with only 2 wire (perfect for ESP-01).

I try to simplify the use of this IC, with a minimal set of operation.