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-27 00:11:42 +00:00
076cc73941 Updated with radio schemes.
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-09-27 00:05:34 +00:00
b49645e82c Updated to follow new header define scheme.
5634999429 Changed the header's define names for the module from `RF95` --> `RF9X`
Compare 2 commits »
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-09-26 23:54:36 +00:00
e83ae45db3 Added instructions for configuring project hardware.
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-09-26 23:51:51 +00:00
24cfd27402 Updated instructions for systems that don't use symlinks.
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-09-26 23:48:28 +00:00
c92d459809 Added clarifying comment of inclusion of `RH_RF95.h`
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-09-26 23:47:24 +00:00
51a7c206c6 Removed header include statment for now.
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-09-26 23:46:45 +00:00
88c22ee457 moved the gps baud rate magic number into header as a define.
3f45a4f789 Moved magic numbers into header
07c2ee4b6d Moved the defines and board specific data into the header
cfa740209f Changed C radio source to CPP
2f9fb1202d Changed project to make use of symlinks for the INO file.
Compare 9 commits »
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-09-25 20:33:36 +00:00
1eee1f09bb Modified the structure for use as message standard, also added some more helper functions.
jakegoodwin pushed to main at jakegoodwin/multi-tracker 2024-09-25 18:27:46 +00:00
41afd00ca1 Added function to initialize radio module along with defines for settings limits.
jakegoodwin commented on issue jakegoodwin/multi-tracker#1 2024-09-25 18:10:30 +00:00
[FEAT] Add LoRa Library to project.

The library has been added to dependencies and included in the ino file.

jakegoodwin closed issue jakegoodwin/multi-tracker#1 2024-09-25 18:10:30 +00:00
[FEAT] Add LoRa Library to project.
jakegoodwin commented on issue jakegoodwin/multi-tracker#2 2024-09-25 18:09:23 +00:00
[FEAT] Define LoRa pins

These have been defined in the latest push to main.

jakegoodwin closed issue jakegoodwin/multi-tracker#2 2024-09-25 18:09:23 +00:00
[FEAT] Define LoRa pins
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.