A Telegram BOT for this awesome all-in-one board.

Dependencies:   BSP_B-L475E-IOT01 mbed es_wifi jsmn

Homepage

Table of Contents

    Telegram Bot for DISCO_L475VG_IOT01

    This application embeds aTelegram chatbot into the DISCO_L475VG_IOT01 board.

    The Bot answers to the users queries about:

    • Real time environmental data taken from the on board sensors.
    • Environmental data history of the latest 24 hours stored on board.
    • Camera images taken from the Arducam-mini-2mp (optional).

    This software uses:

    Compilation

    Import in your compiler and modify the following defines:

    • WIFI_SSID
    • WIFI_PASSWORD
    • TELEGRAM_BOT_APIKEY

    Please follow the Telegram bots documentation (https://core.telegram.org/bots) to better understand how the Telegram API works and how to create your bot.

    In order to support the Arducam-Mini-2MP set WITH_ARDUCAM_2640 #define to 1.

    Screenshots

    /media/uploads/dvddnr/screenshot_20180130-073732.png /media/uploads/dvddnr/screenshot_20180130-073703.png /media/uploads/dvddnr/arducam.jpeg /media/uploads/dvddnr/screenshot_20180216-102601.png

    Security

    The Inventek wifi module creates the ssl connection but does not authenticate the server's certificate ( AT cmd P9=0 ).

    For more details http://www.inventeksys.com/IWIN/programming-certificates-tcp-ssltls/


    All wikipages