You are browsing as a guest. Sign up (or log in) to start making projects!

Smartwatch

Hardware
  • 5 Devlogs
  • 6 Total hours

I am building a smartwatch with 1.28 inch touchscreen round display and ESP32.

Open comments for this post

2h 2m logged

Stopwatch Development

I added two buttons with pull-up resistors to simulate forward/backward motion in a smartwatch. By clicking the buttons, you can switch through different apps and you can access them by a long press (> 0.5s). Currently, there is only stopwatch with its basic functions like start/stop/reset. I tried out EEZ Studio and I find it better than Lopaka, but there are still some limitations.

Future Plan

  • Add a passive buzzer to give feedback to user
  • Add symbol for the apps
  • Add “lap” function in stopwatch
  • Develop other apps like timer, alarm and weather
0
0
14
Open comments for this post

1h 10m 1s logged

Watch Face Development

I integrated DS3231 real time clock with the display to show the time on watch face. The GUI is designed using LGVL format with TFT_eSPI driver. While I am waiting for the PCB to arrive, I will keep developing the software side. Initially, I chose Lopaka as a design tool, but I am planning to switch to EEZ Studio for its open source license and better functionality.

2
0
528
Open comments for this post

24m logged

Testing DS3231 and Round Display on ESP32

Today, I tested DS3231 and TFT round display on ESP32 by uploading the example codes online and the wiring and the code weren’t too complicated. DS3231 comes with a battery, so it can keep track of the time even when it is not powered by an external source and I am planning to design the UI of the smartwatch with LVGL format, designed on Lopaka.

PCB Design

Apart from this devlog, I finished designing the PCB for my smartwatch using the schematic from the past devlog. The reason why I am writing my progress on this devlog is because even though 9 hours of my work was recorded on Hackatime, I can’t seem to write a separate devlog on the Stardance.

Designing Process

At first, I had no clue to what I should do with designing a PCB because it is my first time doing it. So I watched some tutorials on YouTube and learned basic skills like creating tracks (wires) and vias (connecting different layers), checking the PCB on 3D viewer. running Design Rules Checker before finalizing the PCB and exporting Gerber files for PCB manufacturing.

Ordering PCB

Now, I am done with the PCB and ordered 5 pieces of it on JLCPCB. It takes few weeks to arrive and right now I will be working on the software side while waiting for it. I did not use their assembly service because I wanted to solder SMD components by myself using a heat gun. The electronic parts were purchased through DigiKey and AliExpress and tools for SMD soldering were bought on AliExpress and Amazon.

0
0
4
Open comments for this post

1h 22m 56s logged

Schematic

I started building a schematic for the smartwatch. It is my first time using KiCad, so I watched basic tutorials on YouTube about the interface. The symbols for the sensors and microcontroller are not listed on the basic KiCad symbol list and I had to find them separately on the manufacturer’s page and SnapMagic for free.

How I Built the Schematic

At first, I had no idea on how to connect the raw sensors to the microcontroller because I only worked with sensor modules that had other electrical components on it before. Therefore, I looked through the datasheet and there were example circuits, which I followed. Most sensors use I2C communication and it requires resistors between the serial clock and data lines to the power and a capacitor between ground and power to stabilize the power as well. Then, instead of connecting all the wires, I placed labels in order to make the schematic clean to look at. Before I am finished with the schematic, I ran Electrical Rules Checker and fixed errors that showed up.

Next Step

The next step would be to use the schematic to layout the PCB. I am planning to get a hot plate and solder paste, so that I can solder SMD components onto the PCB by myself. It is a long journey, but I am hoping to finish the project with progress made each day. Comment below if you have any questions!

0
0
6
Open comments for this post

42m logged

Brainstorming

For my project, I chose to build a smartwatch of my own, similar to Galaxy and Apple Watch. Today, I brainstormed the basic materials and functions of the smartwatch.
These are what I came up with.

Components

  • 1.28 Inch Round Circular TFT LCD Touchscreen Display Module
  • 400mAh LiPo Battery - charge through ESP32
  • XIAO ESP32C3 - main processor
  • MPU6050 - Inertial Measurement Unit
  • SHT40 - Temperature and Humidity
  • BMP581 - Air Pressure and Altitude
  • VEML6035 - Ambient Light Sensor
  • 2x Buttons
  • CPT-9019A-SMT-TR - Passive Buzzer

Functions

  • Touchscreen User Interface
  • Automatic Screen Turn On/Off - MPU6050
  • Stopwatch/Timer/Alarm - Play sound with the buzzer
  • Temperature/Humidity/Air Pressure/Altitude Readings
  • Automatic Brightness Level Adjustment - Ambient Light Sensor
  • Simple music player with buzzer
  • Bluetooth/WiFi connection to mobile and retrieve external data such as local weather/sports/stocks
    ‎‎‎‎‎‎‎‎ㅤ

These are what I came up with for now and I might add on to this as I work on the project. The next steps would be to design a schematic and printed circuit board, which is for the first time in my life and I am excited about it. This is a huge project, so it will take some time to finish it. Below is the picture of what I brainstormed on Google Docs.

0
0
28

Followers

Loading…