Smart Home Automation Forum

Full Version: [Arduino demo source code for KC868-A4]-16 homekit with DS18B20 temperature sensor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
here is source code used by homespan library and onewire library.
[attachment=1327]
[attachment=1331]
apple homekit pair code
[attachment=1329]
[attachment=1330]
[attachment=1328]
I understand this code is only for one sensor. But if I like to use 10 sensor is it possible? I need to have all address for sensor first (let’s say I do.) do you have sample for that to?
if you want to use 10 DS18B20 with one digital input port, yes, you should know all DS18B20's address. in code just create more sensors, copy and paste code.