PubInv / krake

A wireless alarm device which makes loud noises and flashes lights to alert a human
GNU Affero General Public License v3.0
0 stars 2 forks source link

KRAKE Operation With OUT WiFi Connection #72

Closed ForrestErickson closed 5 days ago

ForrestErickson commented 1 week ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want the Krake to operate off of USB (Serial input) and SPI input. However the WiFi () connect in the setup() of GPAD_API version 0.13 blocks ALL operation if there is no WiFi.

Describe the solution you'd like A clear and concise description of what you want to happen. The KRAKE should operate with out WiFi. When WiFi becomes available it should connect to the SSID and PW (or to the strongest signal in a list of SSID and PW) and then the MQTT subscriptions should be processed just as Serial and SPI.

ForrestErickson commented 5 days ago

As of GPAD_API version 0.19 operation with out WiFi seams to be working.

Here is a Serial Monitor report as Lee turned of the WiFi router power and then was able to see the loss of WiFi connection and IP address. The device responded the the "h" command The device responded to the alarm message; "a5Mesage from serial" as expected. image

Closing as finished.

CC: @nk25719