Skip to content

Commit

Permalink
add terminal_rp2040
Browse files Browse the repository at this point in the history
  • Loading branch information
Wvirgil123 committed Apr 20, 2023
1 parent a864fbe commit 653b7a4
Show file tree
Hide file tree
Showing 2 changed files with 495 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# sensecap_indicator_rp2040
Arduino examples for rp2040
Arduino examples for rp2040.

## Terminal rp2040 demo

This demo is used together with [terminal_demo for esp32](https://github.com/Seeed-Solution/sensecap_indicator_esp32/tree/main/examples/terminal_demo), mainly realizes the collection of sensor data and sends the data to esp32.

This demo depends on the following packages.

- [Serial communication protocol](https://github.com/bakercp/PacketSerial)
- [SGP40 TVOC sensor library](https://github.com/Sensirion/arduino-i2c-sgp40)
- [Transfer index library: Sensirion Gas Index Algorithm](https://github.com/Sensirion/arduino-gas-index-algorithm)
- [SCD41 CO2 sensor library](https://github.com/Sensirion/arduino-i2c-scd4x)
- [AHT20 temperature and humidity sensor libray](https://github.com/adafruit/Adafruit_AHTX0)
- [Sensirion Arduino Core library](https://github.com/Sensirion/arduino-core)




Loading

0 comments on commit 653b7a4

Please sign in to comment.