General

Connecting Gravity Speech Synthesis Module with Micro:Bit expansion board, sensor:bit

userHead yht.yht 2024-03-02 16:09:04 190 Views4 Replies

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!

2024-03-04 21:17:33

Okay, thank you for your help. 

userHeadPic yht.yht
2024-03-04 11:44:17

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?

userHeadPic yht.yht
Yeez_B wrote:

This product does not support MicroPython in Mind+, we recommend that you use ArdunioC mode for block programming.

2024-03-04 14:05:53
1 Replies
2024-03-04 09:55:02

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

userHeadPic Yeez_B