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...
Is there a chip with the same or even better specs then the nRF51822 but with more transmit power (at least 20 dBm)? https://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.1...
Hello,
my BLE application needs at least 5 different services to transmit different sensor data to a GATT client. I´m wondering how I can add that many UUIDs in my packet...
Hello Nordic Team,
We are currently working on a project that has nrf51822 and currently in the production stage. We are facing an issue with Bluetooth getting disconnected...
There is a bug in nrf_bootloader_wdt_init() in nrf_bootloader_wdt.c that can cause all DFUs to fail for long WDT reload values. I found this bug because I'm using a really...
Hello,
We are using nRF52832 to develop a door lock controller. As nRF52832 cannot work as NFC master, we use another chip to read M1 cards. Everything goes well, except...
I was under the impression that when the voltage was 0 in a GPIO pin, reading from that pin would return 0, and if there was any voltage going through the pin it would read...
I found a Q&A that shows 1 channel 2MHz pulse but i don't know how to generate 2 channel GPIO pulse with 2MHz frequency
(one channel is inverted pulse to another channel...
This is a bit of a weird question, but I thought maybe I could get a few useful inputs here.
I'm working on a mesh-like project where we need to facilitate communication...
I would like to switch to using libUARTE for both of my UARTs but I don't have any additional timers free. Is it possible to do this and use FreeRTOS timers?
Thanks,
...
Hi,
We would like to interface with our nRF52840-DK from a PC.
We need to be able to send\recieve data from PC -> 52840 using Nordic's UART service.
We are looking for...
Hi,
We are the company which widely use your products in our devices. Currently we have the nRF9160 based device which have permanent trouble with radios. I want to ask...
Hi All,
Is there a tool or app that shows a visualization of Thread RSSI?
Any help would be appreciated, thanks in advance.
Best,
Tao
Ref:
https://devzone...
Hi,
I am developing both Central and Peripheral devices with nRF52840. For consistency, both are using SDK 15.3.0 and S140 V7.
I am able to connect to peripherals and...
Hi,
I was try to import modul nrfxlib in extising cmake project. My IDE is Eclipse CDT. Version of Zephyr is 2.4.0. Reason to do that, was testing SoftDevice BLE functionality...
We are using our board design using nRF52840.
During bringup I noticed that I could not run the Softdevice and the SPI driver simultaneous. After a bit of debugging it boiled...