Difference between revisions of "Category:BLE"
m (→Description) |
|||
Line 4: | Line 4: | ||
With the release 3.11 of the Nspire iPad app, TI introduced the ability to communicate with any BLE-compatible device, through a Lua module, available with ''require "ble"'' | With the release 3.11 of the Nspire iPad app, TI introduced the ability to communicate with any BLE-compatible device, through a Lua module, available with ''require "ble"'' | ||
<br /> | <br /> | ||
− | Compatible devices can be of different sorts : sensors, microcontrollers-equipped boards (little robots. etc !) ... | + | Compatible devices can be of different sorts: some sensors, some microcontrollers-equipped boards (little robots. etc !)... or anything that features a BLE chip. |
<br /> | <br /> | ||
<br /> | <br /> | ||
More information and tutorials about this feature will be coming sometime soon, when TI releases its dedicated documentation. | More information and tutorials about this feature will be coming sometime soon, when TI releases its dedicated documentation. | ||
<br /> | <br /> | ||
− | A sample script by Fred | + | A sample script by Fred Fotsch is available here: http://education.ti.com/en/tisciencenspired/us/detail?id=98CD6AF24B5643EDA3BD8C261DEEB9FB&t=A8635C77876A41AE90122589985F5703 |
<br /> | <br /> |
Revision as of 03:47, 27 January 2015
Description
"BLE" means "Bluetooth Low Energy". You can find more info about this technology on Wikipedia
With the release 3.11 of the Nspire iPad app, TI introduced the ability to communicate with any BLE-compatible device, through a Lua module, available with require "ble"
Compatible devices can be of different sorts: some sensors, some microcontrollers-equipped boards (little robots. etc !)... or anything that features a BLE chip.
More information and tutorials about this feature will be coming sometime soon, when TI releases its dedicated documentation.
A sample script by Fred Fotsch is available here: http://education.ti.com/en/tisciencenspired/us/detail?id=98CD6AF24B5643EDA3BD8C261DEEB9FB&t=A8635C77876A41AE90122589985F5703
This category currently contains no pages or media.