dptechnics/walter-modem

1.5.0

Latest
uploaded 1 month ago
Walter Modem Driver

10 examples

  • bluecherry
    This program sends and receives mqtt data using the DPTechnics BlueCherry cloud platform and supports OTA updates scheduled through the BlueCherry…
    21.51 KB
  • coap
    This example will send a counter value to the coap.me test server and receive the response from the demo server. It requires hardware including…
    5.35 KB
  • http
    This example demonstrates how Walter can send and receive requests using HTTP by making GET and POST requests to a remote webserver.
    5.65 KB
  • 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…
    9.37 KB
  • 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…
    5.67 MB
  • 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…
    6.74 KB
  • mqtts
    This example demonstrates how Walter can securely connect using MQTT with TLS certificates. Walter will publish a counter value along with its MAC…
    9.46 KB
  • 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…
    10.40 KB
  • tcp
    This example demonstrates how to set up a bidirectional TCP connection using Walter, which constructs and sends data packets to a remote endpoint…
    7.08 KB
  • 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.…
    7.08 KB