dans142 / GlucoseMeter

IoT GlucoseMeter with TTGO SP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GlucoseMeter

A modification of a developed Glucose meter code made in Arduio IDE. The original code was made by Tanita Grace and all credits are reserved to her.


About the Original code,

  • The code uses the window average method to find the average voltage measured by the analog input of the ESP32.
  • The data taking is done once and instantly, every time the ESP32 is powered.
  • The system implements Amazon Web Services in order to keep data in a dedicated database. (Commented in the Arduino Code)

About the Modified Code,

  • The code implements a running average method that constantly takes measurement from the analog pin of the ESP32.
  • Data taking is done continously.
  • The modified code also implements an MQTT function, which is replaced as of now with a locally hosted server by the ESP32 using SPIFFS.

Schematic Diagram can be seen as follows image

List of essential components:

  • ESP32
  • LM317TO
  • Socket Strip (from GlucoDr)
  • LMC6484
  • 10 nF Capacitors
  • 100 nF Capacitors
  • 150 ohm Resistors
  • 220 ohm Resistors
  • 10k ohm Resistors

Additional Components

  • TTGO ESP32
  • SD Card Module
  • Buttons
  • NE555D

Pictures and Video Result of IoT Integration (In Indonesian) WhatsApp Image 2023-12-22 at 12 53 15_be59b58d

Results.1.mp4

About

IoT GlucoseMeter with TTGO SP32


Languages

Language:C++ 64.4%Language:HTML 16.6%Language:JavaScript 11.7%Language:CSS 7.3%