Matt W1CDN
  • Joined on 2023-04-08
W1CDN commented on pull request W1CDN/vulpes#12 2023-08-31 21:36:41 -05:00
Webform switch between continuous and cycle sending

Had it working, and then tried to add a message selector and placeholder for WPM setting. Now some of the files fail to write.

W1CDN closed issue W1CDN/vulpes#13 2023-08-31 13:57:33 -05:00
Confirm works with relay on gpio
W1CDN opened issue W1CDN/vulpes#13 2023-08-31 13:57:29 -05:00
Confirm works with relay on gpio
W1CDN commented on pull request W1CDN/vulpes#12 2023-08-31 11:53:00 -05:00
Webform switch between continuous and cycle sending

Got that to work.

Probably need a setting for "off," huh?

W1CDN opened issue W1CDN/vulpes#11 2023-08-31 11:22:03 -05:00
Check input type on webform submit
W1CDN opened issue W1CDN/vulpes#6 2023-08-31 09:13:26 -05:00
Write default values to files
W1CDN commented on pull request W1CDN/vulpes#5 2023-08-31 09:12:26 -05:00
Group inputs into one webform

I think it is working again. Last night I decided that I should be using global variables rather than reading from files every iteration of loop().

W1CDN commented on pull request W1CDN/vulpes#5 2023-08-30 23:48:23 -05:00
Group inputs into one webform

Was getting error: can't read source directory *** [.pio/build/esp32doit-devkit-v1/spiffs.bin] Error 1 but when I manually create the data folder, then "Build Filesystem Image" and "Upload…

W1CDN commented on pull request W1CDN/vulpes#5 2023-08-30 23:28:07 -05:00
Group inputs into one webform

Well, I was having issues with the LED not following webform entry again, so I pushed "Erase Flash" and now having problems with SPIFFS. Time to hang it up for tonight.

W1CDN commented on pull request W1CDN/vulpes#5 2023-08-30 22:59:11 -05:00
Group inputs into one webform

This is going OK, although I'm having a hard time getting the "send continuously" option to work with a checkbox or radio button instead of a text entry.

W1CDN created pull request W1CDN/vulpes#5 2023-08-30 22:12:39 -05:00
Group inputs into one webform
W1CDN commented on issue W1CDN/vulpes#4 2023-08-30 22:06:38 -05:00
Set timer to start and stop program

This issue has gotten a bit muddled, but I will note that as of 39779713415f553833cc20805401087171900b2a, I can control whether a gpio/LED is sending a Morse message or not from the web UI.

W1CDN commented on issue W1CDN/vulpes#4 2023-08-29 22:01:22 -05:00
Set timer to start and stop program

JLED looks like a winner! I can start and stop sending midstream from the webui.

W1CDN commented on issue W1CDN/vulpes#4 2023-08-29 21:00:57 -05:00
Set timer to start and stop program

Errors in arduinomorse: image

W1CDN commented on issue W1CDN/vulpes#4 2023-08-29 20:28:01 -05:00
Set timer to start and stop program

Found a bunch I couldn't make work.

Telegraph works, but uses delay().

W1CDN commented on issue W1CDN/vulpes#4 2023-08-29 15:11:34 -05:00
Set timer to start and stop program

Maybe stop trying to reinvent the wheel.

W1CDN commented on issue W1CDN/aprs_tool#37 2023-08-29 11:39:49 -05:00
KISS connection seems unstable

Left it running since Saturday and now it appears to have been working? Weird.

image

W1CDN commented on issue W1CDN/vulpes#4 2023-08-28 14:20:55 -05:00
Set timer to start and stop program

To summarize, there are a few places where timers are needed:

  • to start/stop sending at the beginning/end of the event
  • to start/stop sending at the beginning of the "on" cycle
  • to…
W1CDN commented on issue W1CDN/vulpes#4 2023-08-27 22:33:43 -05:00
Set timer to start and stop program

I wrote some code and then tested it. The problem with arduino-timer is that it (as it is supposed to) doesn't block, or at least I can't make it.

Here is an idea: https://github.com/contrem/ard…

W1CDN commented on pull request W1CDN/aprs_tool#38 2023-08-26 19:35:20 -05:00
Handle breaking errors in kiss_and_db.py

Doesn't seem like test_async.py is picking up anything from dw, even though dw reports the connection.