Commit Graph

  • 4d5b968cdb Removed unused and commented out code. space_reduction Jake Goodwin 2024-10-06 12:54:38 -0700
  • 6374bbf01f Removed all other sensors and libraries besides needed for MVP Jake Goodwin 2024-10-06 12:48:05 -0700
  • 90baed96e3 restructured worktree for arduino IDE compat Jake Goodwin 2024-10-06 12:46:24 -0700
  • 2db3af1928 Removed `updateLEDs()` function Jake Goodwin 2024-10-06 12:20:05 -0700
  • 508522a2b7 Removed includes and serial debugging statments. Jake Goodwin 2024-10-06 12:18:26 -0700
  • 9f8982f60c fixed up the placement of the direction indicator main jakeg00dwin 2024-10-04 16:35:25 -0700
  • 6c0e016c20 removed refence to struct, using globals instead. jakeg00dwin 2024-10-04 16:26:43 -0700
  • dd35358e67 fixed old consts jakeg00dwin 2024-10-04 16:23:32 -0700
  • c8ba39d3bb updated the constants/defines used as parameters. jakeg00dwin 2024-10-04 16:20:28 -0700
  • fa01a20576 Updated the display helper functions, Tested display location to ensure text isn't cut off. jakeg00dwin 2024-10-04 16:16:11 -0700
  • 0d506bc2f1 removed now redundant code(GPS lines in loop func). jakeg00dwin 2024-10-04 03:02:28 -0700
  • 37664251df Extracted GPS handling into helper function that allows error propagation jakeg00dwin 2024-10-04 02:57:45 -0700
  • 14f6f68eaa Added debugging statements and put the new functions into the loop jakeg00dwin 2024-10-04 02:51:44 -0700
  • 5ecbbceeb9 Defined functions for display updates. Jake Goodwin 2024-10-01 19:28:25 -0700
  • bf87fc9cb4 Added note on device use Jake Goodwin 2024-10-01 19:27:32 -0700
  • 7386e12fb8 Added helper functions for the display Jake Goodwin 2024-10-01 19:15:35 -0700
  • 0aebbf09dd updated the symlink. Jake Goodwin 2024-10-01 17:27:52 -0700
  • 763e70dbd5 Renamed source file for consistency Jake Goodwin 2024-10-01 17:27:13 -0700
  • 1af6862380 changed headerguard Jake Goodwin 2024-10-01 17:25:56 -0700
  • 59bd150ad0 changed taregt for main Jake Goodwin 2024-10-01 17:24:30 -0700
  • 600cdf88c5 changed the cmake project name Jake Goodwin 2024-10-01 17:24:00 -0700
  • aaa2a2d16a Changed the included directories Jake Goodwin 2024-10-01 17:22:08 -0700
  • 03e9cf49d6 Added flags Jake Goodwin 2024-10-01 17:21:37 -0700
  • 544a29f705 Added code tested with radio modules. jakeg00dwin 2024-09-27 16:21:55 -0700
  • ac4666a633 Added some common micro-controller sections. Also added a define for number of retries for functions. jakeg00dwin 2024-09-27 16:21:36 -0700
  • 076cc73941 Updated with radio schemes. jakeg00dwin 2024-09-26 17:16:47 -0700
  • b49645e82c Updated to follow new header define scheme. jakeg00dwin 2024-09-26 17:10:41 -0700
  • 5634999429 Changed the header's define names for the module from `RF95` --> `RF9X` jakeg00dwin 2024-09-26 17:10:33 -0700
  • e83ae45db3 Added instructions for configuring project hardware. jakeg00dwin 2024-09-26 16:59:43 -0700
  • 24cfd27402 Updated instructions for systems that don't use symlinks. jakeg00dwin 2024-09-26 16:56:56 -0700
  • c92d459809 Added clarifying comment of inclusion of `RH_RF95.h` jakeg00dwin 2024-09-26 16:53:33 -0700
  • 51a7c206c6 Removed header include statment for now. jakeg00dwin 2024-09-26 16:52:29 -0700
  • 88c22ee457 moved the gps baud rate magic number into header as a define. jakeg00dwin 2024-09-26 16:51:51 -0700
  • 3f45a4f789 Moved magic numbers into header jakeg00dwin 2024-09-26 16:48:39 -0700
  • 07c2ee4b6d Moved the defines and board specific data into the header jakeg00dwin 2024-09-26 16:45:08 -0700
  • cfa740209f Changed C radio source to CPP jakeg00dwin 2024-09-26 16:37:58 -0700
  • 2f9fb1202d Changed project to make use of symlinks for the INO file. jakeg00dwin 2024-09-26 16:37:36 -0700
  • ec1e504edf Added header guards to board_config.h file. jakeg00dwin 2024-09-26 16:37:14 -0700
  • bbc4e4597d Added empty test for the Radio module. jakeg00dwin 2024-09-26 16:22:25 -0700
  • d534b1bd56 Added module `Radio` to the repo. jakeg00dwin 2024-09-26 16:22:14 -0700
  • 5564f1178e changed source into --> `src/multi-tracker.ino` jakeg00dwin 2024-09-26 16:20:11 -0700
  • 1eee1f09bb Modified the structure for use as message standard, also added some more helper functions. jakeg00dwin 2024-09-25 13:38:40 -0700
  • 41afd00ca1 Added function to initialize radio module along with defines for settings limits. jakeg00dwin 2024-09-25 11:32:50 -0700
  • ad48a00b03 Included the header for the radiohead library. Also added define statments for radio modules pins. jakeg00dwin 2024-09-25 11:14:12 -0700
  • b054ca3821 Added a section for tracking dependencies. Also added instructions for using arduino IDE to program it. jakeg00dwin 2024-09-25 11:13:42 -0700
  • 6aa800ddc2 Added a section for tracking useful resources jakeg00dwin 2024-09-24 14:37:32 -0700
  • 7fbb685e30 Updated the readme with instructions and details. jakeg00dwin 2024-09-24 14:22:46 -0700
  • 0217a13b1d Added the source code from the client to root dir. jakeg00dwin 2024-09-24 14:08:41 -0700
  • 9ade3dcbe5 Added some basic outline to the readme file. jakeg00dwin 2024-09-24 14:07:09 -0700
  • 12a07e1371 Updated Doxygen config file to also read *.ino files. Changed name to be project/repo name. jakeg00dwin 2024-09-24 14:06:59 -0700
  • 91d6247b9a Initial commit Jake Goodwin 2024-09-24 20:59:20 +0000