Renato Bonomini

Results 10 issues of Renato Bonomini

While trying to run it on a Mac - Python3 installed from python.org - fio installed via Brew I receive error > fio: engine libaio not loadable So I changed...

https://github.com/renatobo/DucatiPanigaleCanBus/blob/a614b6f2a4a55b06065a1a6b0c4bda709aa0e680/src/DucatiPanigaleCanbus.lua#L29 For a newly configured device, the Undefined value needs to be managed properly: until there is a value in kCustomOBDBTLEPeripheral, the script will fail Small issue but critical for...

bug

Inspired by https://github.com/MagnusThome/RejsaRubberTrac but using a single read and not a matrix with device, for example a MLX90614 A Simple sketch is ``` #include #include Adafruit_MLX90614 mlx = Adafruit_MLX90614(); void...

enhancement

Check https://www.ducati.ms/threads/canbus-data-on-you-android-device-via-bluetooth.337705/page-3 for information on where to find it

enhancement

Simple option: log data to flash (this might require removing the option for OTA) Additional HW needed for the option to log to SD (probably the better option) Examples at...

enhancement

Hints [in the forum](https://racechrono.com/forum/discussion/comment/10810/#Comment_10810) > If you're building your own GPS, you can follow this protocol description https://github.com/aollin/racechrono-ble-diy-device . There's also working Arduino code which you can modify to your...

enhancement
RaceChrono

There are at least a couple of good ublox libraries - https://os.mbed.com/teams/ublox/code/gnss/ - https://github.com/ldab/u-blox_GNSS Evaluate removing the custom code and use these ones instead

enhancement

Examples at - https://github.com/platformio/bintray-secure-ota - https://lastminuteengineers.com/esp32-ota-web-updater-arduino-ide/ - https://github.com/chrisjoyce911/esp32FOTA - https://github.com/ayushsharma82/AsyncElegantOTA

enhancement

As suggested in the HLT forum [message 2](http://forum.gps-laptimer.de/viewtopic.php?t=5195) a binary protocol would be best for efficient transmission Options are - an existing binary protocol, e.g. Autosport Lab's channel interface design...

enhancement
Harry's Lap Timer

Right now TrackAddict has an 'On/Off' toggle ![Screen Shot 2020-12-19 at 3 03 12 PM](https://user-images.githubusercontent.com/4005901/102701394-6286b180-420b-11eb-81ff-2b7dd9ba7627.png) while it should be consistent with the others ![Screen Shot 2020-12-19 at 3 04 04...

enhancement
TrackAddict