Difference between using X-NUCLEO-IDW01M1 and SWPF01SA
I'm trying to interface my STM32 board(STM32L476JGY to be specific) with a Wifi chip using UART.
At first, I looked into ESP8266, but I wasn't able to find that much resource on it. There are some Arduino libraries, but I don't really know the best way to convert those to STM32-based libaries. As far as I know, it's as easy as sending AT commands as strings over UART, but I need to send some data to a cloud database, which I don't know how to do with AT commands.
Then, I found out about X-NUCLEO-IDW01M1, which is a Wi-Fi expansion board based on SWPF01SA module for STM32 Nucleo. Because I'm not using an STM32 Nucleo, I am thinking of using just the Wifi chip, SWPF01SA. What does the X-NUCLEO-IDW01M1 have that SWPF01SA lacks? If I connect the SWPF01SA with my STM32 using UART, would I be able to use the same example code as the ones shown in here?
Thanks!
