Categories


SPEAKUP 3 CLICK

Product Code: MIKROE-5420

SPEAKUP 3 CLICK
SPEAKUP 3 CLICK
SPEAKUP 3 CLICK
SPEAKUP 3 CLICK

₹2,099.00
GST inclusive



Qty:

Availability: Backorder


Add to Wish List



SpeakUp 3 Click is a compact add-on board providing an offline speech recognition solution. This board features the VC-02, a low-cost pure offline speech recognition module developed by Ai-Thinker Technology. The VC-02 module uses an integrated voice chip US516P6 based on a 32-bit RSIC architecture core, a DSP instruction set for signal processing and speech recognition, an FPU arithmetic unit, and an FFT accelerator. The VC-02 supports offline identification of 150 local instructions, RTOS lightweight system, firmware update feature, as well as the selection of the communication method with the module. This Click board™ provides customers with offline speech recognition suitable for all kinds of smart small household appliances, toys, lamps, and other products that need voice control.

SpeakUp 3 Click is supported by a mikroSDK compliant library, which includes functions that simplify software development. This Click board™ comes as a fully tested product, ready to be used on a system equipped with the mikroBUS™ socket.

NOTE: An appropriate Microphone and Speaker with PH2.0 female connector come in the same package as the Click board™ or can be acquired as a solo version in our shop.

HOW DOES IT WORK? :-
SpeakUp 3 Click is based on the VC-02, an offline voice recognition AI module from Ai-Thinker Technology, characterized by high reliability and robust versatility. The VC-02 module uses an integrated voice chip US516P6 from Unisound, which continuously optimizes and innovates algorithms in speech recognition technology. The offline recognition algorithm is deeply integrated with the chip architecture, providing customers with an ultra-low-cost offline voice recognition solution. This board can be widely and quickly applied to all smart small household appliances and products requiring voice control.

SpeakUp_3_click_innerThe US516P6 chip uses a 32-bit RSIC architecture core, running at 240MHz, and incorporates a DSP instruction set specifically for signal processing and speech recognition, an FPU arithmetic unit that supports floating-point operations, and an FFT accelerator (support 1024-point complex FFT/IFFT operations, or 2048-point real FFT/IFFT operations). What makes this module unique are features like offline identification of 150 local instructions and self-learning of wake-up words, RTOS lightweight system, 90% recognition rate in a far field distance from 1 up to 5m, firmware update feature, as well as the selection of the communication method with the module.

This Click board™ comes with a configurable host interface allowing communication with MCU using the chosen interface. The VC-02 can communicate with MCU using the UART interface, a default communication interface with commonly used UART RX and TX pins, and a default baud rate of 115200bps. Users can also use other interfaces, such as SPI and I2C, to configure the module and write the library by themselves.

At the center of the SpeakUp 3 Click, an additional unpopulated header offers full support for debugging and programming capabilities. The Ai-Thinker has provided its users with a VC series development page, where with a simple registration, they get the opportunity to create their own command list/SDK/firmware for this module quickly and easily for free. With this header, the user can use a JTAG interface, in addition to the UART interface, for programming and debugging available through the JTAG interface pins (TCK and TMS). For more information and help when creating custom firmware, you can contact their help center.

A special addition to this Click board™ are connectors, marked as MIC and SPK, for an analog omnidirectional microphone and 8Ω 2W cavity speaker from Shenzhen Anxinke Technology. These parts can be found in the same package as the Click board or can be acquired as a solo version in our shop.

This Click board™ can be operated only with a 3.3V logic voltage level. The board must perform appropriate logic voltage level conversion before using MCUs with different logic levels. However, the Click board™ comes equipped with a library containing functions and an example code that can be used, as a reference, for further development.

SPECIFICATIONS

Type Speech recognition
Applications Can be used for offline speech recognition suitable for all kinds of smart small household appliances, toys, lamps, and other products that need voice control
On-board modules VC-02 - offline voice recognition AI module from Ai-Thinker Technology
Key Features Pure offline speech recognition module, high reliability, robust versatility, widely applied to smart home, offline identification of 150 local instructions, RTOS lightweight szstem, selectable communication interface, low power consumption, and more
Interface I2C,SPI,UART
Compatibility mikroBUS
Click board size L (57.15 x 25.4 mm)
Input Voltage 3.3V,5V

PINOUT DIAGRAM :-This table shows how the pinout on SpeakUp 3 Click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).

Notes Pin Mikrobus logo.png Pin Notes
  NC 1 AN PWM 16 NC  
  NC 2 RST INT 15 NC  
  NC 3 CS RX 14 TX UART TX
SPI Clock SCK 4 SCK TX 13 RX UART RX
SPI Data OUT SDO 5 MISO SCL 12 SCL I2C Clock
SPI Data IN SDI 6 MOSI SDA 11 SDA I2C Data
Power Supply 3.3V 7 3.3V 5V 10 5V Power Supply
Ground GND 8 GND GND 9 GND Ground

ONBOARD SETTINGS AND INDICATORS

Label Name Default  Description
LD1 PWR - Power LED Indicator
J1 JTAG Unpopulated JTAG Debug Header

SPEAKUP 3 CLICK ELECTRICAL SPECIFICATIONS

Description Min Typ Max Unit
Supply Voltage 3.3 - 5 V
Data Rate - - 3 Mbps
Flash Memory Size -   2 MB
SRAM Memory Size - - 242 kB

SOFTWARE SUPPORT
We provide a library for the SpeakUp 3 Click as well as a demo application (example), developed using Mikroe compilers. The demo can run on all the main Mikroe development boards.
Package can be downloaded/installed directly from NECTO Studio Package Manager(recommended), downloaded from our LibStock™ or found on Mikroe github account.

Library Description
This library contains API for SpeakUp 3 Click driver.
Key functions
speakup3_generic_read This function reads a desired number of data bytes by using UART serial interface.
speakup3_wait_for_reply This function waits up to @b wait_ms for a reply to the voice command.

Example Description :-  This example demonstrates the use of the SpeakUp 3 Click board™ by reading and displaying the voice commands reply messages.

void application_task ( void ) 
 { 
     uint8_t reply_ins; 
     if ( SPEAKUP3_OK == speakup3_wait_for_reply ( &speakup3, &reply_ins, 1000 ) ) 
     { 
         speakup3_display_reply ( reply_ins ); 
     } 
 }

The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended), downloaded from our LibStock™ or found on Mikroe github account.

Other Mikroe Libraries used in the example:
MikroSDK.Board
MikroSDK.Log
Click.SpeakUp3

Additional notes and informations
Depending on the development board you are using, you may need USB UART clickUSB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. UART terminal is available in all Mikroe compilers.

MIKROSDK
This Click board™ is supported with mikroSDK - Mikroe Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.

Write a review
Your Name:


Your Review:
Note: HTML is not translated!
Rating:
Bad           Good

Enter the code in the box below:



© 2024, MG Automation Technologies. Powered by MG Super LABS.Find us on Google+
Designed with by