Tagged: Arduino IDE

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.

esp8266 OTA update with Arduino IDE: filesystem, signed and password 0

esp8266 OTA updates with Arduino IDE: filesystem, signed and password

OTA (Over the Air) update is the process of uploading firmware to an ESP module using a Wi-Fi connection rather than a serial port. Such functionality becomes extremely useful in case of limited or no physical access to the module.
In this article we are going to see the OTA updates with the Arduino IDE, firmware, filesystem, signed and unsigned.

Display OLED ssd1306 arduino esp32 esp8266 draw images show animations 3

SSD1306 OLED Display: draw images, splash and animations – 2

SSD1306 IC is used for the most commons OLED display is a single-chip CMOS OLED/PLED driver with controller for organic / polymer light emitting diode dot-matrix graphic display system. It consists of 128 segments and 64 commons.
We will now render images and create a simple animation and take a look at the byte array generator.

Display OLED ssd1306 arduino esp32 esp8266 basics 3

SDD1306 OLED display: wiring and basic use with esp8266, esp32 and Arduino – 1

SSD1306 IC is used for the most commons OLED display is a single-chip CMOS OLED/PLED driver with controller for organic / polymer light emitting diode dot-matrix graphic display system. It consists of 128 segments and 64 commons.
We are going to use it with SPI and i2c and learn the basic function.