The Wayback Machine - https://web.archive.org/web/20220613175038/https://github.com/topics/stm32f7
Skip to content
#

stm32f7

Here are 89 public repositories matching this topic...

ThomasGravekamp
ThomasGravekamp commented Jul 13, 2019

Most, if not all, devices in the STM32 family support flashing via a serial connection. Flashing over serial is also suported by the texane/stlink tool.

Flashing over serial works by starting the device in its bootloader mode and connecting it to a PC via an USB to serial converter. For the Blue Pill, connect converter TxD to board RxD (PA10) and connect converter RxD to board TxD (PA9).

  • [
enhancement good first issue

This is simple yet complete WebServer library for STM32 boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery), ENC28J60 or W5x00 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI
  • Updated May 3, 2022
  • C++

Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi or W5x00) and currently STM32 with LAN8720 or built-in LAN8742A Ethernet.
  • Updated Apr 14, 2022
  • C++

EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client. The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI
  • Updated May 4, 2022
  • C
qqq89513
qqq89513 commented Jan 10, 2021

It sounds the same in #3. But when it occurs, it last shorter than it does in #3.
It happens with random time gap, sometimes 3 minutes, sometimes 10 minutes.
This also happens in DiscoveryF7Audio, but it has a longer gap between 2 occurrences. In otherwords, you are less likely to hear the bad sound from DiscoveryF7Audio.

Note that color

bug good first issue

Arduino Library for ESP8266 (WiFi, W5x00/ENC28J60), ESP32, Portenta_H7, STM32 and Teensy 4.1 QNEthernet asynchronous MQTT client implementation. This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet. Currently supporting TLS/SSL for ESP32 only
  • Updated Apr 14, 2022
  • C

Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2 + ESP32_S3 + ESP32_C3), WT32_ETH01 (ESP32 + LAN8720). Supporting in the future for ESP8266, Portenta_H7, STM32 with LAN8720 or built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them
  • Updated Mar 24, 2022
  • C++

Improve this page

Add a description, image, and links to the stm32f7 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stm32f7 topic, visit your repo's landing page and select "manage topics."

Learn more