A fully precompiled example
It uses the PSOC 6 AI Board with its microphone, detects what has been said in the last second, and sends the detected word over the serial port.
Serial settings:
- Baudrate: 115200
- Data bits: 8
- Stop bits: 1
- Parity: None
- Flow control: None
Board
https://www.infineon.com/evaluation-board/CY8CKIT-062S2-AI
Flashing the Binary
You can program the precompiled binary onto the board using ModusToolbox Programmer:
- Connect the board via USB.
- Open ModusToolbox Programmer.
- Select the connected kit.
- Load the provided
.hex
file. - Click Program to flash the binary.
Bases for the unreleased Code:
https://github.com/Infineon/mtb-example-psoc6-dual-cpu-empty-app
https://github.com/Infineon/mtb-example-ml-deepcraft-deploy-audio
Disclaimer
This release provides only a precompiled binary intended for use with the
PSoC 6 AI Evaluation Kit.
It is provided for research and demonstration purposes only.
It was built using Infineon’s example projects, which are licensed under the
Cypress/Infineon End User License Agreement.
No Cypress/Infineon source code is redistributed here.
Use of this binary is subject to the terms of the Infineon EULA.