Bluetooth Solar Power Asset Tracker example
TOP | BOTTOM | |
Android | ||
In this example, the IP and Port number of the example server provided by AXDEN are temprarily set. ------------------------- ### How to check the solar battery charge. As shown in the image below, you can check the amount of battery charging current using sunlight using a multimeter.
------------------------- ### How to check using AXDEN Aggregator Platform Register the MAC Address of the device after signing up as a member on the AXDEN Aggregator Platform website.
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.
[AXDEN Aggregator Platfrom](http://project.axden.io/)
`#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 as shown in the image below
------------------------- ### How to change the server IP and Port can be changed in the `set_bg96_socket_connect` function of the `bg96_tcp_data_upload` function of the bg96.c file.
IP and Port can be changed in the `sara_u2_tcp_data_upload` function of the `set_sara_socket_connect` function of the sara_u2.c file
------------------------- ### How th change the GPS and cellular communication module Module replacement is possible in the Protocol.h file.
------------------------- ### Note
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. ------------------------- ### [SDK Download](https://github.com/AxDen-Dev/NRF52_Ping_pong_example) ------------------------- ### [Project import](https://github.com/AxDen-Dev/NRF52_Ping_pong_example) ------------------------- ### [Eclipse setting](https://github.com/AxDen-Dev/NRF52_Ping_pong_example)