2021-05-04 03:45 AM
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.
2021-05-04 04:58 AM
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
2021-05-04 05:06 AM
Thank you, i will try that and i will comeback to you if i have any problems.