InstantIoT
Arduino client for the InstantIoT mobile app — bridges ESP32, ESP8266 and Arduino Uno R4 WiFi with a simple declarative DSL.
Установка
Последняя опубликованная версия- Скачайте архив — реестр отдает его уже проверенным.
- В Arduino IDE выберите «Скетч → Подключить библиотеку → Добавить .ZIP библиотеку».
- Укажите скачанный файл — библиотека появится в списке доступных.
SHA-256:a66520e37054282e6ce81fb2dad0a99fc6a40938eae96d8b69c6e144078d2f4bInstantIoT-1.2.1-a66520e3.zipОписание
Connects your Arduino board to the InstantIoT mobile app over Wi-Fi. Two active transports: Wi-Fi SoftAP (the board hosts its own Wi-Fi, no router) and Wi-Fi client to a self-hosted InstantIoT Server (multi-device, with history). Seventeen widgets out of the box: simple/advanced/emergency buttons, horizontal/vertical sliders, switch, joystick, direction pad, segmented switch, LED, gauge, metric, bar chart, advanced chart, horizontal/vertical level meters and text. Declarative DSL: file-scope blocks like ISimpleButton("btn1") { WHEN_PRESSED { ... } } — no boilerplate. Compact binary protocol about 5x smaller than JSON. Bluetooth Classic, BLE and SoftwareSerial transports ship in source as preview — they are not currently exposed by the mobile app (see README).