Category: Electronic

STM32F4 black pill power saving: manage clock frequencies 0

STM32 Power saving: STM32F4 black-pill manages clock and frequencies – 2

An essential factor of our micro-controllers is power consumption. As usual, I started to analyze that aspect without entering the detail for sleep mode but with some alternative solutions offered by the micro controller.
Now we are going to examine the management of clock frequencies of STM32F4 series.

STM32F1 blue pill power saving: manage clock frequencies 0

STM32 power saving: STM32F1 blue-pill manages clock and frequencies – 1

Mastering clock source and frequency management is vital in STM32 development. The STM32F1, or “Blue Pill,” provides several options to balance device performance and power saving. The STM32F1 sources its clock from an internal RC oscillator (HSI), an external crystal oscillator (HSE), or a Phase Locked Loop (PLL) that can amplify the HSI or HSE for higher frequencies. By carefully choosing and setting up these clock sources, you can greatly optimize your device’s power consumption.

MicroPython with esp8266 and esp32: flashing firmware and using standard tools 0

MicroPython with esp8266 and esp32: flashing firmware and programming with basic tools – 1

This guide focuses on using MicroPython with ESP8266 and ESP32 microcontrollers, two popular choices for IoT and embedded systems. By understanding the standard instruments available with MicroPython, such as Python, esptool, ampy, PuTTY, and screen, you can quickly and easily build projects for these powerful devices. This guide will provide an overview of each tool and how to use them effectively, so you can take full advantage of the capabilities of your ESP8266 or ESP32 microcontroller.

STM32F4 black pill EByte LoRa Exx 0

Unleashing IoT Potential: Integrating STM32F4 Black-Pill with EByte LoRa E32, E22, and E220 Shield

The STM32F4 Black-Pill, a powerful and versatile microcontroller, offers promising potential for IoT applications when integrated with LoRa modules like EByte’s E32, E22, and E220. In this article, we’ll examine the Shield I use for rapid prototyping that supports all the LoRa modules described.

STM32F1 blue pill EByte LoRa Exx shield 2

Unleashing IoT Potential: Integrating STM32F1 Blue-Pill with EByte LoRa E32, E22, and E220 Shields

The Internet of Things (IoT) landscape is evolving at a rapid pace, leading to an increased demand for robust and scalable communication technologies. LoRa, or Long Range, is one such technology that has gained significant traction in recent years. In this article, we will delve into the integration of STM32F1 Blue-Pill, a highly capable microcontroller, with EByte LoRa E32, E22, and E220 shield modules, which are popular for long-range, low-power applications.

I start using STM32 microcontrollers, and I find they are of superior quality. But I need a prototyping board to do my work faster.