Skip to content

ferre111/Simple-watch-on-stm32

Repository files navigation

Simple smartwatch on STM32

The purpose of this project is to create a smartwatch equipped with an OLED display and a set of sensors. The fundamental hardware part of this watch will be a STM32F103 microcontroller based on one the Cortex-M3 core.

Device will be capable of measuring:

  • time,
  • temperature,
  • air pressure,
  • altitude,
  • magnetic field,
  • acceleration

Data from sensors and current time will be displayed on the OLED display equipped with the SSD1306 driver. All sensors and display are driven by I2C interface.

List of sensors:

  • MPU6050 (GY-87)
  • BMP180 (GY-87)
  • QMC5883L (GY-87)

A video that showing how the watch works: https://www.youtube.com/watch?v=Y_Tc-Hr1YcA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages