cancel
Showing results for 
Search instead for 
Did you mean: 

Use mp157c dk2 as host wifi and connect to it

NBRIE.1
Associate

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.

2 REPLIES 2
Olivier GALLIEN
ST Employee

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

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
NBRIE.1
Associate

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