Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer, and a round GC9A01 SPI-based LCD display.
I'm facing some challenges with properly integrating these components and ensuring compatibility within the nRF Connect SDK (Zephyr) environment. Specifically, I'd appreciate if you could provide guidance on:
-
Hardware Integration:
-
Recommended connection pins and guidelines for interfacing the MMA7361 analog outputs with the built-in ADC on the nRF7002 DK.
-
Recommended wiring and SPI pin assignments for integrating the GC9A01 display with nRF7002 DK.
-
-
Software Integration:
-
Recommended Zephyr drivers/modules for efficiently reading analog accelerometer data (via SAADC).
-
Recommended libraries or driver implementations compatible with Zephyr for controlling a GC9A01 LCD (or examples of similar displays).
-
Tips on effectively managing simultaneous SPI and ADC operations within Zephyr RTOS.
-
-
Sample Code/References:
-
Could you point me to existing Zephyr or nRF Connect SDK examples or projects that demonstrate similar integration (analog sensor + SPI display)?
-
Any additional insights, recommended best practices, or reference materials would be greatly appreciated.
Thank you in advance!