Hello,
I decided to monitor some temperature stuff at home and used few ds18b20 w1 sensors and they work, but due to some cable limitation and number of the sensors at same point they failed. I decided to test with 10 meters CAT5 FTP cable, changed pull up resistor to 4KO and 3 ds18b20 work at 10m cable on 3.3V, If I add one more they all fail.
I switched volatage to 5V and all good, but I wondering is it possible to initialize w1 bus on another GPIO?
After I google that and so some reading, people achieve that on raspberry but they patched the kernel somehow.
Any idea how can that be done on armbian?