Skip to main content
Visitor II
May 4, 2021
Question

Use mp157c dk2 as host wifi and connect to it

  • May 4, 2021
  • 2 replies
  • 751 views

Hi, i am searching for informations. Sorry first for my english.

I am trying to establish a connexion between my stm32 and my phone, i have to know when i send information from my smartphone to my discovery.

First i have the starterPackage linux image on my discovery and i have a display example. I can connect my computer with ssh to it and put simple code example on it (hello world), and i can run it. I want the discovery to become a wifi host and send/receive informations between my smartphone and the discovery. But i cant find example on it.

For the moment i want to send wifi to discovery and connect to it with my smartphone. Hoping you have some answers for me.

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    May 4, 2021

    Hi @NBRIE.1​ ,

    Do you know the MPU online documentation ?

    https://wiki.st.com/stm32mpu/wiki/Main_Page

    For wifi setup on DK2 board you can start with :

    https://wiki.st.com/stm32mpu/wiki/How_to_setup_wifi_connection

    Then

    https://wiki.st.com/stm32mpu/wiki/GTK_demo_launcher#Netdata_perf_monitor

    is an exemple of data transfer between board and smartphone through wifi

    Hope it help

    Olivier

    NBRIE.1Author
    Visitor II
    May 4, 2021

    Thank you, i will try that and i will comeback to you if i have any problems.