I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Hello,
I want to typecast an array of values from short to float. I am doing the below to do that
but when I am doing that, I am not able to get the float value as it...
Hello Developers,
I am facing a issue to connect my nrf9160dk as a lwm2m client in the test coiote iot device management server.
I am following the official documentation...
I'm encountering an issue where the softdevice crashes with only a couple of timers running and a main loop that feeds the watchdog. If I enable more of the code I've written...
Hi,
We want test nRF52833 support on long range. I referred https://github.com/NordicPlayground/nRF52-ble-long-range-demo .
So as first step we use nRF52840 dongle for...
I am using NRF52833 in my project and I have my NRF module connected to 2 other microcontrollers on UART peripherals. The details are mentioned as below:-
1) NRF52833 connected...
Hello,
I am trying to develop a driver for the temperature ADC controller ADS124S08 https://www.ti.com/product/ADS124S08 .
I have modified the EVM to work with an external...
I'm working on the nrf5340 with a modified sample found here ( main.c of the base sample here ) and nrf connect sdk 1.7.1
I see that adc_sequence_options .interval_us can...
I need to calculate the power consumption of a device. For this I purchased PPK2.
I use nRF52-DK for tests (there is the same microcontroller as we need).
The accelerometer...
Hi,
I am trying to utilise the available thread examples to build comms from CoAP server to external website through Border Router.
I have configured Border Router as...
Hi There,
I am presently running a BLE peripheral example on a custom board with SD Card data logging functionality, The SD Card library has worked fine until now , Since...
How to print a float value in segger embedded studio?
I am using nrf5_sdk17.1.0 version
I have used the below statement but it is outputting 0 only always.
NRF_LOG_INFO...
Hi,
I am using nrf52832 for a battery powered PIR sensor. I want the device to be awake only when in it detects motion. Can anyone guide me to use the lpn example in the...