PoolConnect : Need help to create a connected object for my pool [besoin d'aide]

Hi,

I would like to solicit the Arduino community to help me with my project.
Starting with Arduino and sensors, I would like to be guided step by step to make a connected object whose principle will be as follows:

  • Measurement of water temperature
  • Measurement of air temperature
  • PH measurement
  • Chlorine measurement (ORP/Redox)
  • Battery operated
  • Real-time and historical display of measurements via Blynk

I would like to build the simplest and cheapest solution that meets the 6 criteria above.

Secondly, I would like to be able to read via a screen on the object the values in real time.

Thanking you again in advance and hoping to be able to count on you :slight_smile:

MiLoOz


Bonjour,

Je souhaiterais solliciter la communauté Arduino pour m'aider dans dans la réalisation de mon projet.
Débutant avec Arduino et les capteurs, je voudrais me faire guider étape par étape pour fabriquer un objet connecté dont le principe sera le suivant :

  • Mesure de la température de l'eau
  • Mesure de la température de l'aire
  • Mesure du PH
  • Mesure du Chlore (ORP/Redox)
  • Pouvoir fonctionner sur batteries
  • Affichage en temps réel et historique des mesures via Blynk

Je souhaiterais construire une solution la plus simple possible et la moins chère respectant les 6 critères ci-dessus.

Dans un deuxième temps, j'aimerais pouvoir lire via un écran sur l'objet les valeurs en temps réel.

En vous remerciant encore par avance et espérant pouvoir compter sur vous :slight_smile:

MiLoOz

My next post will be about the equipment I want to use.

I was strongly inspired by Loulou74's PoolMaster.

You can challenge to make it simpler and cheaper.

Thanks a lot

MiLoOz


Mon prochain post concernera le matériel que je souhaite utiliser.

Je me suis fortement inspiré de PoolMaster de Loulou74.

Vous pouvez challenger afin de rendre cette solution plus simple et moins coûteuse.

Merci beaucoup

MiLoOz

Here is the material I wish to use:

And the schematic attached.

Don't hesitate to challenge to make this solution as simple as possible and as inexpensive as possible.

Thank you very much.

MiLOoZ


Voici le matériel que je souhaite utiliser :

Et le schéma en pièce jointe.

N'hésitez pas à challenger pour rendre cette solution la plus simple possible et la moins coûteuse.

Merci beaucoup

MiLOoZ

HI Milooz,

I think the project you wish to make ressembles more my TupperPool project than my PoolMaster project.

I see several potential issues with your project:

1/ do not connect batteries in parallel, just use a larger one
2/ WiFi and battery-operated is not really compatible, draws too much current. And you don't need that bandwidth anyways. Why not use a low power Lora radio module instead?
3/ I think you'll need a solar panel or forget the battery-operated version. Did you estimate the total consumption or your project?

Cheers
Loic

Thank you very much Loic for your remarks, that's exactly what I want to do, a TupperPool with an extra probe for air and a display on Blynk instead of JEEDOM.

Would you be willing to help me to do the same thing with these two little modifications?

Yes, I went to your github but I couldn't find any electrical schematics.

To repeat your remarks, indeed, a LoRa module would be better adapted to work with ONE battery.
After I don't know how the LoRa works, is there a need for a module on the probe in the pool and another one connected to a wifi card for the link with Blynk?

For the consumption part, I didn't look at it because I don't know how to do it :frowning:

If you agree to share with me more about your TupperPool, I would be delighted. Even if you make me think a little bit :slight_smile:

Thank you very much for your help.

MiLoOz


Merci beaucoup Loic pour tes remarques, c'est exactement ça que je souhaite faire, un TupperPool avec un sonde en plus pour l'air et un affichage sur Blynk au lieu de JEEDOM.

Est ce que tu serais d'accord à m'aider à refaire la même chose avec ces 2 petites modifications ?

En effet, je suis allé sur ton github mais je n'ai pas trouvé de schéma électrique.

Pour reprendre tes remarques, en effet, un module LoRa serait mieux adapté pour travailler avec UNE batterie.
Après je ne sais pas comment fonctionne le LoRa, y a t'il besoin d'un module sur la sonde dans la piscine et un autre connecté à une carte wifi sur secteur pour la liaison avec Blynk ?

Pour la partie consommation, je n'ai pas regardé car je ne sais pas comment faire :frowning:

Si tu es d'accord pour partager avec moi davantage sur ton TupperPool, je serais ravis. Même si tu me fais un peu réfléchir :slight_smile:

Merci beaucoup pour ton aide.

MiLoOz

Hi @milooz

FYI I ran into two issues with the TupperPool project:

1/ for reliable operation of the pH/Orp probes they had to remain permanently powered, hence my suggestion to "upgrade" the project to solar-power.

2/ water stream/current (pressure?) around the probes seemed to be an influence on their calibration, hence a source of measurement uncertainty depending on where in the pool it floated.

Based on what you said, I suggest you start by doing basic Arduino projects and tutorials, increasing the level of complexity step by step until you are ready to implement what you want:)

Cheers
Loic

Loïc,

I propose to start a solution with only ONE temperature sensor (Water), LoRa communication and display on Blynk.

There will be a power supply via 2 batteries 1.5V and if the batteries last one week, no problem, I will see in a second time to see how to make them last longer (solar panel, standby with an ADAFRUIT TPL5110).

Once this will work, I will add the second temperature sensor (Air). Once this works, I will add the Chlorine sensor, then PH, etc...

Does that simplify things? It allows me to learn about my project. What do you think about it?

Here's my first schematic. Are the connections correct?
Do I have all the hardware to get a Blynk display of the water temperature?

Thank you very much.


Loïc,

Je propose de commencer une solution avec uniquement UNE sonde de température (Eau), une communication LoRa et un affichage sur Blynk.

Il y aura une alimentation via 2 piles 1,5V et si les piles durent une semaine, pas de problème, je verrai dans un deuxième temps pour voir comment les faire durer plus longtemps (panneau solaire, mise en veille avec un ADAFRUIT TPL5110).

Une fois que cela fonctionnera, j'ajouterai la seconde sonde de température (Air). Une fois que cela fonctionnera, j'ajouterai la sonde de Chlore, puis PH, etc...

Est ce que cela simplifie la chose ? Comme ça, cela me permet d'apprendre sur mon projet. Qu'en penses-tu ?

Voici mon premier schéma. Les branchements sont ils correctes ?
Est ce que j'ai tout le matériel pour avoir un affichage sur Blynk de la température de l'eau ?

Merci beaucoup.

Looks ok except for the missing resistor between the data-line and the VCC line of the DS18B20 sensor.