[Arduino demo source code for KC868-A4]-16 homekit with DS18B20 temperature sensor - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A4 (https://www.kincony.com/forum/forumdisplay.php?fid=21) +--- Thread: [Arduino demo source code for KC868-A4]-16 homekit with DS18B20 temperature sensor (/showthread.php?tid=2225) |
[Arduino demo source code for KC868-A4]-16 homekit with DS18B20 temperature sensor - admin - 09-02-2022 here is source code used by homespan library and onewire library. KC868-A4-HomeKit-DS18B20.zip (Size: 3.23 KB / Downloads: 382) apple homekit pair code RE: [Arduino IDE demo source code for KC868-A4]--#13-Apple HomeKit with DS18B20 temperatu - Laxhult - 09-03-2022 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? RE: [Arduino IDE demo source code for KC868-A4]--#13-Apple HomeKit with DS18B20 temperatu - admin - 09-04-2022 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. |