Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.02 KB

STM32 Double Pendulum Simulation

This little project aims to exercise my skills with physics and object orientation programming in c++.

The project use an STM32F103 mcu to calculate the position of pendulums and draw it to a display (240x320) interfaced by SPI and ILI9341 display controller.

Dependencies

stm32-ili9341-drv : ILI9341 SPI Driver for STM32. Forked from STM32-ILI9341.

hagl : A GFX Library for embedded systems.

CMSIS-DSP : Use of sin and cos functions optimized to arm mcus.

Schematics

image info

Runtime

running

(I promisse that low FPS Rate it's from mp4 to gif convesion..)

Double Pedulum References

My Physics lab

Coding Challenge #93: Pêndulo Duplo