TOP |
BOTTOM |
Bluetooth smart farming uses AxDen's aggregator platform, and collects temperature, barometric pressure, and key sensor information required for smart farming.
This is an example that provides quick testing of various service scenarios that require communication with Android, iOS, and Aggregator at the same time.
Device can be purchased from the Naver Smart Store.
Purchase Link : naver smart store
You can purchase it by contacting [email protected]
MCU | Description |
---|---|
NRF52832 | BLE 5.0 / 5.1 / 5.2 / 5.3 |
Sensors | Description |
---|---|
BME280 | Air pressure, temperature sensor |
HDC1080 | Humidity, temperature sensor |
VCNL4040 | ToF distance, ambient light sensor |
Soil moisture sensor | On board |
The Bluetooth Smart Agricultural example collects key sensor information required by Smart Agriculture, such as temperature, air pressure, and illuminance, and sends it to Android, iOS, and Aggregators using Bluetooth.
Interwork with the AxDen Aggregator Platform to check sensor information on the Web and Mobile without building infrastructure such as servers and DBs.
Learn Edge AI using sensor information stored in the AxDen Aggregator Platform.
terminal baudrate : 9600
Terminal |
Android | ||
Enter COMPANY ID nad DEVCIE ID provided on the AXDEN Aggregator Platform website into COMPANY_ID and DEVCIE_ID in the Protocol.h header file.
#define COMPANY_ID 0
#define DEVICE_TYPE 0
Complie and flash.
Check whether COMPANY_ID and DEVICE_ID are applied correctly through the terminal
Sensor information can be found on the Web or Mobile
Works with SoftDevice S132 v7.2.0, provided with SDK 17.1.0.
To compile it, clone the repository in the [SDK]/examples/ble_peripheral folder.