README.md

UNIC-CASS-Agro_Chip

The IC is intended to be an ASIC designed to determine banana plants health and the presence of banana weevils within the banana corm in a non-invasive way. The evaluation of the plant’s health will be determined by a sap flow sensor, whereas the presence of weevils will be determined by an ultrasonic microphone discriminating the 1.4kHz to 2.6kHz frequency band within the sensor’s wide range. The design of the IC will include a Band Pass Filter and two ADCs with a controller which will include two clock dividers, two comparators and a serializer. The serialized output of the chip then will pass through a serial to RF stage to further send the information to a monitoring station. The controller of the IC will be governed by a main clock signal with clock dividers to perform serialization and processing data obtained by the signal of the sensor once passed through the ADC. The updating of the output will be performed twice a day for 2 minutes during day and night for 4 attempts.


In order to interact with this project, make sure you have provided your ssh key here.

By convention, the original / primary remote repository is called origin.

Instructions

Local Project Setup - Git Commands

If you are starting a brand new project without a local repository, here are the suggested Git commands:

git clone ssh://git@repositories.efabless.com/eduholg/UNIC-CASS-Agro_Chip.git
cd UNIC-CASS-Agro_Chip
... do some changes
git push -u origin main

If you already have a local Git repository, initialized with git init, you will need to associate your local repository with the Efabless Repository remote location. The following Git commands will add Efabless Repository as a remote repository and push your changes to the main branch.

git remote add origin ssh://git@repositories.efabless.com/eduholg/UNIC-CASS-Agro_Chip.git
git pull origin main --rebase --allow-unrelated-histories
git push -u origin main

If you already have a remote repository, for example one on GitHub, use the Git command below to add another remote Git repo (make sure that each repo has its unique ID, e.g. origin, ef-repo in the example below).

git remote add ef-repo ssh://git@repositories.efabless.com/eduholg/UNIC-CASS-Agro_Chip.git
git push -u ef-repo main --force

How To Update Your Project Cover Image

A default cover.png has already been added to the root directory of this remote repository.

If your project is not private, this image can be viewed in the project search results list.

To show your own cover image, replace cover.png with a file called 'cover' and an allowed image extension ('.jpg', '.jpeg', '.png', '.gif', '.webp') and then push your changes.

(Maximum allowed file size: 1 MB)