HELPMAN CLOCK

by helpman_clock in Circuits > Wearables

3794 Views, 39 Favorites, 0 Comments

HELPMAN CLOCK

HELPMAN CLOCK
photo569264152803125222.jpg
photo569264152803125212.jpg

HELPMAN CLOCK is a new medical device that measures heart rate and controls the state of assumption of your pills or insulin. It stores all data on an online database, tells you when it is the time to take your pills and automatically ejects them

This device is designed to help patients in several cases:

• In fixed schedule (chosen by software), the system emits an audio signal to alert the patient when it is the time to take pills or do insulin.

• The system is equipped with a sensor that continuously detects the heartbeat and monitors the patient's health. The data appear on the display and are saved online.

The system will be provided with the NFC sensor to communicate with the most modern sensors degree view of the patient's blood sugar levels.

NOTE: For this project knowledge of Linux system and basic electronics are needed. This is not intended as a comprehensive guide for beginners. If you do not feel confident with any part of this project, please ask qualified help .


[ github https://github.com/helpmanclock/helpman_clock ]

The Structure

photo569264152803125215.jpg
photo569264152803125213.jpg
photo569264152803125216.jpg
photo569264152803125214.jpg

You can only build a prototype of your clock, because to miniaturize the circuit is very difficult, but our team is designing a special pcb.
Now you can print the clock, with a 3D printer, only as support for the heartbeat sensor. Of course you must use existing parts of commercial clocks (which currently could hardly be reproduced, for example a watch strap).

There are three steps:

  • Disassemble the watch strap from an old watch .
  • Download the STL file linked below and print it with a 3D printer.
  • Mount the heartbeat sensor and the watch straps to the printed part.

The System

Intel_EDI1ARDUINALK.jpg
display-lcd-nokia-3310-5110.jpg
SKU204222-2.jpg
11574-04.jpg

The system consists of an Intel Edison card and modules for Arduino. The communication takes place over Wi-Fi via Edison account.
Used modules :

  • Nokia 5110 LCD module: It is a graphic 84*48 pixels LCD screen, that uses the PCD8544 controller; all necessary functions are provided by this chip. It is therefore required a minimal number of external components and a low energy consumption. The PCD8544 interfaces communicates via Serial bus interface.
  • DFPlayer Mini MP3 Player: It is a small MP3 module with an output to be connected directly to the speaker. The module can be used in combination with a UNO Arduino or any other device with features RX / TX .
  • Intel Edison: is a tiny computer-on-module offered by Intel as a development system for wearable devices and Internet devices. The system was initially announced to be the same size and shape as an SD card and containing a dual-core Intel Quark CPU at 400 MHz communicating via Bluetooth and Wi-Fi.

Sensors:

  • heartbeat sensor

Various:

  • Led
  • Resistors
  • Male and female pin headers
  • Push buttons

Deploying the Prototype

photo569264152803125221.jpg
clock1_bb.jpg

The circuit is mounted according to the schematic. You can see this from the image or video.

Intel Edison

Istantanea_2016-09-11_22-32-24.png

Follow this guide to install Linux image:

https://software.intel.com/en-us/flashing-firmware...

Download Arduino IDE for Edison.

06b-intel-edison-arduino-ide-selecting-board-type.jpg

Follow this guide for install Arduino IDE.

https://software.intel.com/en-us/get-started-arduino-install

Prepare SD Card

The SD Card houses the mp3 files that are "talking" to the clock. Download the mp3 files folder linked below and copy it into your SD Card as in the picture.

Make the Pills Distributor

photo569264152803125220.jpg
photo569264152803125218.jpg
photo569264152803125217.jpg

To make your pills distributor you need:

  • one box of mints
  • a servo motor
  • metal brackets
  • rivets
  • manual riveting machine
  • hot glue.

Assemble the metal brackets with rivets and fix the servo motor with hot glue.

Connect servo motors to intel edison

Final Steps, Testing and Power On

Mount the boards and wire the sensor, load the software with the Arduino IDE.

YOU CAN FIND ALL SOURCE CODE INTO GITHUB REPOSITORY

https://github.com/helpmanclock/helpman_clock