- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 9 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 9 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 10 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 10 months ago
- What is IoT and which devices to usePosted 11 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 11 months ago
Arduino SmartWatch, With Temperature, Altitude and Compass!
Our Brazilian friend Goncalves, “obsessed by having a fashion smartwatch”, worked on a very cool project: Arduino based smartwatch, with pedometer, altimeter, accelerometer and other interesting features!
Hi folks! Last few days I’ve been obsessed with the idea to make my own watch from arduino parts, but something cool I could use and say I did it myself. So I found out there was a sensor board (commonly named GY-87) which had three sensors on it: HMC5883L (compass), BMP085 (pressure, altitude, temperature) and MPU6050 (accelerometer and gyroscope). With it, via I2C, I could add an Arduino Pro Mini, and an I2C Oled Display and make a watch capable of having all this information, plus a pedometer (by analysing accelerometer data).
- 10DOF sensor (HMC5883L, MPU6050 and BMP180)
- Arduino Pro Mini 3.3V (or compatible)
- Cellphone battery (3.7 – 4V);
- I2C Oled Display (blue color)
- Copper pcb board
- Ferric chloride
- DC Female Power connector 2.5mmx0.7mm
- Tactile switch (side button)
- An old or cheap watch you can unmount (preferably big enough);
- Solder wire, soldering iron, solder sucker, etc;
- After, of course, you will need the battery charger, wich wont be inside the watch,
View the full DIY guide here: Arduino Pedometer Watch, With Temperature, Altitude and Compass!