Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
So I have a question about the nRF9160 when enabling the xDRX or PSM mode. Does one just turn the option on and leave it on eaven while uploading data or do you turn it off...
Hello Nordic Support Team
I am using proxy client and server example with nrf528232 dk board.I can send messege from client node to all server node successfully but i want...
In our product we have implemented buttonless DFU over BLE with the secure boot-loader (unbonded) on SDK 15.2. The bootloader is unmodified except for the addition of PA/LNA...
When I compile the program times an error :
.\_build\nrf52810_xxaa_s112.axf: Error: L6366E: uECC.c.o attributes are not compatible with the provided attributes . Object...
I am trying to run the SPI code on an NRF52382 based custom board. I am using the NRF 52 DK, Keil uVision 5.0 , SDK 15.2.
I cannot set and clear the SPI relevant pins...
I am evaluating the nRF52840 for developing wearable tech that would implement some basic sensors such as GPS & pedometer. Just have a couple questions regarding the transition...
Hi all,
I am sorry if this is a rookie question. I had researched and tried the methods shown online, including:
added $(ProjectDir)/flash_placement.xml to the linker...
Hi
I am working on nrf52840, try to create a service,so i follow the tutorial , but i got a problem. The DK doesn't advertise, when I debug it, then it will jump into this...
Hi,
I manged to successfully run the mesh DFU example, however i noticed one unusual thing. I was expecting device to revert to old version of firmware, if in case the...
Is there an example somewhere to show how to use the "BLE_APPEARANCE_GENERIC_HID" to transfer data over BLE to a another BT device such as a laptop ?
The HID mouse and HID...
Hi,
I have a use in mind for a Nordic part, probably the nRF52810. It would be nice to have an input on one pin act as an output enable for several other pins, i.e. when...
Getting "Failed to read PPK metadata" issue on measuring current of external device with external supply. I use nRF6707 PPK booth with PCA10028 or PCA10040 (doesn't work in...
Hi All.
Currently we are using buttonless-dfu service to upgrade firmware via ble on an nrf peripheral-device (via nrf-connect app on mobile central-device). Next, in order...
I am trying to implement the central side code for the usbd_ble_uart example. My current target is the nRF52840 Development Kit but the final target is the nRF52840-Dongle...