Topic

FAQ
Login Register
How can i use to GPIO Capture? (TLSR825x)
Nov 22, 2022 05:31

/

A

/A

Hello.


The ambient temperature sensor must be used.
This temperature sensor must be controlled by 1-wire communication.
Is it possible to capture using GPIO in TLSR825x?


If possible, I'd like to get an example source.


The temperature sensor is the model below.


https://www.umw-ic.com/ko/product_details/UMW%20DS18B20Z

TL_Soyo Nov 22, 2022 09:58
0
/A

You need to write your own code for the digital temperature sensor,no available sample code.



4 replies
TL_Soyo Nov 22, 2022 09:58
0
/A

You need to write your own code for the digital temperature sensor,no available sample code.



wes58 Nov 24, 2022 13:37
0
/A

You will find plenty of examples for different devices if you google it "ds18b20 example c".

One example - https://github.com/jrmcguire/DS18B20/blob/master/example.c


You just have to modify to suit TLSR8258 - which shouldn't be too hard.