项目作者: artnez

项目描述 :
A device that keeps an ephemeral log of nearby peripherals broadcasting on Bluetooth LE. Built for BLE Mini and Arduino.
高级语言: C++
项目地址: git://github.com/artnez/bless.git
创建时间: 2014-01-04T12:46:38Z
项目社区:https://github.com/artnez/bless

开源协议:MIT License

下载


BLESS

Bluetooth Low Energy Scanning System. A device that maintains an ephemeral log
of nearby peripherals broadcasting on the Bluetooth low energy (BLE)
protocol.

Requirements

Tested on Arduino UNO R3.

Requires a BLE Mini module. The firmware more or less communicates
directly with the CC2540 on the BLE Mini. It shouldn’t be hard to
adapt to any board using CC2540 so long as the I/O abstractions are similar.

The firmware implements the Bluetooth HCI controller stack to
interface with the BLE hardware.

Deployment

Use ino ~0.3.6 to compile and upload. Default command options are stored
in ino.ini. Log data is sent to Serial 0 while the device is running.