Search found 95 matches

by Nico595
Wed Jun 11, 2025 6:50 pm
Forum: Projects - Embedded
Topic: 0x0D and 0x0A on UART with ESP8266 and more
Replies: 12
Views: 296

Re: 0x0D and 0x0A on UART with ESP8266 and more

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.

;)
by Nico595
Tue Jun 03, 2025 7:46 am
Forum: Projects - Embedded
Topic: 0x0D and 0x0A on UART with ESP8266 and more
Replies: 12
Views: 296

Re: 0x0D and 0x0A on UART with ESP8266 and more

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...
by Nico595
Mon Jun 02, 2025 6:54 pm
Forum: Projects - Embedded
Topic: 0x0D and 0x0A on UART with ESP8266 and more
Replies: 12
Views: 296

Re: 0x0D and 0x0A on UART with ESP8266 and more

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...
by Nico595
Mon Jun 02, 2025 4:13 pm
Forum: Projects - Embedded
Topic: 0x0D and 0x0A on UART with ESP8266 and more
Replies: 12
Views: 296

Re: 0x0D and 0x0A on UART with ESP8266 and more

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...
by Nico595
Mon Jun 02, 2025 2:26 pm
Forum: Projects - Embedded
Topic: 0x0D and 0x0A on UART with ESP8266 and more
Replies: 12
Views: 296

Re: hex 0D and hex 0A on UART

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...
by Nico595
Mon Jun 02, 2025 12:28 pm
Forum: Projects - Embedded
Topic: 0x0D and 0x0A on UART with ESP8266 and more
Replies: 12
Views: 296

Re: hex 0D and hex 0A on UART

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 ...
by Nico595
Mon Jun 02, 2025 10:36 am
Forum: Projects - Embedded
Topic: 0x0D and 0x0A on UART with ESP8266 and more
Replies: 12
Views: 296

Re: hex 0D and hex 0A on UART

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 ...
by Nico595
Mon Jun 02, 2025 10:06 am
Forum: Projects - Embedded
Topic: 0x0D and 0x0A on UART with ESP8266 and more
Replies: 12
Views: 296

0x0D and 0x0A on UART with ESP8266 and more

Hello,

I write the ESP setup with the UART1 but I need send h0D and h0A at the end of string.

How to do to add CR LF at the end of the SendString function of UART ?

Thank you.
by Nico595
Mon May 12, 2025 2:23 pm
Forum: App Developer
Topic: MQTT not connected with Windows 11
Replies: 3
Views: 1558

Re: MQTT not connected with Windows 11

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...
by Nico595
Mon May 12, 2025 12:07 pm
Forum: App Developer
Topic: MQTT not connected with Windows 11
Replies: 3
Views: 1558

Re: MQTT not connected with Windows 11

On the Windows 11 computer I have "Ethernet 2"

I tried with "AutoDetect" in the Network Interface Parameter of NetworkComms Component but without result.