Wearable Watch Style

by danysante2002 in Circuits > Gadgets

137 Views, 0 Favorites, 0 Comments

Wearable Watch Style

images.jpg

A wearable is an electronic device that interacts with the human body to transmit data or collect data; The best known are smart watches. With the aim of creating a practical wearable focused on everyday use, 3 sensors will be used that will provide useful data about us and the environment.

Supplies

  • 1 MAX30102 Oxygen Concentration Pulse Sensor
  • 1 BMP 180 Barometer sensor
  • 1 KY-031 Impact Sensor Module
  • 1 OLED screen
  • 3 push botton
  • Arduino Software
  • Tin and soldering iron
  • 1 led
  • Jumpers
  • 1 PCB for the project
  • 3 attiny85

https://uelectronics.com/producto/max30102-sensor-pulso-concentracion-oxigeno/

https://articulo.mercadolibre.com.mx/MLM-632028657-modulo-sensor-de-presion-barometrica-bmp180-gy68-arduino-_JM?matt_tool=28238160&utm_source=google_shopping&utm_medium=organic

https://uelectronics.com/producto/modulo-ky-031-sensor-de-impacto/

Instaling the Library

imagen_2023-11-13_153731773.png
imagen_2023-11-13_153922612.png

In preferences of arduino software set the following "json" in the URLs option and press "ok"

https://drazzy.com/package_drazzy.com_index.json


In the boards manager search "attiny" and instal the option of the picture 2

Configuring Arduino Software

imagen_2023-11-13_154334803.png

Following the configuration of the options in "Tools" and , we can use and program the attiny with an Arduino hardware as a programmer.

Burning Bootloader of Attiny

imagen_2023-11-13_154805556.png
imagen_2023-11-14_134205437.png

To be able of use the microchip, we need to follow the picture and set the option "burn bootloader" in "Tools" of the software.

The conections of the image are important beacuse these are necesary to upload the code to the attiny, to use the attiny with the code only needs power.

Programing Barometer

imagen_2023-11-13_161835145.png
imagen_2023-11-14_134304623.png

Upload the code of the file to 1 attiny

Programming the MAX30102 Sensor

imagen_2023-11-13_161859184.png
imagen_2023-11-14_134352792.png

Upload the code of the file to the secod attiny

Programming the Impact Sensor

imagen_2023-11-13_161921574.png
imagen_2023-11-14_134535712.png

Upload the code of the file to the third attiny

Programming the OLED Screen

imagen_2023-11-13_162016977.png
imagen_2023-11-14_134123769.png

Upload the code of the file to attiny

Downloads

PCB Design

imagen_2023-11-13_162039991.png