-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wvirgil123
committed
Apr 20, 2023
1 parent
a864fbe
commit 653b7a4
Showing
2 changed files
with
495 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
||
|
||
|
Oops, something went wrong.