I finally coded the UART in C and designed the Webserver ESP page with Arduino. The Web page is provided by the ESP flash.
It work fine and it's the best method to obtain a good speed.
Hi Chipfryer, Thank you for your help, No problem, I understand. I downloaded Arduino with library to create SPIFFS space in the Flash memory of the ESP. But in a first time I will try with a small html code in the MCU Flash because I have a problem with the UART component. I can send string without...
I want use internal memory flash of the ESP to provide the html page, like this I save the memory space of the MCU. In a first time, the ESP is configured as Server in Access Point only. I want control my device with the ESP Wifi access via the UART comms. If I can't find how to use ESP8266 Componen...
Thank you for this information. You have right, AT commands are the same of the ESP8266 because ESP03 is ESP8266 family. I use UART to send init AT commands because I can't receive data with the ESP8266 component. So ESP8266 functions wait some seconds with 0 return. I don't know if this problem com...
I use the ESP8266_TCP_Server.fcfx example file from the Wiki Component to design the Access Point with ESP03. Init of the Server is ok and after CIFSR I obtain the IP and Mac address of my ESP. Archos tablet is connected on the SSID, however, when I place the IP of ESP in the web browser I have no h...
Hi Chipfryer, Thank you for this information, I think use the same method with the USB Component: Int on UARTRX and a FiFo buffer. I have a new problem with " in the SendString UART Function to send AT Command AT+CIPSAP="SSID","0123456789",5,2 Flowcode don't write " in ...
Hi Martin, Thank you so much :) Yes, it's perfect. I tried with "/r/n", of course it's not correct. Yesterday, I added the ESP8266 Component in my project, send AT cmd are ok but I can't receive the return or RX data. If I remember good, I updated the PCIO mapping of the RX pin in the cal ...
Hi Chipfryer, Thank you for your answer. In fact, I have not FC10 Installed on the Windows 11 Computer, only the Pc App project with the runtime files. May be I can create a box with the Channel option to change it if "0" don't work. I will try this :) EDIT: I added box to enter the number...