Hi,
I read a lot of threads and tutorials how to connect DS1820 to the arduino. Most of them show how to read the temperatures and some explain how to read out the 64 bit unique coding. I tried to modify the code to my needs and it works fine.
I would like to use up to 5 sensors in my project. I am not a professional in coding so I needs some help.
So here is my question:
Is there a sample code to get data from a specific sensor using the unique 64-Bit Serial Code sensor?
You don't need sample code if you have it working for one device, just repeat that code but put in the address (unique code) of your other devices in each copy of the code.
As you get better at programming see how this can be simplified by having a function that you pass the address of the device you want to read and it returns the temperature.
Perhaps you could have a look at MAXIM site there are application notes on how to explore a 1 wire network an discover all the peripheral connected on.