Comments on: Raspberry Pi Pico: DS18B20 Temperature Sensor (MicroPython) – Single and Multiple https://randomnerdtutorials.com/raspberry-pi-pico-ds18b20-micropython/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 25 Jan 2025 17:27:13 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: jclaudej https://randomnerdtutorials.com/raspberry-pi-pico-ds18b20-micropython/#comment-1002759 Sat, 25 Jan 2025 17:27:13 +0000 https://randomnerdtutorials.com/?p=133323#comment-1002759 Hi Sara,

Thank a lot for your quick answer. In fact my problem isn’t driver but only the Wifi communication. And it’s almost impossible to connect my boards ESP32 with the Wifi.
I am a old men who have an experience with automation but C and C++ isn’t easy for me.
My feeling is that Python is perhaps more understanding for me and there are some similitude with Unix language and as I use Linux sine about 25 years…
The last point is the price of Raspberry Pico W (original) is more interresting for me.

Have nice week-end

Jean-Claude

]]>
By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-ds18b20-micropython/#comment-1002668 Sat, 25 Jan 2025 11:44:50 +0000 https://randomnerdtutorials.com/?p=133323#comment-1002668 In reply to jclaudej.

Hi.
You can do that using either an ESP32 or a Raspberry Pi Pico W.

If you’re having issues connecting the ESP32 to the Arduino IDE, it may be the case that you don’t have the right USB drivers on your computer.
Most ESP32 boards use the CP2101 or CH340 drivers.

Regards,
Sara

]]>
By: jclaudej https://randomnerdtutorials.com/raspberry-pi-pico-ds18b20-micropython/#comment-1002619 Sat, 25 Jan 2025 10:07:17 +0000 https://randomnerdtutorials.com/?p=133323#comment-1002619 Bonjour,

Après quelques tests sous Arduino, je regarde du coté de cette carte qui est peut-être moins problématique.
Je m’explique, à la base, j’ai acheté plusieurs carte uno et EPS32 (chez AliExpress et Amazon) qui ne sont pas toutes reconnues par Arduino IOT voir Arduino IDE.
J’ai réalisé 2 applications qui me serve à gérer ma piscine.
La permière carte (ESP32) gère la température via un capteur DS18b20 (idem à l’application ci-dessus) et affiche la valeur via un I2 C 16×2
Mon objecti initial était en plus de récupérer la température pour la lire depuis mon smartphone mais comme je n’ai jamais réussi à faire reconnaitre mes cartes j’avais pensé utiliser un Pico W pour pouvoir transmettreune ou plusieurs valeurs sur une page web que je pourrai consulter via mon smartphone.
La seconde est la lecture et l’affichage du pH et de ORP (désinfection) de l’eau.

Je pense que le Pico doit pouvoir réaliser ces taches (sur deux cartes séparées pour ne pas trop charger celles-ci) et j’espère que l’IDE Python est moins “capricieux” que celui d’arduino.

Pourriez-vous me confirmer que ce que je souhaite réaliser est possible avec une Pico W ?

]]>
By: Philip Crawford https://randomnerdtutorials.com/raspberry-pi-pico-ds18b20-micropython/#comment-916357 Sun, 19 May 2024 02:40:27 +0000 https://randomnerdtutorials.com/?p=133323#comment-916357 When I wired up a single waterproof DS18B20 as diagrammed, the code you provided failed to find any ds_sensor devices – roms returned []
I removed the 4.7 k resistor and it worked fine.

]]>
By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-ds18b20-micropython/#comment-877738 Thu, 14 Dec 2023 13:02:30 +0000 https://randomnerdtutorials.com/?p=133323#comment-877738 In reply to Ulrich Engel.

Are you referring to the internal sensor of the board?
Regards,
Sara

]]>
By: Ulrich Engel https://randomnerdtutorials.com/raspberry-pi-pico-ds18b20-micropython/#comment-877026 Sun, 10 Dec 2023 12:11:41 +0000 https://randomnerdtutorials.com/?p=133323#comment-877026 Why wasn’t the standard Temp36 used?
Can I you use both or is there a difference?

]]>