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...
Hi,
I am using the PCA10040 DK (v1.1.1) to measure the current consumption in sleep mode and the current is about 200 uA. (3V, DCDC Enable)
Following is the code, it...
I'm new to the nRF Connect software and I'm following the helpful "nRF Connect for VS Code" video series on YouTube to install it on my Windows 10 PC. Everything was going...
hi support team,
customer has one question about about sd_ble_gatts_hvx notify API, found that this data is not sent out immediately, but there is one connect interval...
HI,
i building nrf5_SDK_for_Mesh_v5.0.0_src got error undefined reference to `NRF_LOG_DEBUG'
nRF5_SDK_17.0.2_d674dde , DK10056 52840,
i put it the same dir and seted...
Hi,
I got the example github.com/.../nrf52-ble-multi-link-multi-role and I have added FreeRTOS to the example refer to ble_app_hrs_freertos in SDK v15.2.0 with S140 v6.1...
HI,engineers
i want Design a product,One to many device.
One 52840 is used as the transmitting station and 20 52840 are used as the earpiece (receiving 4KB/s audio);1KByte...
Hi,
We are currently trying to flash the connectivity firmware on the nRF52840 USB dongle using the Bluetooth Low Energy application available on the nRF Connect application...
Hi, I am using MCP2515 lib from https://github.com/DejanBukovec/NRF5-SDK-MCP2515
So far example is working when i connect Jlink RTT viewer throughout the testing.
...
Hello everyone,
I am new to the Zephyr RTOS and this is my first project with the nrf9160, although i already worked with the nrf52832.
I am using a nrf9160_DK and for...
Hello Trouble you again I can receive the data in the test now! But only the first few bytes can be received!
#define PACKET_BASE_ADDRESS_LENGTH (4UL) //!< Packet base address...
Can the nRF52840 dongle be used to sniff/record BLE communications even if the recorded packets cannot be decrypted, or can it only record packets when decryption is possible...
Hi all,
I got thread cli working and now I tried to set up a thread network.
I built the sample for the nrf5340PDK with overlay-minimal-multiprotocol.conf and overlay...
I currently trying to get my DK connected to nRF Cloud, I am based out of Western US and I have already provisioned my SIM card. I followed the documentation instructions...
In my program, there are different sections like each section does a different task and I am trying to use a different clock frequency for each section. So, I want to know...