• Python 74.6%
  • Java 25.4%
Find a file
2024-06-03 16:49:58 +00:00
77.ttf Upload New File 2024-06-03 16:25:11 +00:00
buildozer.spec Upload New File 2024-06-03 16:25:50 +00:00
important.txt Upload New File 2024-06-03 16:27:28 +00:00
main.py Upload New File 2024-06-03 16:24:11 +00:00
PythonBluetoothGattCallback.java Upload New File 2024-06-03 16:33:56 +00:00
PythonScanCallback.java Upload New File 2024-06-03 16:34:22 +00:00
README.md Update file README.md 2024-06-03 16:49:58 +00:00
S.jpg Upload New File 2024-06-03 16:34:59 +00:00
TOT_BIKES.txt Upload New File 2024-06-03 16:35:41 +00:00

RideGodi

Repository for the new app Ridegodi

downloads: bicigodibili.vado.li

updates (future use): biciupdates.vado.li

Here is another place where we can publish code and links.

We have to be thankful to https://honey.noblogs.org/ (it should be public) that gave us some interesting starting points.

The app is nothing special:

The TOT_BIKES.txt contains the keys associated to the bikes, if you feel more confortable in writing your own bluetooth communicating app go ahead and just use these codes (bikeID, macAddress,key)
. How we managed to obtain this stuff? Well, for now visit the blog above and start thinking, not so easy but you can have fun even with other protocols.

The main.py is the driving program to comunicate via bluetooth with the bike, I didn't implement the scan option due to errors in some devices.

The compilation is not straightforward, the app is written with the kivy library that allows writing python apps for android.
Buildozer is the tool used to compile, it allows automatization in all the stuff required for the building process.