Coder Social home page Coder Social logo

renatobo / bonogps Goto Github PK

View Code? Open in Web Editor NEW
61.0 61.0 19.0 29.22 MB

A GPS setup to log your track lap times, based on ESP32, with the ability to interface with several mobile phone apps that log your speed and position via Bluetooth Low Energy, Bluetooth or WiFi

License: MIT License

Python 0.75% C++ 92.09% Shell 0.85% CSS 1.77% C 4.54%
car esp32 gps harry-lap-timer motorcycle trackdays ublox-gps

bonogps's People

Contributors

ralphy140 avatar renatobo avatar yod527 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bonogps's Issues

Racetime: identify NMEA messages and support

As per an email from the author Roberto Morini, these messages are supported

  • GPGGA, GPRMC, GPVTG, GPGLL -> to be activated
  • GPGSA -> not for now

This requires adding a new configuration page for Racetime and new settings

BT-SPP and Webserver conflict

When BT-SPP and WebServer both have a client, either one stops working.
In most cases, webserver can't serve the root / page (perhaps as it's the largest one), other pages are fine.

Branch esp32_https_server helps with the generation of the root / page, at the cost of significant more firmware size (+150kb), but there are several potential benefits from it

  • partial HTML pages, thus reducing size of Strings and potentially using char[]
  • reduction of handles page: on/off can be combined, as well as multiple GPS or BAUD rates
  • potentially moving the web server to an async task, not running in the main loop

Make TCP/IP server optional

The TCP-IP server at 1818 relay UART communications is not needed at all times, so it should be made optional

  • add a preference status
  • add an option in the Connection panel

This could lead to disabling wifi altogether, saving much in battery usage

Bug: Reconnect with Racechrono and BT SPP

I am using Racechrono with the presets for it (BL SPP)

The first connection is great and I see the data in Racechrono. After I finish my recording in Racechrono and click again on Start, Racechrono has a problem to establish the connection.

A restart of the module fixes the problem.

Do i need for racechono, harrys Laptimer etc. Taskscheduler?

Hi,

i am using an esp32 with NEO 8M and without a battery.

The ESP is powered via ignition power of my bike so I don't need deepsleep, battery information etc.

Do I need the Taskscheduler for Racechrono or another racing app? If not I would disable this functionality.

Great job : can we add the 880 BN Compass ?

Great dev .. thanks Renato.
I did the build with a 880 BN GPS, I just cannot get the compass work properly.
Do you think there is a way to have it working ? can I wire the SCL and SDA to the ESP32 ad try to read the values and alter the code to send/feed Harry Latimer with it ?
Apart from that it's great thanks !

first BLE connection fails

Device name is not recognized correctly until a connection with another BLE client is performed (e.g. LightBlue)
E.g. device shows up as either Nimble or a shorter version of its name

Reduce NimBLE footprint

This sketch does not use these BLE functions

  • Client
  • Scan

nimconfig.h part of NimBLE-Arduino can be changed to define these props to reduce SW size by 7+26kb

// #define CONFIG_BT_NIMBLE_ROLE_CENTRAL
// #define CONFIG_BT_NIMBLE_ROLE_OBSERVER

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.