An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: stm32h747

ShiegeChan/SensEdu

RADAR and Communication Development Shield

Language: C - Size: 141 MB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 3 - Forks: 4

vladysor/SensEdu-Library

SensEdu Projects Development Framework

Language: C - Size: 44.9 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

Bexin3/STMSpeeduino

Speed up functions on your STM32H747 based Arduino

Language: C++ - Size: 138 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 5 - Forks: 0

gdobato/portenta-h7

It provides examples for the Arduino Portenta-H7 board written in Rust. The software can be flashed on the target either with USB (DFU), or with a debug probe (JLink, ST-Link).

Language: Rust - Size: 254 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 9 - Forks: 3

c4chris/H747-Camera

Explore AI possibilities to sort seeds using STM32 H7 board coupled to a camera

Language: C - Size: 5.89 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 2

gdobato/portenta-h7-async

It provides examples for the Arduino Portenta-H7 board written in Rust. The software can be flashed on the target either with USB (DFU), or with a debug probe (JLink, ST-Link).

Language: Rust - Size: 230 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

sh3r4zhassan/STM32H747I-DISCO_SDCARD

STM32H747I-DISCO_SDCARD is an STM32CubeIDE project. It includes a code for efficiently storing data into an SDCard for STM32H747I-DISCO board.

Language: C - Size: 16 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sh3r4zhassan/STM32H747I-DISCO_I2C_SD

STM32H747I-DISCO_I2C_SD is an STM32CubeIDE project. It takes embeded sensor readings using I2C from STM32H747I DISCO board and store all the readings in the SD card. The SD card should be inside the card slot for this code to work properly.

Language: C - Size: 16.2 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sh3r4zhassan/STM32H747I-DISCO_ADC

STM32H747I-DISCO_ADC is an STM32CubeIDE based project. It includes a code source for basic ADC read in STM32H747I DISCO.

Language: C - Size: 13.9 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

sh3r4zhassan/STM32H747I-DISCO_UART

STM32H747I-DISCO_UART is a STM32CubeIDE project. It includes a code file for uart operation in. STM32H747I-DISCO.

Language: C - Size: 13.4 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ahmedalkabir/GigaWiFiSolver

if you encountered an issue of enabling WiFi of Arduino Giga R1 WiFi maybe this library can help you

Language: C - Size: 244 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

khoih-prog/Portenta_H7_TimerInterrupt 📦

This library enables you to use Interrupt from Hardware Timers on an STM32H7-based Portenta_H7 board. It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware timers, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy

Language: C - Size: 155 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 2