Examples matching your search query:
-
udp
This example demonstrates how to set up a bidirectional UDP connection using Walter, which sends a data packet to a remote endpoint every 30 seconds.…
-
http
This example demonstrates how Walter can send and receive requests using HTTP by making GET and POST requests to a remote webserver.
-
https
This example demonstrates how Walter can send and receive requests using HTTP over TLS (HTTPS), making both GET and POST requests to a remote web…
-
modem_firmware_flash
This example project uses the ESP32-S3 on Walter to perform firmware updates to the Sequans modem, allowing users to update to a newer firmware…
-
mqtt
This example demonstrates how Walter can connect using MQTT, publishing a counter value and its MAC address to an MQTT broker while subscribing to…
-
mqtts
This example demonstrates how Walter can securely connect using MQTT with TLS certificates. Walter will publish a counter value along with its MAC…
-
positioning
Walter is a low-power GNSS receiver tracking device that transmits its position to a demo server as quickly as possible. It utilizes GPS and Galileo…
-
tcp
This example demonstrates how to set up a bidirectional TCP connection using Walter, which constructs and sends data packets to a remote endpoint…