
The wearable projects with Arduino They've gone from being almost experimental to becoming a wild playground for DIY enthusiasts, electronics makers, and programmers. From homemade smartwatches to portable weather stations, boards like Arduino for wearablesESP32 or even Raspberry Pi allow us to bring to life ideas that a few years ago we only saw in science fiction novels or movies.
In this article we are going to do a very complete review of Watches and wearable electronic devicesBased on Arduino and similar platforms, you'll see examples of DIY smartwatches, giant decorative clocks controlled by microcontrollers, educational projects from specialized books, and even a futuristic 3D-printed metal pocket watch. Everything is explained in detail and with a practical approach to inspire you.
Why Arduino is perfect for wearable projects
Combining Arduino, cheap sensors and small modules It has revolutionized the possibilities of wearable electronics. Today it is possible to measure physical activity with IMU sensorsGPS position, health parameters or the environment (temperature, humidity, pressure) and carry all that information with you, integrated into clothing, on the wrist or in personalized accessories.
This trend is supported by a growing dependence on electronic devices In everyday life, we carry our phones everywhere, use fitness trackers, smartwatches, and all kinds of trackers. The maker movement has reacted to this by creating open, modifiable, and much cheaper alternatives to commercial products, often with a highly personalized design. The philosophy of Open Hardware and DIY Community, along with initiatives such as Open SoftwearIt encourages designs to be shared, improved, and adapted.
Thanks to the compact size of Arduino and compatible boards, they consume little power and integrate easily with display modules With LCD, LED, TFT, or OLED displays and all kinds of sensors, it's not uncommon to see projects that fit on a wristband, in a pocket, or even sewn onto clothing. The limit is usually more in the imagination and assembly skills than in the available technology.
In addition, the philosophy of Open Hardware and DIY Community It encourages designs to be shared, improved, and adapted. Many of the watches and devices we'll see below belong to entire families of variations: someone publishes a basic idea, and other makers twist it, expand upon it, or integrate it into furniture, jewelry, or outdoor installations.
DIY Smartwatch with Arduino: The Big Time Watch
One of the most representative projects when talking about Arduino-powered watches that can be worn on the wrist It's the DIY kit known as Big Time. It's a programmable digital clock that you can assemble yourself, and although it doesn't have the polished finish of an Apple Watch or a brand-name watch, it offers something those devices don't: the satisfaction of having created it with your own hands.
This kit is around Approximate cost: $30This makes it a very affordable option for getting started in the world of wearables. The package includes all the necessary components to turn it into a functional wristwatch, based on a design compatible with the Arduino ecosystem and intended for assembly by anyone with some soldering experience.
Inside the Big Time kit you will find the watch face, the strap, the case, the battery compartment, the connectors, and the programmable moduleThe dial is made of durable acrylic plastic that protects the electronics while leaving the LED digits that display the time visible. At the heart of the system is an ATmega328 processor configured to run at 32 kHz, sufficient for clocking and basic power management tasks.
The manufacturer has opted for inexpensive materials and simple electronics This keeps the price down while still allowing users to take advantage of its simplicity to experiment and learn. It's not a smartwatch packed with advanced features, but it's a perfect base for experimenting with microcontroller programming, energy saving, and wearable design.
Battery life is another of the Big Time's strong points: the included CR2032 button cell battery can offer up to up to two years duration under normal usage conditions. The philosophy is clear: the clock remains off and only activates the LED digit display when you press a button to check the time, minimizing energy consumption.
Programming and assembly of the Big Time clock
The clock's ATmega microcontroller is already included factory pre-configured to function as a digital clockSo you can assemble and use it without programming if you just want a simple assembly project. However, one of the great things about the Big Time is precisely that it's open to modifications via Arduino.
The control module allows you to connect a FTDI adapter To upload new firmware and customize the clock's behavior using an Arduino Pro or Arduino Pro Mini operating at 3,3V and 8MHz. This opens the door to changes such as different animations when displaying the time, LED brightness adjustments, simple alarms, or even integration with other sensors if the circuit is expanded.
However, the Big Time assembly is not a toy to simply put together: You need to have some knowledge of soldering and electronic circuitsYou'll need to solder components, ensure the connections are secure, and respect the polarity of the battery and LEDs. If you're inexperienced, it's a good idea to review a basic soldering guide or ask someone more experienced for help.
The usual thing is to follow the kit's own user guide and rely on videos where the process is shown step by step. There are resources that, in just a few minutes, document the entire assembly of the Big Time clock, from preparing the circuit board to closing the casing, including intermediate tests to verify that the module powers on and the LED digits respond.
Once finished and working, the Big Time clock becomes a perfect link to continue growing in wearable projectsYou can use the experience gained from other designs, add connectivity in future projects, experiment with sensors, or consider integrating the same concept into your own 3D-designed casing, like a LED bracelet with 3D printing.
Sci-fi pocket watch with ESP32 and AMOLED display
Another very striking project within the universe of "wearable" electronic devices is that of a pocket watch with a science fiction aestheticInspired by readings such as Neal Stephenson's novel "The Diamond Age," the creator had long wanted a watch of this style, but, finding nothing similar on the market, decided to manufacture it himself.
To do this, he resorted to a Waveshare development board that combines an ESP32-S3 with a 466×466 pixel circular AMOLED displayThis platform provides you with computing power, wireless connectivity and a high-resolution screen, ideal for designing highly visual and futuristic interfaces, far removed from what we usually see in standard commercial watches.
The software part focuses on programming a custom user interface, with a distinctly “sci-fi” look, adapted to the circular screen. The author was looking for something that would fit his aesthetic tastes, full of science fiction elements, eye-catching menus, and animations that conveyed the feeling of using a device straight out of a tech novel.
On the hardware side, in addition to the board and battery, the designer created a Specific case in Fusion 360This casing was 3D printed in stainless steel, achieving a robust look quite different from the typical plastic of many commercial wearables. The result, even as a first prototype, already allows the watch to be assembled and functional.
The project is still evolving: the author wants add physical buttons and other detailsHis idea is to remake the case in sterling silver, taking advantage of his profession as a silversmith. This type of project perfectly illustrates what can be achieved when open electronics, 3D design, and even traditional crafts like jewelry making are combined to create a unique wearable.
Huge, decorative clocks controlled by Arduino
Beyond wristwatches and pocket watches, Arduino also shines in projects of Large-format clocks, designed for decoration or public useA classic example is that of a clock about 3,7 meters in diameter (about 12 feet), with an impressive presence both in size and aesthetics.
This giant clock is controlled internally by an Arduino boardAlthough it could have been perfectly controlled by a conventional clockwork mechanism, the project documents how the structure, the movement system for the hands, and the integration of the microcontroller were built, including videos that show the entire process in just a few minutes.
Another large clock, also based on Arduino, combines time function, lighting, landscape integration and environmental data recordingIn this case, the installation is located in the middle of a garden, and the clock incorporates temperature and humidity sensors, as well as Bluetooth connectivity to adjust the time and consult the stored data from the mobile phone.
The project page shows Image galleries of the watch, assembly videos, and screenshots of the mobile app From which the system can be controlled. All of this demonstrates Arduino's potential as a central controller for clocks that are no longer limited to telling time, but become intelligent nodes within a connected environment.
It's clear that these giant watches aren't "wearables" in the strict sense of being worn on one's person, but they do fit into the philosophy of DIY electronic watchmaking projects that share many technologies with wearable devices: use of sensors, wireless communication, power management and flexible programming on microcontrollers.
Extreme creativity: clocks with shelves, bearings, and analog indicators
In the maker ecosystem, there are enthusiasts who combine their passion for Arduino with a taste for... watch engineering and interior designFrom there, truly original ideas emerge that go beyond the typical wall or table clock, and that play with the way we display time.
An interesting example is that of a clock hidden in a decorative shelfAt first glance, it looks like just another elegant and modern piece of furniture, but it actually integrates a timekeeping system controlled by Arduino. Thus, you have a clock, a functional shelf, and a very subtle decorative object all in one, revealing its true nature only upon closer inspection.
Another surprising project replaces the Typical LED segments supported by steel bearings and magnetsInstead of lighting up diodes, the system uses metal balls and magnetic fields to form the digits or time indicators. The level of imagination and mechanical skill required to achieve something like this is enormous, and it's the kind of project that literally leaves you speechless when you see it in operation.
There is also a whole family of watches based on the same creative conceptwhich has led to many variations with different styles and finishes. The original designer proposed a visually hypnotic idea, and other makers adopted and transformed it, generating a complete catalog of watches with the same base, but each with its own personality.
In some cases, experimentation even occurs with analog indicators based on classic measuring instrumentsThis involves replacing the original scales with clock faces, or using multiple analog clocks to display different components of time or other data. All of this is integrated with Arduino as the brain that coordinates motors, sensors, and, in many cases, LED lighting.
Clocks and Arduino projects as a learning tool
Watch and wearable projects are not only eye-catching, they are also a a great way to learn to program and electronics. There are books and educational resources that rely precisely on this type of project to teach key concepts of Arduino and embedded systems from scratch.
One of these materials proposes as its first project a Arduino Nano-based digital clockThe setup uses a membrane keypad, a real-time clock (RTC), and an LCD display, so that the student can understand how to read the time from an external module, how to display the information on the screen, and how to allow data input to adjust the time or set alarms.
The real-time module used is the Maxim Integrated RTC DS1307This component is very popular in electronics projects despite not having internal temperature compensation. It introduces the concept of a real-time clock, I2C communication, and the need to maintain the time even when the main board is powered off or restarted.
The second project proposed in that book is a object counter with ArduinoThis section introduces the use of the HC-SR04 ultrasonic sensor, capable of detecting any object passing in front of it and measuring distances using ultrasound. The detected objects are counted, and the results can be displayed on an LCD screen or sent to a computer for recording and analysis.
This case serves to explain the component layout on the boardHow to read sensor signals, how to process the information, and how to present it to the user, all within the Arduino ecosystem. It's a practical way to connect theory with something tangible that can be observed and verified in real time.
Weather stations and data-oriented wearables
The third major educational project mentioned in these resources is that of a weather station with ArduinoAlthough it is not always physically carried, it fits with the spirit of portable environmental monitoring devices, and many makers end up adapting these designs to integrate them into compact boxes, backpacks, or even clothing.
At this station, variables such as temperature, relative humidity of the air and atmospheric pressureThe data can be displayed on an LCD screen, but can also be exported to a computer for further analysis, with applications in statistics or simple short-term weather forecasting.
One of the key sensors is the DHT22A classic for measuring temperature and humidity. This component usually comes with a circuit board that facilitates assembly and has three pins, although its pinout differs from models like the DHT11: in the DHT22, the GND pin is located on the left and the data output on the right pin (pin 3), an important detail when wiring it correctly.
With this type of project, in addition to learning how to use sensors, the user is introduced to the idea of record environmental data continuouslyThis is fundamental in many modern wearables that monitor physical activity, health, or environmental conditions. From this, it's easy to imagine portable versions, with batteries and wireless communication, for carrying the station on your person.
These training materials are usually accompanied by explanations about the basic syntax of Arduino, the use of variables, constants, and control structuresas well as the management of digital and analog inputs and outputs. It is the necessary foundation for the reader to later create their own custom watches, counters, meters, or wearables.
This entire ecosystem is reinforced by platforms that launch specialized ebooks on a regular basisThese resources feature experts sharing their experience to provide solid, practical training. Many are available by subscription, granting access to a growing library of projects and tutorials.
Given all of the above, it is understandable why Arduino and the DIY movement are so prevalent in the world of wearable devicesThey combine low cost, complete freedom to modify, active communities that share code and designs, and a huge number of real-world examples ranging from the humblest watch to complex art installations or metal pocket watches worthy of a science fiction novel. With some patience, a willingness to learn, and a soldering iron, it's entirely possible to bring your own wearable project to life, for example, using WS2812B LED stripsand take it with you every day.


