Respeaker Core Grove Extension Library

Hi all,

I have V1 of respeaker core and the Grove Extension board.
How do I interact with the Grove extension board?
Is there a Grove python library or a module in the respeaker python library for interacting with the Grove attached components (speaker, chained LED etc)?

MM

Hi @meepmeep
There is no driver for interact grove extension board to respeaker core v1.
Here is the python library for respeaker that may useful for you.

Thank you @jiachenglu

Am I correct in thinking the Grove interface and components/sensors are managed by the ATmega chip? Meaning to program and interact with the Grove components I need to run my scripts on the ATmega via Arduino IDE?

S.

Hi @meepmeep
No, A driver must be required to initialize and configure some functions so that the grove module can be used on the respeaker core V1, but currently, we do not have this driver.

So there is no way to use the Grove module on the respeaker at all without the driver?