Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on issue W1CDN/vulpes#8 2023-09-15 16:48:13 -05:00
Figure out sending program options

Some of these are filled in with #24, but WPM and custom message need to be added.

W1CDN deleted branch arduinomorse from W1CDN/vulpes 2023-09-15 16:36:02 -05:00
W1CDN pushed to program-cycle at W1CDN/vulpes 2023-09-15 16:35:55 -05:00
a93498ac84 Merge pull request 'Use arduinomorse instead of Jled' (#38) from arduinomorse into program-cycle
6c1a718a98 Do the math right on cycle timing.
4380a56055 Shelve.
f5aa43ef76 Clean out old Jled and arduino-timer code.
c8f9d823da Add back ability to send continuously.
Compare 10 commits »
W1CDN merged pull request W1CDN/vulpes#38 2023-09-15 16:35:54 -05:00
Use arduinomorse instead of Jled
W1CDN opened issue W1CDN/vulpes#42 2023-09-15 16:35:24 -05:00
Prevent user from inputting larger cycle ID than number of transmitters
W1CDN opened issue W1CDN/vulpes#41 2023-09-15 16:34:26 -05:00
Why (if true) are cycles starting ~1s late?
W1CDN opened issue W1CDN/vulpes#40 2023-09-15 15:30:42 -05:00
Design board
W1CDN commented on issue W1CDN/vulpes#39 2023-09-15 15:20:01 -05:00
Enable OTA updates

How to easily upload without platform.io?

W1CDN commented on pull request W1CDN/vulpes#24 2023-09-15 12:47:23 -05:00
Set up scheduled program cycles
  • [] Once #38 is merged here, need to wire up keyer in addition to blinker.
W1CDN opened issue W1CDN/vulpes#39 2023-09-15 12:43:51 -05:00
Enable OTA updates
W1CDN commented on pull request W1CDN/vulpes#38 2023-09-15 12:23:35 -05:00
Use arduinomorse instead of Jled

Got it. Pumped for this.

  • eventually need to make sure user can't input larger cycle ID than number of transmitters
W1CDN commented on pull request W1CDN/vulpes#38 2023-09-14 21:02:11 -05:00
Use arduinomorse instead of Jled

Need to take a break, but this doesn't work if yourCycleID == 1, because there is no extra space at the beginning, so it shows up yourInputStepLength early. So I need to draw a picture of…

W1CDN commented on pull request W1CDN/vulpes#38 2023-09-14 20:46:16 -05:00
Use arduinomorse instead of Jled

Sending extra space at beginning and end because my math/logic isn't right.

W1CDN commented on pull request W1CDN/vulpes#38 2023-09-14 17:32:48 -05:00
Use arduinomorse instead of Jled

Woops, need to use a non-constant cycle ID and n transmitters.

Started on this, haven't committed yet. Need to shut down the sender when not using it.

W1CDN commented on pull request W1CDN/vulpes#38 2023-09-14 16:37:29 -05:00
Use arduinomorse instead of Jled

So cool. I wouldn't understand this if not for all the time with Jled, but it's a lot more nimble.

W1CDN commented on pull request W1CDN/vulpes#38 2023-09-14 16:04:14 -05:00
Use arduinomorse instead of Jled

RTC isn't keeping time, again.

W1CDN commented on pull request W1CDN/vulpes#38 2023-09-14 12:48:13 -05:00
Use arduinomorse instead of Jled

I did it without getting the duration, using millis(). It seems to start/end 1 second slow, though. Will figure that out next.

This has the bonus effect of sending right up until the end of…

W1CDN commented on pull request W1CDN/vulpes#38 2023-09-13 21:57:33 -05:00
Use arduinomorse instead of Jled

I can start on schedule and run forever, then stop by switching the program to off. Seems like a good place to stop.

Repeating n times seems like a for or while loop.

Waiting the right…

W1CDN commented on pull request W1CDN/vulpes#38 2023-09-13 21:35:52 -05:00
Use arduinomorse instead of Jled

I think Jled and arduinomorse were fighting for the gpio. I commented all the Jled stuff out and at least got one message out on startup.

W1CDN commented on pull request W1CDN/vulpes#38 2023-09-13 21:06:44 -05:00
Use arduinomorse instead of Jled

Ugh, I can't get it to send on cycle.

Maybe try continuous first?