Search found 4 matches

by rchrislijs
Sun Dec 29, 2024 11:43 am
Forum: General
Topic: I2C How to Read 2 Bytes (ESP32)
Replies: 7
Views: 1761

Re: I2C How to Read 2 Bytes (ESP32)

Hi guys,

MANY THANKS all works fine now with either approach.

Cheers again!
R
by rchrislijs
Sat Dec 28, 2024 10:54 am
Forum: General
Topic: I2C How to Read 2 Bytes (ESP32)
Replies: 7
Views: 1761

Re: I2C How to Read 2 Bytes (ESP32)

Hi there thanks, I've checked this already and have tried TOO many times without success, hence coming to the Forum for someone who has already done this :-) From the different examples on the Wiki, its not clear at all how to read 2 bytes one after the other with the current component code, I sniff...
by rchrislijs
Sat Dec 28, 2024 10:51 am
Forum: General
Topic: I2C How to Read 2 Bytes (ESP32)
Replies: 7
Views: 1761

Re: I2C How to Read 2 Bytes (ESP32)

Hi there thanks, I've checked this already and have tried TOO many times without success, hence coming to the Forum for someone who has already done this :-) From the different examples on the Wiki, its not clear at all how to read 2 bytes one after the other with the current component code, I sniff...
by rchrislijs
Fri Dec 27, 2024 8:17 pm
Forum: General
Topic: I2C How to Read 2 Bytes (ESP32)
Replies: 7
Views: 1761

I2C How to Read 2 Bytes (ESP32)

Hi there, I've been using Flowcode for a while, but now I need your help with my puzzle. I'm using sensor TMP1075 which is an I2C temperature sensor and I am unable to read 2 bytes from this chip atm :-( The temperature register of the TMP1075 is a 12-bit, read-only register that stores the result o...