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...
Hello NORDIC and Tech support members. I am new to NORDIAC devlopment please support me how I start with nordiac please guide step by step and please let me know how I Start...
Hi all,
Where can I find the default program that comes with nRF9160 DK in box?
I'd erased memory and programmed with AT command program but I would want to program as...
Nrf51822QFAAC0 uses softdevic: s110_nrf51822_6.0.0-5.beta, sdk: nrf51_sdk_v5_1_0_36092. Use serial routines. When I annotate the initialization of serial port, and annotate...
Hi,
I have successfully implement the code demonstrated in the two tutorials shown here:
https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-characteristics...
Hi Everyone
As the subject mention,
RTT stops working when power is disturbed by motor.
But other fuction that like ble,spi,uart are work well ,
I must cutoff...
Hi,
I am using NRF52832 with SDK 15.2. In the example, UART/Serial Port Emulation over BLE. The documentation says that this example uses hardware flow control. Therefore...
Hi, I just started nRF52 DK from scratch and downloaded several things informed from infocenter like SEGGER, Keil and SDK, but have no background about these things.
The...
I am trying to understand the provisioning process as defined in the Bluetooth Mesh Profile v1.01 specification. In particular, I don't understand the following paragraph...
Some Examples discuss background DFU from application level, but those require bringing in IPv6 stack and TFTP client. Since we are planning to integrate DFU of our device...
I got nrf_cloud_connect failed: -111 error while running asset tracker demo.
I know that I need to flash certificate files according to my previous question: https://devzone...
It looks like the DK comes with a coin cell type battery and there seems to be a tab that can be pulled off to activate. However I don;t see any mention of this in the documentation...
Hello,
I am developing product on nrf52 with sd s112_nrf52810_5.1.0_softdevice. My application caused unexpected sd fault at adress 0x000089B2. I expect it to be something...
Hi all,
I am using my android ble application , but I don't manage to receive data sent from the application to the device ( nrf52840 )
I am using the ble_app_uart example...
Hi all, I got the requirement to actually know the path of a message from a client to server(s). Is it possible to add a few bytes of data until the message reaches the server...