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 19:14] – [FAQ] 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 98: | Line 98: | ||
| ==== Result validation ==== | ==== Result validation ==== | ||
| You should be able to see the " | 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. | + | **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. | + | **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? | + | **Are AT commands the same for all modules available? |
| <WRAP noprint> | <WRAP noprint> | ||