Creating your Project
In this tutorial, you will learn how to configure a project that reads analog data from an ADC via the I2C protocol and, upon exceeding a predefined threshold, activates a buzzer. All development will be carried out in the ChipInventor platform, using preconfigured blocks for quick and efficient implementation.
Initial steps to create the project:
1. Open ChipInventor.
2. Click on New Project.
3. Fill in the following fields:
- Name: ADC Project with Buzzer
- Description: Analog signal reading with Comparison and Buzzer Activation
- Type: FPGA
4. Click Create to finalize the project creation.
No Comments