mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 02:21:57 +00:00
Introduce TagoIO IoT Cloud HTTP post client example. This explorer Zephyr network resources to demonstrate an end to end application. The TagoIO allows that any user can test on a easy way Ethernet, WIFI and Modem (PPP) with BSD sockets. The example provides overlays to configure WIFI and Modem. The application consists an a pseudo temperature sensor that sends periodically data to TagoIO IoT Cloud platform. The data can be visualized on a web browser dashboard, cellphone or tablet. The steps to configure TagoIO are described on the example documentation. Special Variables: - CONFIG_TAGOIO_DEVICE_TOKEN DEVID token generated by TagoIO - CONFIG_TAGOIO_HTTP_WIFI_SSID SSID when using WIFI - CONFIG_TAGOIO_HTTP_WIFI_PSK PASSWD when using WIFI - CONFIG_MODEM_GSM_UART_NAME UART label when using MODEM - CONFIG_MODEM_GSM_APN APN when using MODEM Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com> |
||
---|---|---|
.. | ||
application_development | ||
basic | ||
bluetooth | ||
boards | ||
cpp_synchronization | ||
debug | ||
display | ||
drivers | ||
hello_world | ||
lorawan/class_a | ||
mpu | ||
net | ||
philosophers | ||
portability | ||
posix | ||
scheduler | ||
sensor | ||
shields | ||
smp | ||
subsys | ||
synchronization | ||
testing/integration | ||
tfm_integration | ||
userspace | ||
video | ||
classic.rst | ||
index.rst |