https://github.com/redchenjs/digital_frequency_meter_esp32c3
Digital Frequency Meter (ESP32-C3)
https://github.com/redchenjs/digital_frequency_meter_esp32c3
Last synced: over 1 year ago
JSON representation
Digital Frequency Meter (ESP32-C3)
- Host: GitHub
- URL: https://github.com/redchenjs/digital_frequency_meter_esp32c3
- Owner: redchenjs
- Created: 2021-06-22T11:04:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T13:59:20.000Z (about 5 years ago)
- Last Synced: 2025-01-21T09:48:35.321Z (over 1 year ago)
- Language: C
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Digital Frequency Meter
=======================
Digital Frequency Meter based on ESP32-C3 chip.
## Preparing
### Obtain the source
```
git clone --recursive https://github.com/redchenjs/digital_frequency_meter_esp32c3.git
```
### Update an existing repository
```
git pull
git submodule update --init --recursive
```
### Setup the tools
```
./esp-idf/install.sh
```
## Building
### Setup the environment variables
```
export IDF_PATH=$PWD/esp-idf
source ./esp-idf/export.sh
```
### Configure
```
idf.py menuconfig
```
* All project configurations are under the `Digital Frequency Meter` menu.
### Flash & Monitor
```
idf.py flash monitor
```