EnotYoyo / pysphero

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

Does not look like bluepy is supported on Macs #1

Open dhbsolutions opened 5 years ago

dhbsolutions commented 5 years ago

Looks like exactly what I was looking for, but unfortunately for me, doesnt look like it will work because bluepy is not supported on MacOSX at this time.

EnotYoyo commented 5 years ago

Can you offer some cross-platform library? If so, then I will try to integrate it into pysphero.

dhbsolutions commented 5 years ago

I'm pretty light on python so take this for what its worth, but https://github.com/pybluez/pybluez seems like a fairly popular multi-platform framework for bluetooth.

EnotYoyo commented 5 years ago

From pybluez doc:

For experimental Bluetooth Low Energy support (only for Linux platform...

There is a good library for Sphero on TypeScript.

MatP-MatP commented 3 years ago

Maybe with the Bled112 support I add, it will be supported on Mac. Did not tested it.

ghost commented 3 years ago

I'm facing the same issue with Mac. It's a shame because this is exactly what I was looking for :( @dhbsolutions @EnotYoyo any update on this?