Commit Graph

28 Commits

Author SHA1 Message Date
jakeg00dwin 544a29f705 Added code tested with radio modules. 2024-09-27 16:21:55 -07:00
jakeg00dwin ac4666a633 Added some common micro-controller sections. Also added a define for number of retries for functions. 2024-09-27 16:21:36 -07:00
jakeg00dwin 076cc73941 Updated with radio schemes. 2024-09-26 17:16:47 -07:00
jakeg00dwin b49645e82c Updated to follow new header define scheme. 2024-09-26 17:10:41 -07:00
jakeg00dwin 5634999429 Changed the header's define names for the module from `RF95` --> `RF9X` 2024-09-26 17:10:33 -07:00
jakeg00dwin e83ae45db3 Added instructions for configuring project hardware. 2024-09-26 16:59:43 -07:00
jakeg00dwin 24cfd27402 Updated instructions for systems that don't use symlinks. 2024-09-26 16:56:56 -07:00
jakeg00dwin c92d459809 Added clarifying comment of inclusion of `RH_RF95.h` 2024-09-26 16:53:33 -07:00
jakeg00dwin 51a7c206c6 Removed header include statment for now. 2024-09-26 16:52:29 -07:00
jakeg00dwin 88c22ee457 moved the gps baud rate magic number into header as a define. 2024-09-26 16:51:51 -07:00
jakeg00dwin 3f45a4f789 Moved magic numbers into header 2024-09-26 16:48:39 -07:00
jakeg00dwin 07c2ee4b6d Moved the defines and board specific data into the header 2024-09-26 16:45:08 -07:00
jakeg00dwin cfa740209f Changed C radio source to CPP 2024-09-26 16:37:58 -07:00
jakeg00dwin 2f9fb1202d Changed project to make use of symlinks for the INO file. 2024-09-26 16:37:36 -07:00
jakeg00dwin ec1e504edf Added header guards to board_config.h file. 2024-09-26 16:37:14 -07:00
jakeg00dwin bbc4e4597d Added empty test for the Radio module. 2024-09-26 16:22:25 -07:00
jakeg00dwin d534b1bd56 Added module `Radio` to the repo. 2024-09-26 16:22:14 -07:00
jakeg00dwin 5564f1178e changed source into --> `src/multi-tracker.ino` 2024-09-26 16:20:11 -07:00
jakeg00dwin 1eee1f09bb Modified the structure for use as message standard, also added some more helper functions. 2024-09-25 13:38:40 -07:00
jakeg00dwin 41afd00ca1 Added function to initialize radio module along with defines for settings limits. 2024-09-25 11:32:50 -07:00
jakeg00dwin ad48a00b03 Included the header for the radiohead library. Also added define statments for radio modules pins. 2024-09-25 11:14:12 -07:00
jakeg00dwin b054ca3821 Added a section for tracking dependencies. Also added instructions for using arduino IDE to program it. 2024-09-25 11:13:42 -07:00
jakeg00dwin 6aa800ddc2 Added a section for tracking useful resources 2024-09-24 14:37:32 -07:00
jakeg00dwin 7fbb685e30 Updated the readme with instructions and details. 2024-09-24 14:22:46 -07:00
jakeg00dwin 0217a13b1d Added the source code from the client to root dir. 2024-09-24 14:08:41 -07:00
jakeg00dwin 9ade3dcbe5 Added some basic outline to the readme file. 2024-09-24 14:07:09 -07:00
jakeg00dwin 12a07e1371 Updated Doxygen config file to also read *.ino files. Changed name to be project/repo name. 2024-09-24 14:06:59 -07:00
Jake Goodwin 91d6247b9a Initial commit 2024-09-24 20:59:20 +00:00