Trying to get two DS18B20s working on the same pin. Reading one works fine. Using a PIC16F15324 portC.3, GCB v0.98.06 and ds18b20mulltiport.h (2018 Evan Venn , Release notes 04/02/2018 )
Does anyone have sample code that works reading two DS18B20s on the same pin? I've scrubbed the discussions, lots of hints but no joy. Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anyone have a sample code reading one or two of them.
I was going to use a Raspberry Pi, but thinking about a 12F675 and GCbasic. I want to read to 18B20 and compare the temps.
Anyone have something like this. A sample with one might work and I can not two pics, slave and master maybe?
check out http://sourceforge.net/projects/gcbasic/forums/forum/629990/topic/4056043 in the contributor form.
I am too busy to give you more than a crumb.
GL
Mike
Trying to get two DS18B20s working on the same pin. Reading one works fine. Using a PIC16F15324 portC.3, GCB v0.98.06 and ds18b20mulltiport.h (2018 Evan Venn , Release notes 04/02/2018 )
Does anyone have sample code that works reading two DS18B20s on the same pin? I've scrubbed the discussions, lots of hints but no joy. Thanks!
Not seen any code for that. There may be, of course.
I use the a DS2482 for multiple devi es on same port. There is a library for the DS2482 . So, with this device it makes it a lot easier.
Can you please post the code pertaining to the accesses to the DS2482 as it might provide some info.
Thanks, Jim
This may help:
https://sourceforge.net/p/gcbasic/discussion/629990/thread/f8ed02ad/
Jim
take a look at:
https://sourceforge.net/p/gcbasic/discussion/629990/thread/1b9bd1b2/
and
https://sourceforge.net/p/gcbasic/discussion/629990/thread/1d444d66/
That might help you.