Close
0%
0%

OwnWatch

The OwnWatch is a Arduino compatible smartwatch which is soft- and hardware expandable and not much bigger than a common brand smartwatch

Similar projects worth following
Currently almost every company in the consumer IT market build their own Smartwatch, nice small devices that makes your life a little bit easier and more comfortable. But for a maker, a hacker, a hobbyist or a nerd who loves hackable devices and creating own projects, these 'boring' smartwatches are not really satisfying.

The OwnWatch is fully hackable and makes it possible to realize Arduino projects simple as usual and connect and control them with the watch itself or over the watch with your phone via Bluetooth.

Jump with the wearable technology into the next galaxy: Your watch can be the controlling- and powering-unit for your clothes and simply turn them into Smartclothes.
You dont need to integrate a power supply (battery) or a controlling-unit in your wearables, just connect your shirt, pullover, jacket or whatever you want trough the (Phoenex compatible) GPIO Port to the OwnWatch. That makes it much easier and cost efficient to create 'SmartClothes&apos

NEW VERSION (Now OwnWatch instead of Tardis-Watch):



Not just a new name, check out what else changed:

  • Supports Bluetooth 4.0 AND 2.0 (HM-13 Dual mode Bluetooth module)
  • Gyro + Accelerometer (MPU6050)
  • Magnetometer (HMC5883L)
  • Pressure Sensor (BMP180)
  • Three Temperature Sensors
  • Ambient Light Sensor
  • Audio (via internal Speaker or external Headphones)
  • Lithium-Polymer Battery (280mAh)
  • Atmel ARM Cortex-M0+ SAM D21 - 48MHz - 256KB Flash - 32KB RAM
  • New Case-Design (54mm * 40mm * 13.8mm)

OLD Versions

Of course the Tardis Watch brings all the features, you allready know from 'common brand watches' and you don't want to miss:

  • Bluetooth 4.0 (fully compatible with the HM10 and the cheaper HC05 Bluetooth 2.0 module)
  • USB 2.0 (microUSB)
  • 1.44" TFT color display with a resolution of 128*128 (ST7735)
  • Gyro + Accelerometer (MPU6050) + Magnetometer (MPU9150)
  • Realtime Clock (DS3231)
  • Lithium-Polymer battery (with 135mAh¹ or 240mAh²)
  • Controller: Atmel AVR ATMega32U4 - 16MHz
  • MicroSD Card slot (up to 8GB)
  • Internal Speaker
  • Two Temperature sensors
  • Two Tactile switches for the navigation through the User Interface + one Home/Reset button
  • Power Switch
  • Two indicator LED's on the frontside (free programmable)
  • Not much bigger than common Smartwatches (56mm * 40mm * 13.5mm¹-14.5mm²)
  • Phoenex compatible GPIO connector for the IO Pins, so it's possible to easely connect your development boards, own projects or common Arduino Shields via a board adapter to the watch. (I adopted this system/idea from the great Phoenard)


  • 1 × ATSAMD21G18A Microprocessors, Microcontrollers, DSPs / ARM, RISC-Based Microcontrollers
  • 1 × HM-13 Bluetooth Module
  • 1 × MPU6050 Gyro + Accelerometer *+ Magnetometer
  • 1 × HMC5883L Sensors / Hall Effect, Magnetic
  • 1 × BMP180 Sensors / Temperature, Thermal

