Skip to content
Umut Sevdi edited this page Jan 30, 2024 · 15 revisions

Welcome to the WearPico wiki!

Table of Contents
  1. Hardware Overview
  2. Applications Overview
  3. Installation Guide
  4. Code Overview
  5. The Paper

The Goal

The aim of this project is the design and development of a smartwatch with integrated functionalities such as touchscreen control, Bluetooth connectivity, multimedia control, notifications, call status monitoring, clock features, stopwatch, alarm, reminder, and step counting. The smartwatch was programmed directly on the microcontroller in the C programming language without using any operating system. A mobile application for Android devices was also created to communicate with the smartwatch and control various features.

The Scope

The WearPico is designed as an embedded system without a full-fledged operating system. In addition to basic clock functions such as time, alarm, and stopwatch, the smartwatch will have features such as receiving notifications, handling calls, and controlling the media player on the phone. The touchscreen-operated watch will also include an accelerometer, a buzzer for alarm sounds, and a motor for vibration.

As of 2024 the project supports the following features:

  • Fitness tracking
  • Call Management
  • Notifications
  • Music and media control
  • Reminder
  • Alarms
  • Lock Screen
  • Temperature
  • Touch Gestures
  • Stopwatch
  • Calendar
  • Notepad
  • Configuration

Wiki

The WearPico project is a free and open software under the GPL License.