EnotYoyo / pysphero

Unofficial Sphero V2 api for bluetooth low energy toys
MIT License
40 stars 16 forks source link

Support for Force Band #15

Closed H4xl0r closed 4 years ago

H4xl0r commented 4 years ago

Here are some details about the Force Band , maybe we can find a way to include its functions. Ho husstle and let me know if i can help any further

Scans :

Android: Screenshot_2020-05-22-12-33-55 Screenshot_2020-05-22-12-34-01 Screenshot_2020-05-22-12-34-14 Screenshot_2020-05-22-12-34-26 Screenshot_2020-05-22-13-03-20

Iphone: IMG_0324 IMG_0325

Capture File of FIRST CONNECTION of the Band. INCLUDING the UPDATES. (Firmware & Sounds). Initial Setup via app (Commands send Forward Backward Move to right & left ).

force_band_initial_btsnoop_hci.zip

EnotYoyo commented 4 years ago

maybe we can find a way to include its functions

What functions are we talking about? As far as I'm concerned, he just sends commands to sphero.

H4xl0r commented 4 years ago

Its able to send movement data to the app and or bot , so we could be able to read those values ? its fully able to control the bot via hand movement. and its able to send those movement info to the app , cause there is an in app game where you control the "App-Bot" with the band.

Way old https://www.engadget.com/2016-11-26-sphero-star-wars-force-band-ifttt.html

EnotYoyo commented 4 years ago

They're using similar API. You can analyze packets from pcap file and make PR if they have a specialized API :) The structure of the package is described here or here

H4xl0r commented 4 years ago

thanks