Skip to content

Commit

Permalink
Merge pull request #49 from lupyuen/tsen
Browse files Browse the repository at this point in the history
Add support for Internal Temperature Sensor
  • Loading branch information
lupyuen committed Oct 14, 2021
2 parents 4c4b910 + 6163df2 commit 56eb535
Show file tree
Hide file tree
Showing 15 changed files with 1,340 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"constants.h": "c",
"vfs_spi.h": "c",
"spi.h": "c",
"hal_spi.h": "c"
"hal_spi.h": "c",
"bl602_adc.h": "c",
"lorawan.h": "c"
}
}
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Pine64 BL602 SDK modded for the articles...

- `"Internal Temperature Sensor on BL602" <https://lupyuen.github.io/articles/tsen>`_

- `"IoT Digital Twin with Roblox and The Things Network" <https://lupyuen.github.io/articles/roblox>`_

- `"Encode Sensor Data with CBOR on BL602" <https://lupyuen.github.io/articles/cbor>`_
Expand Down Expand Up @@ -105,9 +107,11 @@ Changes

- New CBOR Firmware: `pinedio_cbor <customer_app/pinedio_cbor>`_

- "pinedio" branch contains upstream updates for testing on PineDio Stack
- New Internal Temperature Sensor Firmware: `pinedio_tsen <customer_app/pinedio_tsen>`_

- "cbor" branch transmits sensor data encoded with CBOR over LoRaWAN
- New PineDio Stack LoRaWAN Firmware: `pinedio_lorawan <customer_app/pinedio_lorawan>`_

- "pinedio" branch contains upstream updates for testing on PineDio Stack

BL602 SDK (Pine64 version)
==========================
Expand Down
Loading

0 comments on commit 56eb535

Please sign in to comment.