Connecting Gravity Speech Synthesis Module with Micro:Bit expansion board, sensor:bit
Hi,
May I know how I connect the Gravity Speech Synthesis Module with the Micro:bit expansion board, sensor:bit? And also how do I code it on makecode micro: bit (https://makecode.microbit.org/#)? Is there any extension for that module?
Please reply as soon as possible.
Thanks!
Thank you for your reply.
If let's say, I want it to be in micro: python, just directly use the text-to-speech extension then it works fine, right?
yht.yhtThis product does not support MicroPython in Mind+, we recommend that you use ArdunioC mode for block programming.
This speech module could compatible with any expansion board that lead out the I2C pins. Such as this board, you could connect it to the I2C.
VCC→3V3
GND→GND
SCL→C/R
SDA→D/T
But it does not have MakeCode extension, you could code it via the Mind+, which is also a block code IDE.
Mind+:
https://mindplus.cc/en.html
Yeez_B