Search found 1627 matches

by chipfryer27
Wed Jan 21, 2026 7:58 pm
Forum: General
Topic: Implementing a non blocking delay
Replies: 17
Views: 502

Re: Implementing a non blocking delay

Hi

You only need to initialse the Timer Interrupt once, before the Main loop. No need to keep initialising/disabling it.

I'll reply more later (assuming nobody else jumps in) as I'm pushed for time just now.

Regards
by chipfryer27
Tue Jan 20, 2026 6:28 pm
Forum: General
Topic: Implementing a non blocking delay
Replies: 17
Views: 502

Re: Implementing a non blocking delay

Hi

OK, it was just a thought but as you have one-shot then implementing a timed period based on your trigger is quite straight forward.

Regards
by chipfryer27
Tue Jan 20, 2026 6:14 pm
Forum: Bug Reports
Topic: Generating extended debugging information after a crash
Replies: 3
Views: 23097

Re: Generating extended debugging information after a crash

Hi Steve

I expanded but the "Create Dump" option is grey'd out

Iain
by chipfryer27
Tue Jan 20, 2026 6:04 pm
Forum: General
Topic: Implementing a non blocking delay
Replies: 17
Views: 502

Re: Implementing a non blocking delay

Hi

I should have a bit more time tomorrow so could possibly assist further. Is your trigger a one-shot or can it go high numerous times during the time-frame?

Could you perhaps use PortB for trigger and Port A for delayed output? I ask as PortB has IOC which would make things a lot easier.

Regards
by chipfryer27
Tue Jan 20, 2026 5:38 pm
Forum: General
Topic: Implementing a non blocking delay
Replies: 17
Views: 502

Re: Implementing a non blocking delay

Hi I am a bit rushed just now but have converted your v4 to a file that can be opened in v9/10/11. I don't really have time to look for a machine with v4 but strongly recommend upgrading to latest. It has far more features and is more user friendly. Without access to v4 I can't show you any examples...
by chipfryer27
Tue Jan 20, 2026 4:37 pm
Forum: General
Topic: Connecting and reading data from api.open-meteo.com
Replies: 6
Views: 150

Re: Connecting and reading data from api.open-meteo.com

Hi

I have used the Network Comms component with the ESP32 (couple of versions) without any issue. I have just checked and can connect using both address and URL (note neither are in inverted commas).

I check that it connects before proceeding further.

Regards
by chipfryer27
Tue Jan 20, 2026 3:40 am
Forum: General
Topic: Connecting and reading data from api.open-meteo.com
Replies: 6
Views: 150

Re: Connecting and reading data from api.open-meteo.com

Hi Further to above you seem to be sending out "debug" info over UART2 After you open a socket you send out "Connecting" then attempt to connect using NetworkComms1. If you the sent out the value of "socket" over UART2 immediately after, you would get notification of su...
by chipfryer27
Mon Jan 19, 2026 9:40 pm
Forum: General
Topic: Connecting and reading data from api.open-meteo.com
Replies: 6
Views: 150

Re: Connecting and reading data from api.open-meteo.com

Hi From looking at your chart I assume you have issue when the Network Comms component tries to connect. If that fails it won't matter what your api string consists of. I might be wrong as it has been a while since I last used, but I'm pretty certain you don't need to include "HTTP://" in ...
by chipfryer27
Mon Jan 19, 2026 6:51 am
Forum: App Developer
Topic: Information on App developer projects
Replies: 12
Views: 711

Re: Information on App developer projects

Hi Bob

Most of the ESPs have used have three UARTs with 0 being the USB, which is handy for sending out debugging messages. Obviously if you have a terminal program using the port you need to disconnect before FC can program.

Nice layout.

Regards