Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 966 Bytes

File metadata and controls

14 lines (8 loc) · 966 Bytes

SmartBuilding LTE Demo based on Raspberry PI

This demo consists in a NodeJS application which can be deployed on a Raspberry PI, in order to show the uplink and downlink capabilities of an LTE network.

In order to get started:

  • prepare your RPI with a SD card flashed with the latest rasbian image (tested with 2016-09-23-raspbian-jessie.img)

  • boot into your RPI and type: cd /home/pi && git clone https://github.com/actility/demo-smartbuilding-device-lte && chmod +x demo-smartbuilding-device-lte/install.sh && ./demo-smartbuilding-device-lte/install.sh

  • required software will be automatically installed and configured, then your RPI will reboot

  • enjoy ! you can now simulate temperature reporting with the RPI application, and check the sent uplink frames with your LTE network monitoring tools (such as the ones provided by Actility ;) ); you can also send downlink frames to your device, which will be displayed in the screen of the RPI application