Congratulations on your very own O Watch kit!
Read moreO Watch kit has all the pieces you will need to make your watch. In this project you will learn how electronic parts fit together and function as a product. Let’s get started!
Important! Before you start!
- This great fun project will require some adult supervision.
- O Watch kit contains electronics components like circuit board, battery, connecting wires and small 3D printed delicate parts.
- The O Watch buttons are tiny parts that can get lost easily. Please use a clean flat surface to setup.
Here is what you should have received.
- Main Board - TinyScreen+ (TS+)
- Sensor Board (If you got the Sensor Kit)
- Rechargeable LiPo Battery
- USB Cable
- Case Main
- Case Back
- Case Buttons (2 Pairs)
- Band
- Paracord
- Glue tabs
If you are missing any items, please contact O Watch support.
1. Assembling the O WatchWatch the video and follow the step by step instructions below.
- Unpack the items and lay them on the table
- Connect the battery to main board using the white connectors. Push it in gently to ensure it is all the way in the connector. Tip: Hold the main board upside down from the sides with thumb and middle finger with pointer finger supporting it from below.
- If you have a sensor board, plug that to the main board. Use provided glue foam tabs to secure the board as shown in the video.
- Secure battery to the center of the main board (or sensor board) using provided glue tabs. Ensure the connecting cables wrap clockwise around to the side (with screen facing down) and stay snug and flat as shown in the video.
- Move the slider switch on the side up to the ON position. If the battery is charged you should see the screen light up. Leave switch in the ON position.
- Lay the watch main case upside down on the table and insert the two pairs of buttons on both sides as shown in the video.
- Gently and carefully insert the connected board(s) with battery into the case, screen facing down and the buttons on the board aligned to the ones on the case. CAREFUL! Do not use force; the screen or other parts can get damaged.
- Check for spacing around the battery. Adjust the position of the battery and connecting wires if they are touching side walls of the case. You do not want anything in the way when you insert the case back enclosure.
- Insert the case back enclosure with the two longer legs aligned to the top of the case and the clasps on the sides aligned along in between the buttons. Again do not force it in. Press gently and if you feel any obstruction remove and clear the sides.
- Once the case back is all the way in and secure, you now have the main unit ready to program.
- Download and install the latest Arduino Software (IDE) from Arduino website. (On Windows click Yes/Install whenever it asks 'Do you want to install this device driver/software'. You can also select the check box 'Always trust Arduino').
- Open Arduino IDE and go to File->Preferences (Windows) or Arduino->Preferences (Mac OSX).
- Copy and paste this URL to the box thats says "Additional Boards Manager URLs" and click ok. https://tiny-circuits.com/Downloads/ArduinoBoards/package_tinycircuits_index.json
- Go to Tools->Boards->Board Manager.
- Select and install Arduino SAMD Boards (32 bits ARM Cortex-M0+) for Ardiuno/Genuino Zero/MKR 1000. Be patient this will take a few minutes.
- Then on the same Board Manager, scroll down to select and install TinyCircuits SAMD Boards.
- Unzip and copy the unzipped folder named TinyScreen.
- Go to My Documents (Mac) or Documents (PC) folder in your computer and paste the copied TinyScreen library folder in to Arduino->Libraries folder.
- Insert the micro-USB cable to the O Watch micro-USB slot gently. Connect the other side of the cable to the USB port on your computer.
- Mac OSX and Windows 10 skip to the next step. Windows 7/8 users click here for device driver installation instructions before proceeding to next step.
- In the Arduino IDE, go to Tools->Board and scroll down to select TinyScreen+.
- In the IDE, go to Tools->Port and select the post showing TinyScreen+. e.g. on Mac it should show something similar to "/dev/cu.usbmodem1411 (TinyScreen+)" and on Windows similar to "COM3 (TinyScreen+)". The port numbers maybe different on your computer.
- Now you are ready to upload your very first program to the O Watch!
3. Uploading your first program
- Download this demo program and copy it to your Documents->Arduino folder. (My Documents->Arduino in Mac).
- In the Arduino IDE, go to File->Open and select the O_Watch_Logo_Demo.ino file from the Arduino folder. Click ok when it asks to create a folder.
- Make sure the Tools->Boards and Tools-Port both point to TinyScreen+.
- Click the arrow icon pointing to the right on top menu bar of Arduino IDE. This is the upload button that loads the program into your O Watch. It should show 'Uploading' and then 'Done uplodading' on the status bar on below the IDE.
- If it successfully uploaded then you should see the demo running on the O Watch screen.
- Congrats on your first O Watch upload!
Comments