2018-01-30 01:25 AM
Hello everyone, to begin with i have little experience in ARM embedded world besides Arduino and ESP32 boards. Recently i stepped into STM32 Nucleo programming. My tools is STM32CubeMX and KEIL IDE. Since this point everything was fine, till i connected wifi expansion board IDW01M1. I noticed there is no way to generate base code with CubeMX. Maybe someone could guide me how should where should i begin with (like adding to existing project simple wifi scan). By the way i am using HAL libraries. Tried reading all the documentations but it didn't helped me a lot.
2018-01-30 02:08 AM
You mean this:
http://www.st.com/en/ecosystems/x-nucleo-idw01m1.html
?So did you look under '
http://www.st.com/en/ecosystems/x-nucleo-idw01m1.html#sw-tools-scroll
' ... ?http://www.st.com/en/ecosystems/x-nucleo-idw01m1.html#sw-tools-scroll
2018-01-30 01:02 PM
Neil.Andrew
sorry for late reply, yes this expansion board. Yes i did look under the links you provided. I downloaded examples for STM32F401 board, but the question remains, how should i integrate functionality of WiFi. Do i need open another USART to commmunicate between STM32 Nucleo and IDW01M1 board, or SWPF01SA module?