Skip to content

C++17 PSOC 6 AI Example per Second Example

Latest
Compare
Choose a tag to compare

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:

  1. Connect the board via USB.
  2. Open ModusToolbox Programmer.
  3. Select the connected kit.
  4. Load the provided .hex file.
  5. 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.