View all 10 components

  • News around the 'not-longer-Tardis' Watch

    Moritz Wenzel03/03/2015 at 17:41 0 comments

    Hey DIY-Smartwatch Friends,
    It's been awhile since my last update(s) here and on Facebook. But don't worry i haven't stopped working on the Project or something like that.
    First of all the bad news: After some trouble i got *forced* to rename The Project. BBC don't allow me to keep the name TARDIS -Watch, since it's theire trademark and yeah...
    It's a pitty, since i actually took this name because i was a big Doctor Who Fan and thought this name would be great for such a 'nerdy' Watch, and also the word tARDis relates to the fact that it is Arduino based/compatible but yeah, sadly it seems that BBC don't see it as 'paying tribute to their great work' it's more like they feel hurt in their rights/trademarks/whatever.

    I will think about a new name for the next two weeks and would really love to hear some ideas from you and all people who might be interested in this project! Maybe your suggestion will be the future name of the project? I'm not sure if anyone of you read this but hey, let's give it a try to solve this problem and beeing creative together.


    You might wonder what else happened since my last update. Well it's a lot of coding that has to be done and i reached the limits of the little Atmega32u4, that i'm currently using on the Watch, so i redesigned the Mainboard. First i thought about using an ARM Processor instead of the AVR's but after a while i wanted to stick with the AVR's and decided to take a Atmega1284P, which has really nice specs in compare to the 32u4 (RAM, Flash, Powerconsumption, etc..). Also the Bootsection of the 1284P is larger than the Bootsection of the 32u4 which is anyway almost completely used with the USB-Interfacing. Hopefully with the 1284P it'll be possible to boot Sketches/'Apps' from SD-Card. (Just a few thoughts).

    Since i decided to take the new Microcontroller i also needed an USB-Serial driver. There was only one little problem.. The entire Mainboard was already filled with parts, IC's and Devices, so i decided to replace the HM-10/HC-05 Bluetooth Module with a smaller Dual Mode Bluetooth module (HM-13), which supports the new Bluetooth Low Energy protocole 4.0, but also the older 2.1 / 3.0 Protocols.
    In Addition i replaced the DS3231 SOP-16 Package with the smaller DS3231M SOP-8 Version. This little replacement gave me 1mm bonus in thickness, so i thought, why not using this mm and spend the Watch a bigger battery, now there is a 402030 LiPo inside with around 200mAh.


    Of course i also designed a new Case + Spacer (Between Mainboard and Displayboard) which reduces the entire Thickness of the Watch down to 14mm.


    And last but not least, over the time many of you asked me when and where they can get one of these Watches, some asked for the raw PCB's + Parts for assembling it on your own, and some asked for the finished Watch. I'm still thinking about a Kickstarter Campaign, but as i've already said, there is a lot of coding that has to be done*. And of course also all these non-technical things. I hope you can understand, that it isn't possible for me to manufacture all the watches for you guys on my own here in my apartment with my soldering iron. When i'm done with all the work*, i'll give you more specific details about a Kickstarter Campaign, Videos, Pictures and all the interesting stuff that you want to see!
    * (mostly the coding, so if someone with programming experience want to join, you're welcome.. :) )
    Currently i'm writing all the System-Apps and menus for the Watch, for example the 'Analog Watch' i'm working on today(yep still in work as you can see):


    Would love to read your comments, especially your ideas about a new, suitable, creative name.

    - Moritz W.

  • Tardis Watch - Version 1.00

    Moritz Wenzel12/22/2014 at 19:27 0 comments

    Check out the building process of the new Tardis Watch version(left): Here

  • The first Userinterface

    Moritz Wenzel12/14/2014 at 03:44 0 comments

    Just a short video about the Userinterface of the TardisWatch :

  • First Prototype completely assembled

    Moritz Wenzel12/10/2014 at 05:34 0 comments

    First Prototype (V0.99) is finally completed after the USB connectors arrived here a little late.
    There is also a yellow "Receive / RX" LED on the Right side of the microUSB Connector.

View all 4 project logs

  • 1
    Step 1

    Please let me know if you like this Project and would like to rebuild it to have your own custom SmartWatch.

    NEW: For a detailed overview of the building/assembling process check out my Google Drive folder

    Bottomside of the Mainboard (Version1.00):

    Bottomside of the Mainboard (Version0.99):

    Topside of the Mainboard (Version1.00):

    Topside of the Mainboard (left) & Bottomside of the Displayboard (right) (Version0.99)


    PCB-Layout Version 1.00 - (Mainboard left & Displayboard right)

View all instructions

Enjoy this project?

Share

Discussions

se-b-81 wrote 07/15/2023 at 16:07 point

Hi. I'd like the full assembled device to study it seriously! My mail : se-b-81@live.fr. Anyway, thanks.

  Are you sure? yes | no

Autymn D. C. wrote 03/16/2020 at 12:04 point

They're not nice < niais < nescius := not-skilled; you are.  little bit: your brain; hobbyist -> hobbyist,; dont -> don't; jacket -> jacket,; trough -> thru; bigger -> greater; easely -> easily; would -> should; will -> shall; beeing -> being; i -> I; thickness -> coarseness; spend -> afford; you guys -> ye; Pictures -> Pictures, Bottomside -> Underside; Topside -> Top

  Are you sure? yes | no

Mohsen Abbasi wrote 04/26/2017 at 15:19 point

Hey man, let us work together. I can make a nice care for it. I made some general cases for developers on my Website. Check them. I would make one for your watch.

  Are you sure? yes | no

Andrew wrote 03/04/2016 at 03:51 point

are you still going to do a kickstarter this watch is cool p.s it would be sweet if you could have a pong clock face too

  Are you sure? yes | no

Moritz Wenzel wrote 03/06/2016 at 17:12 point

Hey Andrew, thanks for showing your interest! 
I've got the PCB's for the 'new' version laying around here since quite a while. Currently i'm too busy with other things sadly, so i haven't had the time to do much progress on the watch. I planned to finally assemble it until next month but then there is still tons of coding to be done, so yeah... I shipped some pcb's and parts for the watch to a few people who asked me for it and who also offered to support the project by writing some code, but i never heared anything from them about the watch since then. Will post here as soon as there is something new. For more questions, details or pictures of the new watch version feel free to mail me here or to "me@morxw.com".

  Are you sure? yes | no

Leonard wrote 04/30/2015 at 00:23 point

Good job, so much work! keep it up! :)

  Are you sure? yes | no

