Good morning all,
I'm looking a platform for an Industrial IoT implementation and at the moment I'm testing some platforms, in which kaa platform is included.
In the POC i designed the following scenarios:
- Indoor Localization in a couple of spaces defined and something more simple like an temperature and noise sensor.
The hardware and protocols chosen for this scenarios it's essentially arduino, raspberry pi, BLE, Zigbee, MQTT..
For the indoor localization the sensor endpoint will be composed by an module BLE + Arduino that captures the Bluetooth signal and send the information "by zigbee" for an "intelligent gateway" that will be in this case an Raspberry pi. This raspberry Pi should be capable to management the devices, management the information, rules engine, sent information for cloud or local data-store, and others. The messaging for the the applications will be trough the MQTT protocol. Basically that's it.
In the way to understand better how the best way to integrate the platform kaa in this scenario, I need your advices, if it's possible.
What is the best option for my scenario? I need to have in each sensor endpoint (module BLE + Arduino) an Kaa SDK or it's possible just have a Kaa SDK for gateway (Raspberry PI)? Because in the industrial implementation will have a huge number of endpoint sensors, and so much as possible i wanna be clear of the best option for the future implementation.
From what i read and saw in the forum, the typically option it's connect directly the SDK into the sensor endpoint (module BLE + arduino). What i want figured out is if the implementation of KAA SDK is made in the the gateway(Raspberry PI) i will have some disadvantages or loosing some functionality/potential of Kaa platform.
Many thanks in advance
FL