Search found 172 matches

by lucibel
Fri Feb 02, 2024 8:28 am
Forum: User Components
Topic: UART deinit
Replies: 1
Views: 312

Re: UART deinit

the answer is :
uart_driver_delete(0);
in C code
by lucibel
Fri Feb 02, 2024 7:40 am
Forum: User Components
Topic: UART deinit
Replies: 1
Views: 312

UART deinit

hi,
how to deinit uart on ESP32 we don't need it ?
thx for your prompt reply
by lucibel
Thu Dec 14, 2023 7:05 pm
Forum: General
Topic: Compiler PIC+ICD4
Replies: 10
Views: 4642

Re: Compiler PIC+ICD4

Hi,
I'm using PICKIT4 but not upload the firmware with FC but with MPLAB IPE who is very fast.
In IPE you only need to load the prog one time then each that you compile it it will ask you to update.
PICKKIT4.jpg
PICKKIT4.jpg (53.83 KiB) Viewed 4289 times
ipe.jpg
ipe.jpg (104.17 KiB) Viewed 4289 times
by lucibel
Thu Dec 14, 2023 6:53 pm
Forum: Projects - Embedded
Topic: ESP Hostname Change
Replies: 13
Views: 25772

Re: ESP Hostname Change

Hi Not actually done this and at present I've no real access to ESP32's until I sort a few things out, so I have no idea if it will work. The ESP32, like the ESP8266 can be controlled via "AT" commands and a lot of changes are retained. Perhaps you could change using "AT" then use FC as before? I p...
by lucibel
Thu Dec 14, 2023 6:41 pm
Forum: Projects - Embedded
Topic: ESP Hostname Change
Replies: 13
Views: 25772

Re: ESP Hostname Change

hi,
I don't have menuconfig.bat in FC9 or FC10
I'm always access to menuconfig via CMD

Menuconfig who is very usefull
To acces to menuconfig and change ESP Hostname.docx
(415.98 KiB) Downloaded 147 times
Wifi Client.png
Wifi Client.png (19.53 KiB) Viewed 2900 times
by lucibel
Thu Dec 14, 2023 6:51 am
Forum: General
Topic: FC10 become more and more slow
Replies: 13
Views: 14807

Re: FC10 become more and more slow

yes it starts quick and becomes slow after using it for a while
by lucibel
Tue Dec 12, 2023 4:25 pm
Forum: General
Topic: FC10 become more and more slow
Replies: 13
Views: 14807

Re: FC10 become more and more slow

Hi,
With or without variable tab and with v10.1.0.38 , FC become more and more slow.
by lucibel
Wed Dec 06, 2023 5:05 pm
Forum: Bug Reports
Topic: Urgent Variable overflow in calculation
Replies: 3
Views: 6243

Re: Urgent Variable overflow in calculation

Max_Flow_Var also ULONG instead of a BYTE also not working
by lucibel
Wed Dec 06, 2023 5:04 pm
Forum: Bug Reports
Topic: Urgent Variable overflow in calculation
Replies: 3
Views: 6243

Re: Urgent Variable overflow in calculation

this work

Code: Select all

Max_Flow_Time = Max_Flow_Const
Max_Flow_Time = Max_Flow_Var * Max_Flow_Time
thx
by lucibel
Wed Dec 06, 2023 4:19 pm
Forum: Bug Reports
Topic: Urgent Variable overflow in calculation
Replies: 3
Views: 6243

Urgent Variable overflow in calculation

Hi, I need help to solve this problem ASAP it seems that there is overflow of the variable when make this calculation 51569*2=37602 instead of 103138 I think it's overflow because 103138-65536=37602 But the calculation result is store in ULong variable Test Flowcode1.fcfx May be I did something wron...