Hi All,
I am using multiple DS18B20 temp sensors on a Wemos D1 mini and sending the data to a B4J data logger.
Each DS18B20 has a unique 8 Byte address ie '28FF7881B11705E7'.
I am trying to get the last 2 bytes '05' and 'E7' as a string "05E7" to send to the B4J app so as to identify the sensor.
I have tried everything using byteconverter etc but I get 'casting errors' or 'Object converted to string, this is probably a programming error'.
Any one have any clues?
Thanks
I am using multiple DS18B20 temp sensors on a Wemos D1 mini and sending the data to a B4J data logger.
Each DS18B20 has a unique 8 Byte address ie '28FF7881B11705E7'.
I am trying to get the last 2 bytes '05' and 'E7' as a string "05E7" to send to the B4J app so as to identify the sensor.
I have tried everything using byteconverter etc but I get 'casting errors' or 'Object converted to string, this is probably a programming error'.
Any one have any clues?
Thanks