Skip to content

Commit 224a51e

Browse files
committed
Added tasks to readme
1 parent 50087a9 commit 224a51e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# ESP32 BLE Real-time Variometer
22
### Accelerometer & Baromectric Variometer implemented on ESP32 Dev Board using C++
3-
Goal is to build an open source variometer that can compete with comercial options to provide real time feedback for free flight pilots.
3+
Goal is to build an open source variometer that can compete with commercial options to provide real time feedback for free flight pilots.
4+
5+
## Todo:
6+
- [ ] Refractor code base to remove "magic numbers"
7+
- [ ] Add other NMEA sentence options
8+
- [x] Intergrate with iOS over BLE
9+
- [ ] Flight test with XCTracer to compare data
10+
- [ ] Compile binary for release
11+
- [ ] Release circuit diagram
12+
413

5-
## Things to note:
6-
- Currently a work in progress, feel free to make a pull request.
7-
- Feel free to contact me with any questions
814
## License
915

1016
MIT

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define CA 0.5
1919
#define ACCEL_THRESHOLD 0.1
2020
#define BAUD 9600
21-
#define SAMPLING_RATE 25 // 20HZ
21+
#define SAMPLING_RATE 25 // 40HZ
2222
#define SERVICE_UUID "4fafc201-1fb5-459e-8fcc-c5c9c331914b"
2323
#define CHARACTERISTIC_UUID "beb5483e-36e1-4688-b7f5-ea07361b26a8"
2424

0 commit comments

Comments
 (0)