Search found 3 matches

by ajevtic
Mon Jul 25, 2022 12:07 pm
Forum: Programs, Libraries and Tools
Topic: MAX31850 working, need help with internal temperature 1-Wire
Replies: 4
Views: 4506

Re: MAX31850 working, need help with internal temperature 1-Wire

Hi When I wrote the book the Pico micropython wasn't complete and the drivers for a few sensors weren't available or weren't documented - hence no mention but the bit banging is still worth knowing about. I will write something about them in the next edition (when ever that is) However I will still...
by ajevtic
Wed Jul 13, 2022 11:02 am
Forum: Programs, Libraries and Tools
Topic: MAX31850 working, need help with internal temperature 1-Wire
Replies: 4
Views: 4506

Re: MAX31850 working, need help with internal temperature 1-Wire

Hello jimmo, thank you for your reply. Well it can be done using built-in onewire driver, but the idea is that I can carry the code across other not so user-friendly platforms. :lol: Anyhow I think I got this one solved, because the data is already there, just need to catch it. Here is the new code:...
by ajevtic
Sat Jul 09, 2022 2:27 pm
Forum: Programs, Libraries and Tools
Topic: MAX31850 working, need help with internal temperature 1-Wire
Replies: 4
Views: 4506

MAX31850 working, need help with internal temperature 1-Wire

Hello everyone, I wanted to learn how to interface the MAX31850 with the Pi Pico using MiroPython. I was successful about reading the temperature of the K type probe. The only thing missing in this code is the readout of the internal temperature (cold junction). If anyone wants to help me figure it ...