Search found 2 matches

by iwanski
Wed Sep 18, 2019 5:45 am
Forum: Programs, Libraries and Tools
Topic: lib for ICM20689 motionsensor for esp32
Replies: 4
Views: 3287

Re: lib for ICM20689 motionsensor for esp32

@Jimmo, Thanks! (you're right, I promise i will tidy things up later on :) ) [quote=jimmo post_id=39517 time=1568765919 user_id=3071] You may have to issue separate reads for the high and low byte. Perhaps the low byte has data? [/quote] I cannot do this in one read intruction? (i mean reading two b...
by iwanski
Tue Sep 17, 2019 5:03 pm
Forum: Programs, Libraries and Tools
Topic: lib for ICM20689 motionsensor for esp32
Replies: 4
Views: 3287

lib for ICM20689 motionsensor for esp32

Hi there, has anyone got some sample code or even better a working library for the ICM20689 motionsensor? With i2c.scan() I can see it's address [104] and the PRODUCTID_REG = const(0x98) gives response, but every other register that I'll try to read give's 00 back when I try to read them. code: # re...