-->
Page 4 of 4

Re: NODEMCU with CCS811

PostPosted: Thu Oct 25, 2018 7:24 pm
by davydnorris
schufti wrote:i2c clock stretching is supported for 3years, even takes care about 80/160MHz cpu clock.
But most likely only for a certain amount because of watchdog ...


Thanks for the info! I had a colleague who was trying to test the CCS811 on Arduino and it wasn't working, and I found it was clock stretch so I assumed it didn't support it. He must have been using an old release.

Re: NODEMCU with CCS811

PostPosted: Sat Oct 27, 2018 9:29 am
by Rerode
@QuickFix You are right that i am not able to compile a simple blink sketch yet.
Have mostly been playing around with othere people there codes.
Thanks for the link to a other code, will try that out.