Android App with two main functions: BLE scanner and Zigbee packet receiver.
Android min SDK Version 22, target SDK Version 26
- BLE Scanner
- Click on "ADD BLE" button to scan BLE device.
- Click on a BLE device to register it with its MAC address.
- The registered BLE devices are shown in the homepage, and are no longer able to be scanned.
- Select the BLE devices from homepage for comparison.
- Zigbee Packet Receiver
- Connect a Zigbee module to simulate a Gateway.
- Click on "RECEIVE DATA" button to show received Zigbee packet.
- Click on the received Zigbee packet to get more details. The packet data from LBeacon should be like:
[MAC address 0],[timestamp 0A],[timestamp 0B];[MAC address 1],[timestamp 1A],[timestamp 1B];
- Click on "COMPARE" button to get comparison results.
- All selected BLE devices are shown, with the extra information of "is Found: true" or "is Found: false"
XBee, Digi International Inc. https://github.com/digidotcom/XBeeManagerSample
- Ting Wei Chiang @tiffany85211
- Cynthia Wu @heysun0728