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...
I have a working set of implementations placed in the 17.0.2 SDK examples directory. The projects use SoftDevice s140 for BLE and flash write operations. I would like to know...
I'm looking to enable the flash protection for an nRF52 application running on Zephyr RTOS:
Basically looking to disable flash reads from the JTAG/SWD interface: Only...
Hello Nordic support,
I would like to understand regarding the status value 'ZB_ZDP_STATUS_NOT_SUPPORTED'.
I have a Zigbee application in which the device type is a Zigbee...
Hi,
I am using NRF52840 DK board. I am using SAADC example program for reading the voltage and SDK 15.3.0 Version.
We have connected the sensor to the adc analog output...
Hello Nordic team,
Our current setup:
nRF52840
nRF SDK v15.00
In our current setup, the steps we take are as following:
Initialize nRF52840 -> BLE fast advertisement...
I am developing a beacon for nRF52832 and can see the beacon in nRF Connect for iOS when using the following setting:
adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED;...
I am implemeting serialisation using nRF52 as BLE PHY + STM32 micro as host with UART in between them.
I can see there is example for searilastion under "nrf5_SDK_for_Mesh_v5...
Hello
I want to test ncs ota function. b0 module following this link .
ncs1.6.0
borad:nrf52840dk_nrf52840
projece: ncs/zephyr/samples/hello_world
1. b0 + spm test...
Hello Nordic support,
I have a question regarding the Read Attribute response received after sending Read Attribute request. In the read attribute response structure, I...
I need to see frames not coming from Zigbee cluster addresses at the command line with a PCA10059 dongle
programmed with the zigbee command_line_agent_router software example...
Hi, I am trying to communicate SIM800L with nRF52840. I am using nRF5_SDK_17.0.0_9d13099\examples\peripheral\ libuarte. I am not getting where I should set simple AT command...
There was an error adding your device: No device found for this id. The device has not yet been provisioned. Troubleshoot nRF Code 40412
When I tried flashing modem firmware...
Please help me understand why cannot I add more characteristic in my project beyond a specific number of characteristic i.e 8? I have tried changing a lot of things, but nothing...
Hello everyone,
I am using NRF52840 development kit. OTA was working fine with SDK VERSION15.0.0. Now I am trying to migrate my developed code from SDK version 15.0.0 to...