maxi.hirschberger wrote 01/15/2015 at 22:19 point

Hi, great Watch you have there! I would love to build it for my own!

Max

  Are you sure? yes | no

Moritz Wenzel wrote 01/16/2015 at 05:34 point

Hey Max,
Thanks, nice to hear that you like it!
After quite a few people asked me about building/buying one, i decided to try it on Kickstarter as soon as everything is done. Currently the watch is still in progress (tons of coding). Of course it is also possible to build it on your own, if you have some experience in SMD soldering (especially the QFN Packages can be a little tricky) but in most cases i would recommend to wait until you can get the assembled watch on Kickstarter. (Will be way cheaper and you don't have to order all the parts from all over the world)
For all the 'hardcore hobbyists' i will also offer the raw pcb's + building instructions, if you really want to rebuild it on your own. ;)
- Moritz

  Are you sure? yes | no

maxi.hirschberger wrote 01/16/2015 at 18:34 point

I kind of think that this Watch is more stylish than any Smartwatch i have seen. It just has something and it's kind of unique! I've got no experience in SMD soldering right now but I want to learn it anyway. Since I didn't work with an Arduino yet I'm going to start with that. But I already can code in c++ so thats going to help. I'm going to wait but sooner or later I defenitely gonna have it. But i'd liked it more to buy the raw one then. Tanks for your fast response.
P.s Warum schreib ich eigentlich in Englisch :D

  Are you sure? yes | no

Moritz Wenzel wrote 01/17/2015 at 16:17 point

Wow thank you. I actually tried to orient myself on the design of the Phoenard and also make it practical and functional and of course there are 'limits' for me as a hobbyist in designing affordable hardware that's why it has this unique look. Don't worry with the right equipment and some practicing it's not that hard to solder/assemble these things. That's great, i'm sure this will make it much easier for you to write applications for the watch!
The raw boards will definitely be available for all of you who want to rebuild the Watch (i can totally understand that, it's an amazing feeling to hold your self assembled watch in your hands and see that it works and show it your friends).

I think it's kind of polite to write in English so everyone is able to read this conversation. In messages it doesn't matter.. ;D

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates