Jake Goodwin jakegoodwin
  • Oregon
  • https://gorge.works
  • Software/Firmware developer:

    Languages of choice: C, Rust, sh and bash, python, AVR assembly/Risc-V assembly

    Editors: Vim, Hx(Helix), vscode(Open source version)

    CLI Tools: Links, Tmux, grep/ripgrep, git

  • Joined on 2022-12-13
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-09-25 18:09:10 +00:00
ad48a00b03 Included the header for the radiohead library. Also added define statments for radio modules pins.
b054ca3821 Added a section for tracking dependencies. Also added instructions for using arduino IDE to program it.
Compare 2 commits »
jakegoodwin opened issue jakegoodwin/multi-tracker#4 2024-09-25 18:03:49 +00:00
[FEAT] Add ID structure/var to the program
jakegoodwin opened issue jakegoodwin/multi-tracker#3 2024-09-25 17:51:14 +00:00
[DOC] Add diagrams of the adafruit feather's
jakegoodwin opened issue jakegoodwin/multi-tracker#2 2024-09-25 17:49:37 +00:00
[FEAT] Define LoRa pins
jakegoodwin commented on issue jakegoodwin/multi-tracker#1 2024-09-25 17:46:10 +00:00
[FEAT] Add LoRa Library to project.

Okay the name also changes if you look at the product page. On there they list it as the SX1276

jakegoodwin commented on issue jakegoodwin/multi-tracker#1 2024-09-25 17:44:47 +00:00
[FEAT] Add LoRa Library to project.

The module is actually an older unit called the SX1272. The other variant I believe is general feather documentation.

jakegoodwin opened issue jakegoodwin/multi-tracker#1 2024-09-25 17:40:38 +00:00
[FEAT] Add LoRa Library to project.
jakegoodwin pushed tag v1.1.0 to client_code_fg004/thermostat 2024-09-24 23:52:32 +00:00
jakegoodwin released v1.1.0 at client_code_fg004/thermostat 2024-09-24 23:52:32 +00:00
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-09-24 23:51:01 +00:00
156dfb6e09 changed to do ZCD inside the main loop.
f55dd8165a MPLABX
Compare 2 commits »
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-09-24 23:09:42 +00:00
37c38bf25d white space
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-09-24 21:32:29 +00:00
6aa800ddc2 Added a section for tracking useful resources
jakegoodwin pushed tag v1.1.1 to client_code_fg004/Low 2024-09-24 16:40:50 +00:00
jakegoodwin released v1.1.1 at client_code_fg004/Low 2024-09-24 16:40:50 +00:00
jakegoodwin pushed to main at client_code_fg004/Low 2024-09-24 16:39:30 +00:00
004f8f3bb5 Added tests for the changed load module.
0287c67281 Changed the load.h and load.c files for better documentation and differnt threshold values.
Compare 2 commits »
jakegoodwin pushed tag v1.2.1 to client_code_fg004/High 2024-09-24 16:33:33 +00:00
jakegoodwin released v1.2.1 at client_code_fg004/High 2024-09-24 16:33:33 +00:00
jakegoodwin pushed to main at client_code_fg004/High 2024-09-24 16:31:58 +00:00
ac94fdc304 Added tests that account for new threshold values.
2200e58002 Changed the duplicated setup of expectations into the setup and teardown functions.
1761ea38d9 Extracted duplicated code for ADC. Added new helper functions.
5df1d549bd Added function signiture and documentation for it.
Compare 4 commits »
jakegoodwin pushed to main at client_code_fg004/High 2024-09-24 16:18:06 +00:00
854f163556 changed the low and high threshold values used in the load.c file. Also added documentatin for functions and removed some unused code.
jakegoodwin pushed to main at client_code_fg004/High 2024-09-21 01:16:01 +00:00
cbede38910 Removed magic numbers in load.c for the defines in header.