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
Search found 1627 matches
- Wed Jan 21, 2026 7:58 pm
- Forum: General
- Topic: Implementing a non blocking delay
- Replies: 17
- Views: 502
- Wed Jan 21, 2026 11:25 am
- Forum: Feature Requests
- Topic: Integration with AI is very necessary.
- Replies: 1
- Views: 36
- 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
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
- 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
I expanded but the "Create Dump" option is grey'd out
Iain
- 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
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
- 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...
- 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
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
- 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...
- 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 ...
- 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
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