Skip to content

tmonjalo/playmobil-racer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playmobil Racer

https://rcracers.playmobil.com

The Playmobil toy car is remote controlled with Bluetooth Low Energy (BLE).

This repository includes:

Status

The protocol has been analyzed using the Android application, thanks to the HCI log.

The python module is working on Linux by using bluepy.

Troubleshooting

Permission Denied

When scanning BLE devices, some root capabilities are required:

bluepy.btle.BTLEManagementError: Failed to execute management command 'le on' (code: 20, error: Permission Denied)

The solutions are either to run as root (sudo) or to grant capabilities to bluepy-helper:

find /usr -name 'bluepy-helper' -exec sudo setcap 'cap_net_raw,cap_net_admin+eip' '{}' \;

About

remote control of Playmobil Bluetooth toy car

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages