Skip to content

UniRTOS/unirtos-adc-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unirtos-adc-demos

中文 | English

This repository is recommended to be used via the unirtos-cli demo workflow to ensure a consistent process for project creation, environment setup, and compilation.

Feature Description

This demo demonstrates the basic development workflow for ADC sampling and voltage reading, and is suitable as a beginner example for analog data acquisition and peripheral debugging.

  • Demonstrates voltage reading for ADC0 and ADC1
  • Supports cyclic sampling across different scale levels to observe the effect of range changes on results
  • Easily extensible to sensor acquisition, threshold alerting, averaging filters, and data reporting logic

Quick Start

1. Install the UniRTOS Toolchain

Once all the above tools are installed, verify the following commands are available:

python --version    # Python3
git --version
unirtos --version   # version 1.0.5 or above
unirtos-cli version # version 1.0.11 or above

2. Pull the Demo Using unirtos-cli

List available demos and versions:

unirtos-cli ls-demos

Create this demo project:

unirtos-cli new -r unirtos-adc-demos

To specify a version:

unirtos-cli new -r unirtos-adc-demos -v 1.0.0

3. Enter the Project and Build

cd unirtos-adc-demos-1.0.0
unirtos-cli env-setup
unirtos-cli build

Common Commands

# Open the SDK menu configuration
unirtos-cli menuconfig

# Clean build artifacts
unirtos-cli clean

Technical Community

Technical Community: https://forumschinese.quectel.com/c/66-category/66

Contribution Guidelines

Contributions are welcome. Please follow these guidelines when submitting:

  • Run a basic validation before submitting: env-setup, build, clean.
  • Use clear commit messages describing the purpose of the change, its scope of impact, and verification results.
  • When adding new features or changing behavior, update the README and related documentation accordingly.
  • Submit bug fixes and feature improvements via Issues or Pull Requests.

About

adc demo

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors