- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 6 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 7 months ago
- Building a 3D Digital Clock with ArduinoPosted 12 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year 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!