-->
Page 1 of 1

I2C Communications problems - a Programmer debugging trap

PostPosted: Fri Aug 28, 2015 5:57 am
by trackerj
As somebody that probably mostly of you know already likes to say, "A trap for young players" :)
And not only for them. Falling once usually is not enought to learn the lesson !

For reference: I2C Communication Problems - LM75 Temperature sensor.

Youtube related video:


As been a general programming technique problem, I think it should stay here, despite the fact that for the ease of presentation NodeMCU was used. I really think is a good lesson to be learn.

Re: I2C Communications problems - a Programmer debugging tra

PostPosted: Tue Sep 08, 2015 9:20 am
by eriksl
You mean one should only pause or single-step execution at points where the bus is idle? Sounds quite common sense to me ;)