Bluetooth 4.0 LE - Non-paired communication in the 10s of meters range. Very low power. 250kbps or so max speed. It could be useful for easily interacting with devices, e.g. thermostats, exercise monitors, televisions, cars… There don't appear to be (m)any devices using it now. But it is in the phone, waiting.
Indeed. CSR has a nice-sounding SoC for this, but their dev program sucks for hackers. $10k for a seat? Blegh. TI is a bit more friendly in this regard, see video in below link. I'm interested to see if anyone could potentially implement a lightweight data format for send/receive to create an open system for communicating from app-to-mote. Right now, any iPhone receiver app on the store wouldn't be allowed to downloa…
The amazing iOS 5 API and iPhone 4S hardware nobody talks about
41–50 of 52 posts
Re: The amazing iOS 5 API and iPhone 4S hardware nobody talks about
#42Re: The amazing iOS 5 API and iPhone 4S hardware nobody talks about
#43By default you have to go to Settings -> General -> Bluetooth -> on/off -- 4 taps, which is ridiculous. It's slightly better for WiFi, "only" 3 taps.
Ideally I'd be able to get buttons on my home screen that will quickly switch these on or off with 1 tap.
Re: The amazing iOS 5 API and iPhone 4S hardware nobody talks about
#44Talking about iPhone and Bluetooth: is there any app that would make it easier to switch BT on and off? BT and WiFi are major power drains, so I always switch them off as soon as I can, but it's a major pain. By default you have to go to Settings -> General -> Bluetooth -> on/off -- 4 taps, which is ridiculous. It's slightly better for WiFi, "only" 3 taps. Ideally I'd be able to get buttons on my home screen that wil…
Re: The amazing iOS 5 API and iPhone 4S hardware nobody talks about
#45I highly doubt that Bluetooth 4.0 is going to remove the biggest obstacle to these sorts of applications on the iPhone, which is Apple's review process. Right now if your Bluetooth device corresponds to one of the handful of profiles with blanket approval from Apple (headsets, keyboards, certain accessibility hardware) you're fine, but if you're trying to do anything as exotic as serial communication with a third-par…
CarrierIQ makes money from US Gov, and I imagine carriers/manufactures make money from CarrierIQ, I have a feeling Apple just cut out the middle man.
Re: The amazing iOS 5 API and iPhone 4S hardware nobody talks about
#46Talking about iPhone and Bluetooth: is there any app that would make it easier to switch BT on and off? BT and WiFi are major power drains, so I always switch them off as soon as I can, but it's a major pain. By default you have to go to Settings -> General -> Bluetooth -> on/off -- 4 taps, which is ridiculous. It's slightly better for WiFi, "only" 3 taps. Ideally I'd be able to get buttons on my home screen that wil…
So.. it takes a slide and a tap.
Re: The amazing iOS 5 API and iPhone 4S hardware nobody talks about
#47Earlier quoted context omitted.
Apple has just revamped their hardware partner program, supposedly providing easier access to BL4 chipsets. Other hardware makers will certainly follow. I bet (and hope) this will be bigger than RFID.
What are you attempting to say here? While Apple has made recent changes to MFi (can't discuss, NDA), these are expressly NOT about access to Bluetooth LE or 4.0 "chipsets". What IS true is that you don't have to go through MFi to have a device that talks LE to an iOS device. Is this what you were trying to say?
I'm just relaying news I've hear somewhere else, feel free to correct me.
Re: The amazing iOS 5 API and iPhone 4S hardware nobody talks about
#48Talking about iPhone and Bluetooth: is there any app that would make it easier to switch BT on and off? BT and WiFi are major power drains, so I always switch them off as soon as I can, but it's a major pain. By default you have to go to Settings -> General -> Bluetooth -> on/off -- 4 taps, which is ridiculous. It's slightly better for WiFi, "only" 3 taps. Ideally I'd be able to get buttons on my home screen that wil…
This guy made some shortcuts usingthe new urls to individual settings. It's not 1 tap (it's 2!), but it's a bit better if you need to use any of the settings a lot. http://brdrck.me/settings/
Installed and donated $10, well worth it.
Re: The amazing iOS 5 API and iPhone 4S hardware nobody talks about
#49looks like GAE quota was reached. fixing now. article is also mirrored on tumblr @ http://dedegroup.tumblr.com/post/14177518904/bluetooth
Re: The amazing iOS 5 API and iPhone 4S hardware nobody talks about
#50Earlier quoted context omitted.
Indeed. CSR has a nice-sounding SoC for this, but their dev program sucks for hackers. $10k for a seat? Blegh. TI is a bit more friendly in this regard, see video in below link. I'm interested to see if anyone could potentially implement a lightweight data format for send/receive to create an open system for communicating from app-to-mote. Right now, any iPhone receiver app on the store wouldn't be allowed to downloa…
I've pondered a similar concept whenever I design an embedded system that needs a user interface. Provide a common formatted set of data (JSON say), a fallback interface (HTML,CSS,javascript), and an identifier for a better interface if the user's device can get to a network and snag an app or updated UI (URL). Look at all the things around you in daily life with awful user interface devices, and yet you almost certa…