From f4a81dab3a76d48db1052c9351662528cbe09478 Mon Sep 17 00:00:00 2001 From: Maxwell Pray Date: Thu, 1 Sep 2022 00:35:36 -0700 Subject: [PATCH] Add README.md. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..94f0ece --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Timex Datalink Notebook Adapter emulator for Arduino + +This is an Arduino project that emulates the [Timex Datalink Notebook Adapter](https://user-images.githubusercontent.com/820984/187855124-5e84451c-f65b-4903-a9eb-f44ddde78eb1.png) using Arduino. This allows the original [Timex Datalink software](https://assets.timex.com/html/data_link_software.html) to send data to [Timex Datalink watches](https://en.wikipedia.org/wiki/Timex_Datalink). + +![image](https://user-images.githubusercontent.com/820984/187858116-41eeaa2b-e134-4b31-98ab-60f1f2b0d362.png) + +This project is not dependent on any hardware, although it is designed with the [Teensy LC](https://www.pjrc.com/teensy/teensyLC.html) in mind. The Teensy LC has USB serial and an onboard LED, so the board can be used as-is without any external components: + +![image](https://user-images.githubusercontent.com/820984/187857496-9e5b8b08-7230-4a2a-b72b-e8f98ab1c7ca.jpg)