Search found 100 matches

by Nico595
Wed Jul 30, 2025 8:06 am
Forum: App Developer
Topic: Add Animated GIF file in PcApp project
Replies: 9
Views: 2851

Re: Add Animated GIF file in PcApp project

Hi Steve, Thank you so much for your project. The last Sunday, I designed easily the same shape of my Gif picture. But the result is not the same of the Gif. I think it's not a good idea use Visible 0 / 1 function to design animated picture. Or only if your project is very small without other timers...
by Nico595
Fri Jul 25, 2025 1:54 pm
Forum: App Developer
Topic: Add Animated GIF file in PcApp project
Replies: 9
Views: 2851

Re: Add Animated GIF file in PcApp project

Magneto_5ba_vblack.png
Magneto_5ba_vblack.png (3.91 KiB) Viewed 2249 times
Magneto_5b_vblack.png
Magneto_5b_vblack.png (4.03 KiB) Viewed 2249 times


Thank you for your help ;)
by Nico595
Fri Jul 25, 2025 1:14 pm
Forum: App Developer
Topic: Add Animated GIF file in PcApp project
Replies: 9
Views: 2851

Re: Add Animated GIF file in PcApp project

Hi Martin, Thank you very much :) I designed this Gif to add in my Web App, it's very nice to indicate the real time recording. In my Pc App project, this pic is a bit smallest than in my Web App project. You can see the Pc App Gif here. I need exactly same shape. You can see a small offset between ...
by Nico595
Thu Jul 24, 2025 9:24 pm
Forum: App Developer
Topic: Add Animated GIF file in PcApp project
Replies: 9
Views: 2851

Re: Add Animated GIF file in PcApp project

Hi Steve, Hi Martin, Thank you very much for your answer. I also thought about using a timer component with the visible / invisible function. I use already this method in stand by mode to create flashing indicator. But in my project I have also around 40 timer components and now, the flashing indica...
by Nico595
Sat Jul 19, 2025 10:05 am
Forum: App Developer
Topic: Add Animated GIF file in PcApp project
Replies: 9
Views: 2851

Add Animated GIF file in PcApp project

Hi,

I want add animated Gif file in my project. It's a turn magnetic winding during the recording.
But my gif file is not animated in the PcApp project.

Gif file can be added in the PcApp project ?

gif_recorder.jpg
gif_recorder.jpg (50.33 KiB) Viewed 2846 times



Thank you for your answer,
:)
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: 3717

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: 3717

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: 3717

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: 3717

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: 3717

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...