Skip to content

mfkiwl/am2302

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

am2302

Example of usage PIO + DMA in RP2350 (PI PICO2) with humidity and temperature sensor AM2302.

  • uC: rp2350
  • board: pico2
  • sensor: am2302
  • communication protocol: one wire
  • used peripherals: PIO + DMA
  • sdk version: 2.1.0

How to run this repo

  • clone this repo
  • open VS Code and install Raspberry Pi Pico extension
  • import this project with Raspberry Pi Pico extension
  • use sdk v2.1.0
  • compile and run

About

rp2350 + pico2 + pio + dma + onewire + am2302

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CMake 63.6%
  • C 36.4%