cy8ceval-062s2-lai-4373m2
There are 105 repositories under cy8ceval-062s2-lai-4373m2 topic.
Infineon/mtb-example-mcuboot-basic
This example demonstrates building a bootlaoder application for PSoC 6 using MCUboot, an open source secure bootloader for 32-bit MCUs. This bootloader app runs on CM0+.
Infineon/mtb-example-wifi-mqtt-client
This code example demonstrates connecting to AWS IoT over MQTT using the AnyCloud SDK for PSoC 6 MCU and CYW43xxx connectivity devices.
Infineon/mtb-example-azure-iot
The code example demonstrates connecting to the Azure IoT services using the Azure SDK for Embedded C. This code example demonstrates the features such as iot hub - C2D, Telemetry, Methods, Twin, Provisioning, Plug and Play.
Infineon/mtb-example-hal-hello-world
Demonstrates simple UART communication by printing a "Hello World" message on a terminal and blinks an LED using a Timer resource.
Infineon/mtb-example-btstack-freertos-hello-sensor
This code example demonstrates the implementation of the Bluetooth® LE vendor-specific device using AIROC™ CYW20829, PSoC™ 6, Wi-Fi & Bluetooth® combo chips and ModusToolbox™ software environment.
Infineon/mtb-example-hal-uart-transmit-receive
This example demonstrates the UART (HAL) transmit and receive operation in PSoC 6 MCU.
Infineon/mtb-example-usb-device-audio-recorder-freertos
mtb-example-usb-device-audio-recorder
Infineon/cce-mtb-mqtt-client-over-lte
This community code example (CCE) demonstrates the implementation of LTE CAT M1 connectivity to PSoC6 via Point-to-Point Protocol (PPP). This CCE demonstrates the steps to add LTE connectivity to any existing Wi-Fi based code example. mtb-example-anycloud-mqtt-client is taken as a reference here. GM01Q_Sequans Module is used for providing LTE connectivity for PSoC6 device. The MQTT Library and lwIP is hosted in PSoC6 and the GM01Q Module communicates to PSoC6 via PPP.
Infineon/mtb-example-btstack-freertos-battery-server
This code example demonstrates the implementation of a simple Bluetooth LE Battery Service. The Battery Service exposes the Battery Level of the device and comes with support for OTA update over Bluetooth LE.
Infineon/mtb-example-btstack-freertos-wifi-onboarding
This code example demonstrates Wi-Fi onboarding with BLE
Infineon/mtb-example-optiga-crypto
This code example demonstrates the implementation of Cryptographic primitives such as ECC, RSA, HKDF, AES with OPTIGA™ Trust security solution.
Infineon/mtb-example-usb-device-audio-freertos
This example demonstrates how to use Infineon MCU devices to implement a USB audio device and HID audio playback control that connects to the PC via the USB interface. The example uses FreeRTOS.
Infineon/mtb-example-wifi-web-server
This code example demonstrates Wi-Fi provisioning via SoftAP and setting up a web server with PSoC 6 MCU and CYW43xxx connectivity devices.
Infineon/mtb-example-btstack-freertos-cts-server
This code example demonstrates the implementation of a simple BLE GAP Central - GATT Server with Current Time Service using the Cypress Combo (Wi-Fi+BT) SoCs.
Infineon/mtb-example-btstack-freertos-ess
This code example demonstrates the implementation of a simple BLE Environmental Sensing Profile.
Infineon/mtb-example-psoc6-crypto-aes
This code example encrypts and decrypts user input data using the AES algorithm using a 128-bit key. The encrypted and decrypted data are displayed on a UART terminal emulator.
Infineon/mtb-example-psoc6-emwin-tft-freertos
This example demonstrates displaying 2D graphics on a TFT display using the emWin graphics library and the AppWizard GUI design tool in FreeRTOS.
Infineon/mtb-example-psoc6-i2s
This example demonstrates how to use the I2S hardware block in PSoC 6 MCU to interface with an audio codec.
Infineon/mtb-example-psoc6-qspi-xip
This example demonstrates how to use QSPI in execute-in-place (XIP) mode with external flash memory on the PSoC 6 MCU using ModusToolbox IDE.
Infineon/mtb-example-psoc6-usb-hid-generic
Deprecated. Use https://github.com/Infineon/mtb-example-usb-device-hid-generic. This example demonstrates how to configure the USB block in a PSoC 6 MCU as a Human Interface Device (HID). The device enumerates as a Generic HID device.
Infineon/mtb-example-psoc6-usb-hid-mouse
Deprecated. Use https://github.com/Infineon/mtb-example-usb-device-hid-mouse. This example demonstrates how to configure the USB block in a PSoC 6 MCU as a Human Interface Device (HID). The device enumerates as a 3-button mouse.
Infineon/mtb-example-usb-device-cdc-echo
mtb-example-usb-device-cdc-echo
Infineon/mtb-example-btstack-freertos-multi-beacon
This code example demonstrates the implementation of a beacon which advertises multiple Eddystone ADV data.
Infineon/mtb-example-ota-mqtt
This code example demonstrates Over-the-Air (OTA) firmware update using the AnyCloud SDK for PSoC 6 MCU and CYW43xxx connectivity devices.
Infineon/mtb-example-psoc6-capsense-cm0p
This code example demonstrates how to create a CAPSENSE™ design using CM0 of PSoC™ 6 MCU, without utilizing CM4. This code example features CAPSENSE™ buttons, button 0 turns the LED ON and button 1 turns the LED OFF. This project uses the CAPSENSE™ Middleware Library.
Infineon/mtb-example-psoc6-capsense-custom-scan
This code example demonstrates CapSense® Component’s custom scanning through callback functions that allow altering the sensor parameters during run-time or synchronizing the CapSense scan with non-CapSense operations.
Infineon/mtb-example-psoc6-dual-cpu-ipc-pipes
This example demonstrates how to use the inter-processor communication (IPC) driver to implement a message pipe in PSoC 6 MCU. The pipe is used to send messages between CPUs.
Infineon/mtb-example-psoc6-dual-cpu-ipc-sema
This example demonstrates how to use the inter-processor communication (IPC) driver to implement a semaphore in PSoC 6 MCU. The semaphore is used to lock to control access to a resource shared by the CPUs and synchronize the initialization instructions.
Infineon/mtb-example-psoc6-filesystem-littlefs-freertos
This code example shows how to implement a littlefs file system for PSoC 6 devices using the mtb-littlefs MW library. The CE supports working with both SD card and QSPI NOR flash devices.
Infineon/mtb-example-psoc6-smartio-sgpio-target
This example uses a SPI resource and Smart I/O in PSoC 6 MCU to implement the Serial General Purpose Input/Output (SGPIO) Target interface, which is a four-signal bus defined in the SFF-8485 standard. Another SPI resource is used to implement the SGPIO Initiator, which drives the clock on the SGPIO bus.
Infineon/mtb-example-psoc6-usb-audio-recorder
This repository is deprecated. Use the ModusToolbox™ example available here - https://github.com/Infineon/mtb-example-usb-device-audio-recorder-freertos. This example demonstrates the use of PSoC 6 MCU to implement an audio recorder using the USB Audio Device Class.
Infineon/mtb-example-wifi-secure-tcp-client
This code example demonstrates implementing a secure TCP client using the AnyCloud SDK for PSoC 6 MCU and CYW43xxx connectivity devices.
Infineon/mtb-example-wifi-tcp-client
This code example demonstrates implementing a TCP client using the AnyCloud SDK for PSoC 6 MCU and CYW43xxx connectivity devices.
Infineon/mtb-example-wifi-wlan-lowpower
This code example demonstrates the low-power operation of PSoC 6 MCU and CYW43xxx connectivity devices using the AnyCloud Low Power Assistant (LPA) middleware library.