Page 2 of 2
Re: 0x0D and 0x0A on UART with ESP8266 and more
Posted: Mon Jun 02, 2025 9:04 pm
by chipfryer27
Hi
FC10 does not (yet) have the ESP8266 as a target. It has it as a component but basically the component is just sending AT commands out over the UART.
I have no experience of using the 8266 in any other way than as a component, being controlled by "AT", so unfortunately I won't be of much help.
Regards
Re: 0x0D and 0x0A on UART with ESP8266 and more
Posted: Tue Jun 03, 2025 7:46 am
by Nico595
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 receive data with the hardware UART1 channel1 setup.
The UART Component of FC10 don't work with UART1 channel2 or the Software mode.
To design the USB Component I coded the UART in C Code. I try again with this solution.
It's may be a problem from the Pin number:
PA21 -> PC5 UART RX but we can see PC7 in the FC10 on the schematic of the MCU.
PA22 -> PC6 UART TX OK
Thank you so much.
Re: 0x0D and 0x0A on UART with ESP8266 and more
Posted: Wed Jun 11, 2025 6:50 pm
by Nico595
Hi,
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.
