Search found 394 matches

by LeighM
Tue Jan 12, 2021 4:11 pm
Forum: Feature Requests
Topic: ESP32 UART RXINT interrupt is missing
Replies: 6
Views: 4041

Re: ESP32 UART RXINT interrupt is missing

UART Rx interrupt is now done, it will be available from the auto update system sometime soon

Note that UART receive is buffered, so interrupt is not as necessary on ESP32 as other (non-RTOS) devices
by LeighM
Tue Jan 12, 2021 9:05 am
Forum: Bug Reports
Topic: Network Comms not supported with WLAN ESP32
Replies: 10
Views: 6532

Re: Network Comms not supported with WLAN ESP32

The original errors have now been fixed.
The above work-around is no longer required.
by LeighM
Fri Jan 08, 2021 11:40 am
Forum: Bug Reports
Topic: esp_event_loop.h is deprecated
Replies: 2
Views: 2397

Re: esp_event_loop.h is deprecated

Hi The deprecated warning message is not a problem. Looks like the issue might be to do with the WS2812 component. Could you post your project file to help identify the issue? btw. If the RGB LED WS2812 requires accurate IO timing, the ESP32 RTOS based devices might not be the ideal candidate. We ar...
by LeighM
Wed Jan 06, 2021 9:30 am
Forum: General
Topic: ESP wroom 32 wifi
Replies: 8
Views: 4696

Re: ESP wroom 32 wifi

Hi,
I've now fixed this and should be available on the update system soon
by LeighM
Mon Jan 04, 2021 3:47 pm
Forum: Bug Reports
Topic: Wrong delay when use "delay ms" ESP32
Replies: 42
Views: 20660

Re: Wrong delay when use "delay ms" ESP32

This is due to the fact that the delay_mS resolution is limited by the RTOS tick period.
(RTOS has some advantages, some disadvantages :D

delay_uS does not allow other tasks to run, it just consumes CPU cycles
by LeighM
Mon Jan 04, 2021 2:21 pm
Forum: Bug Reports
Topic: Flowkit 2 and Ghost EB006V)
Replies: 12
Views: 6887

Re: Flowkit 2 and Ghost EB006V)

OK, thanks, and also, sorry, just to be clear ...
Does Ghost ICD work on the EB006 with PIC25K22/26K22 program, or not?
by LeighM
Mon Jan 04, 2021 11:28 am
Forum: Bug Reports
Topic: Flowkit 2 and Ghost EB006V)
Replies: 12
Views: 6887

Re: Flowkit 2 and Ghost EB006V)

Does the program run OK without Ghost?
e.g. add LED flash?
by LeighM
Mon Jan 04, 2021 10:45 am
Forum: Bug Reports
Topic: Flowkit 2 and Ghost EB006V)
Replies: 12
Views: 6887

Re: Flowkit 2 and Ghost EB006V)

OK, thanks. That popup usually means that the Ghost and the target device are not in communication with each other. So EB006 does not work, and Flowkit v2 does not work? Did the same project ICD/Ghost work with V8? EB006 and Flowkit? Have you got the ICD clock and data pin set in ICD settings? Any f...
by LeighM
Mon Jan 04, 2021 8:37 am
Forum: Bug Reports
Topic: Flowkit 2 and Ghost EB006V)
Replies: 12
Views: 6887

Re: Flowkit 2 and Ghost EB006V)

Can I ask why you are using EB006 and Flowkit v2?
If both are plugged into USB/PC I think Flowcode is going to get confused as to which you are using for Ghost.
btw, Which version of Flowkit v2 are you using? HP6012 Arduino or HP6031 Stand alone?
by LeighM
Sun Dec 27, 2020 10:45 pm
Forum: General
Topic: ESP32 Compile issue on Flowcode 9
Replies: 10
Views: 6764

Re: ESP32 Compile issue on Flowcode 9

As Martin's post, this looks like a programming port issue, and as he mentioned earlier, please read and follow the post in the link below very carefully with regard to the project options screen ...
viewtopic.php?p=57#p57