how to interact with the voice synthesis module DFR0760

Hi,
How do I interact with the voice synthesis module DFR0760? I successfully uploaded the DFR .ino files from Github. But I'm at a loss as to how to interact with it.
I expect to type in text somehow (?) and have the voice synthesis module speak the words I type.
Am I missing something?
Thank you,
Rob
2024-12-11 17:32:42
Waqas.Tech
Steps to Use the DFR0760 Voice Synthesis Module
Connection Setup:
Connect the module to your microcontroller (e.g., Arduino) using UART (TX/RX) pins.Ensure power is supplied within the specified range (typically 3.3V or 5V).Library/Driver Installation:
Check if a library specific to the DFR0760 is available for your platform (e.g., Arduino IDE).Install any dependencies if using a third-party library.Communication Protocol:
The DFR0760 communicates over UART. Configure the baud rate as specified in its datasheet (commonly 9600 bps).Commands for voice playback are sent as serial data.
2024-12-10 22:52:14
lia.ifat
Did you check all the sample codes here? https://wiki.dfrobot.com/Gravity_Speech_Synthesis_Module_SKU_DFR0760

2024-12-10 16:26:24
yiqing.guan
You can refer to the tutorial in this link below:
https://wiki.dfrobot.com/Gravity_Speech_Synthesis_Module_V2_SKU_DFR0760
