From 9c8160cf54bc968dffe502936e260dd3afc093b3 Mon Sep 17 00:00:00 2001 From: samson0v Date: Mon, 16 Feb 2026 15:41:48 +0200 Subject: [PATCH] Added ThingsBoard Client SDK library --- .gitmodules | 3 +++ circuitpython_community_library_list.md | 1 + libraries/helpers/thingsboard_client_sdk | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/thingsboard_client_sdk diff --git a/.gitmodules b/.gitmodules index 404d839..c2dd1f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -514,3 +514,6 @@ [submodule "libraries/drivers/serial-tft"] path = libraries/drivers/serial-tft url = https://github.com/bablokb/circuitpython-serial-tft.git +[submodule "libraries/helpers/thingsboard_client_sdk"] + path = libraries/helpers/thingsboard_client_sdk + url = https://github.com/thingsboard/CircuitPython_thingsboard-client-sdk.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 279f220..a4862a0 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -179,3 +179,4 @@ c* [CircuitPython_RotarySelect](https://github.com/FoamyGuy/CircuitPython_Rotary * [RS485-Wrapper](https://github.com/facts-engineering/CircuitPython_rs485_wrapper.git) A CircuitPython helper library to convert a UART object into an RS485 object. * [Cirque Pinnacle](https://github.com/2bndy5/CircuitPython_Cirque_Pinnacle) A driver library to use circular trackpads (as seen in the Steam controller and HTC Vive VR controllers) empowered with Cirque's 1CA027 ASIC (surnamed "Pinnacle"). More information can be found in the [documentation](https://circuitpython-cirque-pinnacle.rtfd.io). * [Embedded HTTPServer](https://github.com/bablokb/circuitpython-ehttpserver) An efficient and slim HTTP-server (fork of biplane) +* [ThingsBoard Client SDK](https://github.com/thingsboard/CircuitPython_thingsboard-client-sdk) A CircuitPython client SDK for ThingsBoard IoT platform ([PyPi](https://pypi.org/project/thingsboard-circuitpython-client-sdk/)). diff --git a/libraries/helpers/thingsboard_client_sdk b/libraries/helpers/thingsboard_client_sdk new file mode 160000 index 0000000..6e2ddbb --- /dev/null +++ b/libraries/helpers/thingsboard_client_sdk @@ -0,0 +1 @@ +Subproject commit 6e2ddbb67e9fb4edd02259b01f627133842e35e4