This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot-open:practical:hardware:sut:stm32:iot_at [2024/04/25 17:43] – [Steps] ktokarz | en:iot-open:practical:hardware:sut:stm32:iot_at [2024/04/27 08:14] (current) – [Result validation] ktokarz | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== STM_IoT_AT: | + | ====== STM_IoT_AT: |
| The STM32WB55 SoC doesn' | The STM32WB55 SoC doesn' | ||
| Line 65: | Line 65: | ||
| === Step 4 === | === Step 4 === | ||
| - | The AT commands are sent via a serial port connected to the ESP32-C3 module. At the beginning, we can send an empty command | + | The AT commands are sent via a serial port connected to the ESP32-C3 module. At the beginning, we can send an empty command |
| <code c> | <code c> | ||
| // Display the message that the software has started | // Display the message that the software has started | ||
| Line 97: | Line 97: | ||
| ==== Result validation ==== | ==== Result validation ==== | ||
| - | You should be able to see the information '' | + | You should be able to see the " |
| + | <note info> | ||
| + | Because LCD can't properly display some non-visible characters the presented code sometimes shows additional, non-letter characters. It is out of the scope of this scenario to filter these characters out. We leave the task of making visual improvements to your invention. | ||
| + | </ | ||
| ===== FAQ ===== | ===== FAQ ===== | ||
| + | **Do I need to write the program for the WiFi module?** No you don't have to. The ESP32-C3 module is flashed with the firmware from Espressif which implements all functionality for WiFi and MQTT. There are other modules which offer similar functionality.\\ | ||
| + | **Can I use a similar WiFi module in my own IoT projects?** Certainly! The universal serial port connects the module so the module can be used with almost every microcontroller as the WiFi network controller.\\ | ||
| + | **Are AT commands the same for all modules available? | ||
| <WRAP noprint> | <WRAP noprint> | ||