Salah UddinIoT-Bangladesh
Published © GPL3+

Portable Liquids Classification Device

A portable liquid classification device based on machine learning is presented throughout this project.

AdvancedFull instructions providedOver 1 day702
Portable Liquids Classification Device

Things used in this project

Hardware components

SparkFun RedBoard Artemis ATP
SparkFun RedBoard Artemis ATP
Main controller board
×1
DFRobot TDS Sensor Meter
×1
SparkFun MicroView - OLED Arduino Module
SparkFun MicroView - OLED Arduino Module
×1

Software apps and online services

Arduino IDE
Arduino IDE
TensorFlow
TensorFlow

Hand tools and fabrication machines

Premium Female/Male 'Extension' Jumper Wires, 40 x 3" (75mm)
Premium Female/Male 'Extension' Jumper Wires, 40 x 3" (75mm)

Story

Read more

Schematics

Circuit Diagram

Code

Data Collection mode

Arduino
// reading Analog data from Analog Pin


void setup()
{
  
  Serial.begin(115200);
  analogReadResolution(14);
  
}

void readAnalog()
{
    Serial.println(analogRead(A29));
    delay(100);
  
}

void loop()
{
  
  readAnalog();  
}

Credits

Salah Uddin

Salah Uddin

44 projects • 146 followers
Technology and IoT Hacker, Robot Killer and Drone lover.
IoT-Bangladesh

IoT-Bangladesh

19 projects • 49 followers

Comments