-
Per #260 I2C will be needed. Either update a sharable SPI/I2C on the USC_xB port shared with the SPI SRAM or bit-bang I2C.
-
This project will use the style of test driven development (TDD). [This website](http://www.diveintopython3.net/unit-testing.html) explains it well.
- Define tests of functions prior to writing fun…
-
## Summary
After installing faraday-proxy you must configure the `proxy.ini` file with a `faraday-proxy --init-config` and then run `faraday-proxy --callsign xxx --nodeid x --port xxx`. If one just i…
-
In most cases this is only an issue if you configure Faraday to update over UART with a long interval ( >5 seconds could get annoying). The symptoms are:
- Proxy will respond with an error saying t…
-
## Summary
I started from a fresh `...\etc\faraday` folder and pip installed faraday. I found that proxy ran successfully but when trying to initialize and run faraday-telemetry the program could not…
-
## Summary
Due to the PR: https://github.com/FaradayRF/Faraday-Firmware/pull/77
The device configuration package needs an update to allow configuration of this GREEN LED bit within the config boot…
-
## Summary
APRS application will fail with an ERRNO 10054 when network connections are lost and it tries to send telemetry packets to APRS-IS. This should fail gracefully and automatically reconnect …
-
## Summary
@kb1lqd is still [reporting](https://github.com/FaradayRF/Faraday-Software/pull/222#discussion_r125405271) that this issue exists. It's being reported on line [626 of telemetry.py](https:/…
-
## Summary
Add an error detection and correction functionality to the Hermes messaging application (i.e. automatic repeat-request: ARQ). This addition should ensure that packets/messages that are cor…
-
## Summary
Per Faraday-Software #270 testing it became apparent that Faraday-Telemetry on a Raspberry Pi Model 3 would not start. This appears to be because the database is locked. However this same …