A web JS library to make connecting to and accessing Tinkerforge devices easier. Created at the University of Applied Sciences in Osnabrueck.
You can manually include all necessary libraries to use the TDM in your web project. If you want to do that, copy the 3 lines of code below and paste them right before the closing -tag in your HTML file.
<script src="https://cdn.jsdelivr.net/npm/moment@2.24.0/moment.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/winf-hsos/tinkerforge-device-manager-web/lib/Tinkerforge.js"></script>
<script src="https://cdn.jsdelivr.net/gh/winf-hsos/tinkerforge-device-manager-web/index.js" type="module"></script>
Currently supported Tinkerforge devices:
- Accelerometer Bricklet
- Air Quality Bricklet
- Ambient Light 2.0 Bricklet
- Barometer 1.0 Bricklet
- Barometer 2.0 Bricklet
- C02 Bricklet
- Dust Detector Bricklet
- Distance IR Bricklet
- Distance US Bricklet
- GPS 2.0 Bricklet
- Humidity 2.0 Bricklet
- LCD 128x64 Bricklet
- Motion Detector 2.0 Bricklet
- NFC Bricklet
- OLED 128x64 Display Bricklet
- Outdoor Weather Bricklet
- Piezo Speaker Bricklet
- RGB LED Bricklet
- RGB LED Button Bricklet
- Sound Intensity Bricklet
- Sound Pressure Level Bricklet
- Thermal Imaging Bricklet
- UV Light 1.0 Bricklet
- UV Light 2.0 Bricklet