https://github.com/lemariva/upybiketracker
https://github.com/lemariva/upybiketracker
bike-data data-logging esp32 lora micropython
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemariva/upybiketracker
- Owner: lemariva
- License: apache-2.0
- Created: 2018-09-29T11:12:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T14:42:31.000Z (over 7 years ago)
- Last Synced: 2025-03-27T08:48:13.400Z (about 1 year ago)
- Topics: bike-data, data-logging, esp32, lora, micropython
- Language: Python
- Homepage: https://lemariva.com/micropython
- Size: 1.49 MB
- Stars: 12
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uPyBikeTracker
## Main Hardware Components
| Part | Description | Qty |
|-:|-:|-:|
| [Wemos ESP32 Lora Board](https://www.banggood.com/2Pcs-Wemos-TTGO-LORA32-868915Mhz-ESP32-LoRa-OLED-0_96-Inch-Blue-Display-p-1239769.html?p=QW0903761303201409LG) | ESP32 + SSD1306 + SX1276 + CP2102| x1 |
| [GPS NEO7M](https://www.banggood.com/Ublox-NEO-7M-Flight-Controller-GPS-Module-Built-in-Data-Memory-p-973621.html?p=QW0903761303201409LG) / [GPS NEO6M](https://www.banggood.com/GY-NEO6MV2-New-NEO-6M-GPS-Module-NEO6MV2-with-Flight-Control-EEPROM-MWC-APM2_5-Large-Antenna-p-1348935.html?p=QW0903761303201409LG) | GPS Module| x1|
|[MPU9250/5](https://www.banggood.com/MPU-9250-GY-9250-9-Axis-Sensor-Module-I2C-SPI-Communication-Board-For-Arduino-p-1227241.html?p=QW0903761303201409LG)| IMU 10DOF Sensor| x1 |
|[IRLML2502](https://www.ebay.de/itm/20PCS-IRLML2502-ORIGINAL-MOSFET-N-CH-20V-4-2A-SOT-23-/162711066575) | MOSFETs | x4 |
|[BME280](https://www.banggood.com/CJMCU-280E-BME280-High-Precision-Atmospheric-Pressure-Sensor-For-Arduino-p-1103115.html?p=QW0903761303201409LG)| Atmospheric Pressure Sensor| x 1|
|[BQ27510-G3](http://www.ti.com/product/bq27510-g3/description) | Fuel Gauge |x1|
|[Lipo-Battery](https://www.banggood.com/ZOP-Power-3_7V-850mAh-1S-25C-Lipo-Battery-p-1013586.html?p=QW0903761303201409LG)| Battery| x1|
|[RTC Clock](https://www.conrad.de/de/ds1339u-33-tr-rtc-clockcalendar-i2c-interface-msop8-800202661.html)| Clock| x1 |
|[CR1220](https://www.conrad.de/de/knopfzellenhalter-1-cr-1216-cr-1220-horizontal-oberflaechenmontage-smd-l-x-b-x-h-1892-x-1207-x-318-mm-keystone-300-651317.html)| Battery Socket| x1 |
|[SIL Socket Row Strip PCB Connector](https://www.banggood.com/5-Pair-40-Pin-2_54mm-Male-Female-SIL-Socket-Row-Strip-PCB-Connector-p-953486.html?p=QW0903761303201409LG)| SIL Socket Row Strip PCB Connector | x1|
|[SMD Tact Push Buttons](https://www.banggood.com/100pcs-3-x-6-x-2_5mm-DC-12V-0_5A-SMD-Tact-Push-Button-Switch-p-1202259.html?p=QW0903761303201409LG)| Buttons| x4|
## More Info
More info coming soon on [lemariva.com](https://lemariva.com).
## Revision
1.0 v initial commit
1.1 v added RTC Clock (DS1339)