Hacker News new | ask | show | jobs
by extraduder_ire 993 days ago
If you're on android, there's a bunch of bluetooth-serial apps that let you send more or less whatever raw data you want.

On iOS, there's nrf connect. Which is slightly more limited, but can still do BLE. I think there's other bluetooth-serial apps for iphones, but apple has a stick up their butt about bluetooth-classic not working super good unless the other device has a "made for i" chip/cert in it.

If either of these don't work well enough, ESP32s can be had for <$5 and can act as a bridge between your device and whatever you want to exploit.

1 comments

> On iOS, there's nrf connect. Which is slightly more limited, but can still do BLE. I think there's other bluetooth-serial apps for iphones, but apple has a stick up their butt about bluetooth-classic not working super good unless the other device has a "made for i" chip/cert in it.

Is BLE why "modern" iphones don't have issues with android/3rd party devices/accessories? I remember a long time ago when an iPhone meant you could only share bluetooth with other Apple devices. My iPhone today doesn't seem to be like that.

Kinda. From reading the docs, apple really didn't want the battery drain and software jank that came with classic bluetooth. Pretty sure bluetooth audio has been exempt most of the time though.
Thanks!