data_anal // Python scripts to visualize the data saved onto the SD Card
documentation/ // Code and exampled provided by board manufacturer
lib/ // 3rd party libraries used in the project
src/ // Code that will be compiled into the board
utils/ // Temp util scripts used for one off-tasks
.gitignore // Files not version controled or uploaded
platformio.ini // All the config files for the project
README // You are here
Lamprey2 4 inch Absolute Encoder https://andymark.com/products/lamprey2-4-inch-absolute-encoder
T-SIM7600 G https://lilygo.cc/products/t-sim7600?srsltid=AfmBOopLbeYthMUjgtjAevXpP0CD4M320Slv0AcwBLF6oIEhXQ9-Jndp
SD card any brand, pick fast write speed option. 8Gb+
TODO: Viz this, for now follow pin numbers on utilites.h
- figure out how to connect board to american cel network & start publishing data to desktop live via MQTT
- push encoder data to buffer via interrupts so data isn't lost while the board is pushing buffer to SD card 2.b You could in theory use one core of the esp to read encoder and one to push to SD card
- (optional) Draw a cute lil speedometer on the LCD screen
- record accelerometer data
- seperate encoder stuff into a seperate class for better code org
- record GPS data to reconstruct bike travel path and speed at each point for sick ass diagrams
- write a setup guide