Webserver Support on FCM360W Wi-Fi Module

Hello,
I am using the FCM360W Wi-Fi module in my IoT project and need to implement a webserver on the module.
While searching for a solution, I found the following statement in the forums:
“AT commands do not support webserver, but support AP network configuration.”

Could you please clarify:

  • Is there any way to implement a webserver on the FCM360W module?
  • If the AT command set does not support it, are there any alternative solutions (such as using an external MCU with HTTP server functionality or custom firmware development)?
  • Are there any upcoming firmware updates that might support a webserver feature?
    I appreciate any insights or recommendations.

hi @monteera

in AT solution , the WEBCFG command can be used only for setting up the wifi on the module.

for setting up http server on module , you can check Quec Open solution for FCM360W and do customization.

hi @Waleed_Zafar1
Do you have any example for http server?