Skip to content

Commit 56eb535

Browse files
authored
Merge pull request #49 from lupyuen/tsen
Add support for Internal Temperature Sensor
2 parents 4c4b910 + 6163df2 commit 56eb535

File tree

15 files changed

+1340
-10
lines changed

15 files changed

+1340
-10
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"constants.h": "c",
2626
"vfs_spi.h": "c",
2727
"spi.h": "c",
28-
"hal_spi.h": "c"
28+
"hal_spi.h": "c",
29+
"bl602_adc.h": "c",
30+
"lorawan.h": "c"
2931
}
3032
}

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Pine64 BL602 SDK modded for the articles...
22

3+
- `"Internal Temperature Sensor on BL602" <https://lupyuen.github.io/articles/tsen>`_
4+
35
- `"IoT Digital Twin with Roblox and The Things Network" <https://lupyuen.github.io/articles/roblox>`_
46

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

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

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

110-
- "cbor" branch transmits sensor data encoded with CBOR over LoRaWAN
112+
- New PineDio Stack LoRaWAN Firmware: `pinedio_lorawan <customer_app/pinedio_lorawan>`_
113+
114+
- "pinedio" branch contains upstream updates for testing on PineDio Stack
111115

112116
BL602 SDK (Pine64 version)
113117
==========================

0 commit comments

Comments
 (0)