CASP supports multimedia features such as audio recording & playback, voice capture, text to speech and speech to text conversion etc. This example project demonstrates how to generate text from…
CASP supports multimedia features such as audio recording & playback, voice capture, text to speech and speech to text conversion etc. This example project demonstrates how to generate speech from…
CASP supports exchanging data between micro-controllers using LoRa communication. This example project demonstrates LoRa wireless data transmission between host PC and two remote micro-controllers using three similar nRF24L01 wireless communication…
CASP supports exchanging data between micro-controllers using CAN communication. This example project demonstrates data communication between three micro-controllers boards using MCP2515 CAN controller modules with one of the micro-controller connected…
CASP User Data Input Output (UDIO) is a light weight communication protocol used to transfer data between the target (such as a micro-controller board or an SBC) and the host…
CASP User Data Input Output (UDIO) is a light weight communication protocol used to transfer data between the target (such as a micro-controller board or an SBC) and the host…
This example demonstrates how to read/write GPIO pin values of Raspberry Pi Pico board (connected to the host computer through serial port) using a Python script on the host computer.…
This example demonstrates how to read/write GPIO pin values of Raspberry Pi Pico board from host computer through serial communication. Even through this test example uses the mentioned board, same…
CASP supports building and running CASP models with Python scripts on any CASP supported target. This feature allows developing models programmatically in Python and deploying them on the target with…
CASP supports deploying models on micro-controller boards. This example project develops a model to blink on-board LED of Raspberry Pi Pico board. This project can be used to validate whether…