Downloads
InstantIoT Library
The Arduino library that connects your ESP32 sketch to the InstantIoT app. Open source and available through the standard Arduino channels.
[image] Arduino IDE Library Manager with InstantIoT highlighted
Install
Arduino IDE
- Open the Arduino IDE.
- Go to Tools → Manage Libraries.
- Search for InstantIoT.
- Click Install.
PlatformIO
Add the library to your platformio.ini:
lib_deps =
jeanloickdt/InstantIoT
GitHub
The library source code is open and available at:
github.com/jeanloickdt/InstantIoT
Use this for issue reports, pull requests, or browsing the source. For typical use, the Arduino IDE or PlatformIO route is faster.
Requirements
- ESP32 or ESP8266, Arduino Uno R4 WiFi (boards are auto-detected)
- Arduino IDE 2.0+ or PlatformIO
- USB cable for flashing
What’s next
→ Library / Setup — Write your first sketch.
→ Library / Receive Command from App — React to user input.
→ Library / Send Data to App — Push sensor values to your dashboard.
Was this page helpful?
Great! What worked best for you?
Please
provide
additional details about your experience.
✓ Thank you for your feedback! We appreciate your input.