Schlagwort: Water Monitoring

  • Assess your aquarium’s health with an AI-enabled ultrasonic sensor

    Assess your aquarium’s health with an AI-enabled ultrasonic sensor

    Reading Time: 2 minutes

    Below the surface of any body of water, harmful amounts of toxic gases and contaminates can accumulate, which leads to a loss in fish and plant populations if not fixed quickly. But because most water testing, especially in aquariums, is done primarily on the surface, vital information gets missed. Kutluhan Aktar’s automated testing system aims to address these concerns through its harnessing of both ultrasonic sensors and computer vision data being fed into two AI models.

    Everything started with an Arduino Nano ESP32 board connected to a 75KHz ultrasonic sensor and DS18B20 temperature sensor. Aktar then took many readings of his aquarium utilizing the sensor to produce several 20×20-point maps, which were uploaded to the Edge Impulse Studio and used to create a classification model. Once trained, the model was deployed to the Nano ESP32 so that it could inform the user if there were any toxin-containing bubbles present in the tank.

    The other half of the monitoring system consists of a DFRobot UNIHIKER single-board computer running a RetinaNet model that detects and classifies chemical tests as either sterile, dangerous, or polluted. The results from it and the Nano ESP32 are combined, presented on a large screen, and sent to users via a Telegram bot.

    [youtube https://www.youtube.com/watch?v=MFTXcNMNgSU?feature=oembed&w=500&h=281]

    More information about the project can be found in Atari’s detailed write-up on Hackster.io.

    The post Assess your aquarium’s health with an AI-enabled ultrasonic sensor appeared first on Arduino Blog.

    Website: LINK

  • Monitor water quality anywhere in the world with WaterAid

    Monitor water quality anywhere in the world with WaterAid

    Reading Time: 2 minutes

    Monitor water quality anywhere in the world with WaterAid

    Arduino TeamSeptember 18th, 2020

    Clean water is one of our most precious resources, but identifying sources of pollution often means expensive equipment. This can also mean taking multiple water quality readings and somehow aggregating them together to be easily usable. As a solution to both problems, Andrei Florian has developed WaterAid — which was recently named a finalist in this year’s Hackaday Prize.

    WaterAid consists of a measurement unit that senses water pH, turbidity, and temperature, as well as atmospheric temperature and humidity. Data is relayed to the system’s backend via a cellular connection, using an onboard MKR GSM 1400. Collected information from one or more devices is then displayed on a Soracom Lagoon dashboard for water monitoring from anywhere in the world!

    Not only can a fleet of WaterAids be used to continuously track a river, lake, or any other body of water, but individuals looking to get immediate feedback on quality can utilize the portable tool’s NeoPixel ring for color-coded judgement.

    [youtube https://www.youtube.com/watch?v=887ubuvnKtg?feature=oembed&w=500&h=281]

    More details on the low-cost and scalable project can be found in Florian’s log here.

    Website: LINK