Nomake Wan

Results 59 comments of Nomake Wan

Just as a note, this issue should be closed as the library now compiles just fine on the **Generic ESP8266 Module**.

Since the library was successfully updated and resolved all these compilation errors, this issue should be closed. :)

Going to recommend closing this PR without merging as it is made obsolete by the latest version of the library.

Peculiar. There was indeed updates to the datasheet, but no errata about wakeup not working as written. WAKEUP_COUNTER is only part of the calculation though. May I please know what...

Thank you for your swift reply. I apologize for my delay in responding. After reviewing the code again, I did in fact find a bug with the `intDisableAxis` function which...

I had a feeling that would be the case, but I'm afraid I'm stumped. The way the library interacts with the registers on the chip regarding configuration of the wake-up...

If you got to that part of the code, it means the IMU never responded to any communication. The only way to get there is if the very first attempt...

Are you actually using the Nano RP2040 Connect? Or are you using a custom board featuring the RP2040 processor by itself? I ask because the Nano RP2040 Connect has its...

Okay, so then that is (likely) your issue. You are using a library for a board that your board is not. That library was designed specifically for the Nano RP2040...

The library you are using expects an RP2040 that already has a firmware flashed to it (bootloader?) that's designed to operate as the "Nano RP2040 Connect." This includes already-set registers...