Tagged: STM32

STMicroelectronics STM32 32-Bit ARM® Cortex®-M MCUs are based on the Arm Cortex-M processor and offer a 32-bit product range that combines very high performance, real-time capabilities, digital signal processing, and low-power, low-voltage operation. This is achieved while maintaining full integration and ease of development.

Send email with attachments STM32 boards Gmail SSL 0

STM32 send emails with attachments and SSL (like Gmail): w5500, enc28j60, SD, and SPI Fash

This guide demonstrates how to send emails with attachments from STM32 microcontrollers using SSL encryption, like Gmail. It covers using w5500 and enc28j60 for network connectivity and SD cards and SPI Flash for storage. With detailed setup instructions and coding examples, it enables secure email communication in STM32-based projects.

Ebyte LoRa E32 with STM32: WOR (wake on radio) and new STM32 shield 2

Ebyte LoRa E32 with STM32: WOR (wake on radio) and new STM32 shield – 9

In this article, we will dive into some technical details of the Ebyte LoRa E32 module integrated with the STM32 microcontroller. One key feature that we will explore is the WOR (Wake on Radio), which is a significant factor in the world of low-power long-range communication systems.

EByte LoRa E32 & MicroPython: a deep dive into transmission types 0

EByte LoRa E32 & MicroPython: a deep dive into transmission types – 4

This article, the fourth in our series, provides an in-depth analysis of the different transmission types that can be realized with the EByte LoRa E32 module utilizing MicroPython. By understanding these transmission modalities, developers can effectively harness the power of these tools and tailor their applications to meet specific needs.

Ebyte LoRa E32 & MicroPython: exploring library 0

Ebyte LoRa E32 & MicroPython: exploring library – 2

The Ebyte LoRa E32 library is a comprehensive tool designed to facilitate seamless communication with LoRa wireless modules. Developed for programmers and tech enthusiasts alike, the library enables a smooth interfacing with Ebyte’s LoRa E32 devices using MicroPython, a lean and efficient implementation of the Python 3 programming language.

STM32 power saving: RTC backup register and SRAM preservation 0

STM32 power saving: RTC backup register and SRAM preservation – 9

In this article, we finally delve into the backup domain, a crucial step towards resolving the issue of state preservation across sleep modes. We initiate with a comprehensive exploration of the RTC backup registry, subsequently moving onto an analysis of the backup mechanisms for SRAM memory.

STM32 power saving: backup domain intro, and variable preservation across reset

STM32 power saving: backup domain intro and variable preservation across reset – 8

Another important element of STM32 is the backup domain. After a brief introduction to the topic, we will evaluate and test the standard solution for RESET, namely the use of variables in the “noinit” and “persistent” memory areas, a very interesting management. And we will write some simple functions to check the features of our devices.