Skip to content

QT Py Datalogger

qtpy-datalogger -- A remote control and data acquisition system using the Adafruit QT Py S3 and CircuitPython.

Remote control and data acquisition

graph LR
    AP(๐Ÿ›œ Access Point)
    App(๐Ÿ App)
    MQTT(๐Ÿ“จ MQTT)
    QTPy(๐Ÿ QT Py S3)

    subgraph "๐ŸŒ Network"
        AP
    end

    subgraph "๐Ÿ’ป PC Host"
        App<-.->MQTT
        MQTT<-.->AP
    end

    subgraph "๐Ÿงช Test Zone"
        AP<-.->|๐Ÿ›œ WiFi|QTPy
    end

The PC host controls and communicates with any number of sensor nodes on the wireless network.

Preview in 5 minutes  

Complete and custom

  •   Use every subsystem


    Read and write both analog and digital pins. Control SPI and I2C peripherals. Blink the NeoPixel

    Features

  •   Adapt to any use case


    Use the app API to deploy custom code for remote acquisition and control.

    Customize

  •   GUI applications


    Includes built-in GUI applications for detecting sensor nodes and viewing data.

    Gallery

  •   Preview in 5 minutes


    Install qtpy-datalogger with pip and get up and logging in minutes.

    Get started

Questions and help

Please go to the Welcome page for questions and help.