Key radio #3

Closed
opened 2023-08-22 13:14:50 -05:00 by W1CDN · 2 comments
Owner
  • Get the basics of radio signaling (for now, LED blinking) copied over from esp32-webserver.ino.
  • Tie basic keying to input from webform
- Get the basics of radio signaling (for now, LED blinking) copied over from `esp32-webserver.ino`. - Tie basic keying to input from webform
W1CDN added the
enhancement
label 2023-08-22 13:14:50 -05:00
Author
Owner

Very basic set up at 76ef0b129f.

Very basic set up at https://amiok.net/gitea/W1CDN/vulpes/commit/76ef0b129fb39c4e67025f416c229abf50f2e0bb.
Author
Owner

Oh, I see now why this is hard. Need to do stuff without delay() so the webserver can continue to operate.

Need something like this: https://www.arduino.cc/reference/en/libraries/arduino-timer/

Need to be able to interrupt the controller so you can get web access again.

EDIT: No, loop() should be able to handle things separately from the async webserver. There might just be a delay if it's in a transmit cycle. Need to set up the internal timer to be something like "in four minutes" rather than delay(4*60*1000).

Oh, I see now why this is hard. Need to do stuff without `delay()` so the webserver can continue to operate. Need something like this: https://www.arduino.cc/reference/en/libraries/arduino-timer/ Need to be able to interrupt the controller so you can get web access again. EDIT: No, `loop()` should be able to handle things separately from the async webserver. There might just be a delay if it's in a transmit cycle. Need to set up the internal timer to be something like "in four minutes" rather than `delay(4*60*1000)`.
W1CDN closed this issue 2023-09-04 20:38:44 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: W1CDN/vulpes#3
No description provided.