Matt W1CDN
  • Joined on 2023-04-08
W1CDN merged pull request W1CDN/vulpes#53 2023-10-01 11:29:23 -05:00
Add option to set up for wifi or AP on compile
W1CDN closed issue W1CDN/vulpes#22 2023-10-01 11:29:23 -05:00
Option at top of program to set up on network vs as access point
W1CDN commented on issue W1CDN/vulpes#50 2023-10-01 11:24:24 -05:00
RTC not keeping time

Checked after several days, time is still fine. If/when I build more, will have to see if the charging circuit removal is needed or not.

W1CDN commented on pull request W1CDN/vulpes#53 2023-09-27 20:58:27 -05:00
Add option to set up for wifi or AP on compile

Looking pretty good.

W1CDN opened issue W1CDN/vulpes#55 2023-09-27 20:57:43 -05:00
If existing wireless network, report IP address to user somehow other than serial connection
W1CDN commented on pull request W1CDN/vulpes#53 2023-09-27 20:42:40 -05:00
Add option to set up for wifi or AP on compile

I think I got "default to AP" set up, but the "reset in code" method seems to be "crash the device." It is working, though.

W1CDN commented on pull request W1CDN/vulpes#53 2023-09-26 21:00:30 -05:00
Add option to set up for wifi or AP on compile

Decent progress on #54 tonight. Yet to do:

  • have form button reboot device
  • if existing wireless network, report IP address to user somehow other than serial connection
    • flash…
W1CDN opened issue W1CDN/vulpes#54 2023-09-25 21:51:40 -05:00
Switch wifi/AP on webform
W1CDN commented on pull request W1CDN/vulpes#53 2023-09-25 21:48:34 -05:00
Add option to set up for wifi or AP on compile

I guess I should address these:

src/main.cpp: In function 'void setup()':
src/main.cpp:361:18: warning: comparison with string literal results in unspecified behaviour [-Waddress]
   if…
W1CDN commented on pull request W1CDN/vulpes#53 2023-09-25 21:47:26 -05:00
Add option to set up for wifi or AP on compile

I'm not going to individually number each device. If needed, they can be plugged in one by one to distinguish them.

W1CDN commented on issue W1CDN/vulpes#18 2023-09-25 21:45:53 -05:00
Figure out how to power this thing.

To be clear, this is about adding a VIN connection to #40. It's easy to do 5V on a USB battery pack, but might be easier in some cases to run off 9/12V if you are also running a transmitter from…

W1CDN commented on issue W1CDN/vulpes#35 2023-09-25 21:43:31 -05:00
Make it clear in UI that start time only matters once continuous is switched on

Closing because some text is there now; if anything this is part of #37.

W1CDN closed issue W1CDN/vulpes#35 2023-09-25 21:43:31 -05:00
Make it clear in UI that start time only matters once continuous is switched on
W1CDN commented on issue W1CDN/vulpes#26 2023-09-25 21:41:06 -05:00
Handle DST

This might be handled already because of local time in the browser.

W1CDN created pull request W1CDN/vulpes#53 2023-09-25 21:38:09 -05:00
Add option to set up for wifi or AP on compile
W1CDN deleted branch rtc-fix01 from W1CDN/vulpes 2023-09-25 21:15:04 -05:00
W1CDN pushed to main at W1CDN/vulpes 2023-09-25 21:14:58 -05:00
e942576fd8 Merge pull request 'Make sure RTC is counting time on battery' (#51) from rtc-fix01 into main
c14215d42f Wait for RTC before querying on boot.
99f6ebfe93 Add delay before reading RTC.
Compare 3 commits »
W1CDN merged pull request W1CDN/vulpes#51 2023-09-25 21:14:58 -05:00
Make sure RTC is counting time on battery
W1CDN closed issue W1CDN/vulpes#50 2023-09-25 21:14:58 -05:00
RTC not keeping time
W1CDN commented on pull request W1CDN/vulpes#51 2023-09-25 21:14:51 -05:00
Make sure RTC is counting time on battery

It's been a few days and the RTC still has the right time. Merging and moving on for now.