ds18b20 library error for SAMR34 Xplained Pro Hi awneil , esoriano841
awneil wrote:
That sounds a bit unlikely: although 1-WireTM does require timings to be reasonably precise, it isn't particularly fast....
Friday, 22 January 2021 - 10:56
ds18b20 library error for SAMR34 Xplained Pro Hello everyone, I finally found the issue.
It was related with the timing in the functions. I adjusted it using the pointer access to the pins for faster operation and...
Tuesday, 13 October 2020 - 10:25
ds18b20 library error for SAMR34 Xplained Pro Hi Lajon, thank you for answering.
Lajon wrote:
read_pinalways returns 0. Should have
read_data = port_pin_get_input_level(PIN_ONEWIRE);right?
You are totally...
Saturday, 3 October 2020 - 14:10
ds18b20 library error for SAMR34 Xplained Pro
Thank you awneil,
awneil wrote:
You need to study the SAMR34 datasheet to see exactly what options it has for its output structures.
What you need...
Friday, 2 October 2020 - 13:27
ds18b20 library error for SAMR34 Xplained Pro Hey awneil, thanks for answering.
awneil wrote:
Is your SAMR34 permanently driving the data line high?
I have read the documentation and I think I understand how...
Exactly, that was one of the problems.
Hi awneil , esoriano841 awneil wrote: That sounds a bit unlikely: although 1-WireTM does require timings to be reasonably precise, it isn't particularly fast....
Hello everyone, I finally found the issue. It was related with the timing in the functions. I adjusted it using the pointer access to the pins for faster operation and...
Hi Lajon, thank you for answering. Lajon wrote: read_pinalways returns 0. Should have read_data = port_pin_get_input_level(PIN_ONEWIRE);right? You are totally...
Thank you awneil, awneil wrote: You need to study the SAMR34 datasheet to see exactly what options it has for its output structures. What you need...
Hey awneil, thanks for answering. awneil wrote: Is your SAMR34 permanently driving the data line high? I have read the documentation and I think I understand how...