u-blox NINA-B3 BLE node, based on nRF52840 and SHTC3
- 3D enclosure
- ?? mA active current;
- Wakes every hour;
- 17uA Sleep current;
- CR2032 ~235mAh;
Battery life =
- This is based on nRF5_SDK_16.0.0_98a08e2, get yours here: https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK/Download
- Raspberry Pi Grafana InfluxDB;
https://github.com/ldab/BLE-Weather-Station-Cloud-Gateway
- Clone this repo to a local folder
> git clone https://github.com/ldab/BLE-node-u-blox
- Point the
$(SDK)
@./code/ninab3/blank/ses/libuarte_pca10056.emProject
to where you have installed Nordic SDK, for exampleC:\nRF\nRF5_SDK_16.0.0_98a08e2
- Like so:
macros="CMSIS_CONFIG_TOOL=C:/nRF/nRF5_SDK_16.0.0_98a08e2/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar;SDK=C:/nRF/nRF5_SDK_16.0.0_98a08e2"
- Open the SEGGER Embedded Studio project file located in
./code/ninab3/blank/ses/libuarte_pca10056.emProject
Ref. https://devzone.nordicsemi.com/f/nordic-q-a/44638/how-to-move-an-sdk-example-out-of-the-sdk-tree
- BSP LEDs status https://infocenter.nordicsemi.com/index.jsp?topic=/sdk_nrf5_v16.0.0/examples_bsp.html&anchor=examples_bsp_states
- .
- Better battery measurement to avoid current drain;
- GitHub Shields and Badges created with Shields.io;