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,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
Hi, I am using nRF52 as a central SDK15.2 and SD132. I want to add in peripheral mac address which I want to put in the whitelist manually from the UART. But the example that...
Hi,
I read on the forum that DMA for UART block is not possible on nRF51. Is it true?
If yes, is there any way that we can enable this? Our application demands DMA for...
We developed device based on nrf52840 and android app based on nrf uart v2.0. The application runs very slow in google pixel 2xl., oneplus3 etc thich are updated to latest...
I'm working on certification for a product which uses an nRF52832 chip. I've found https://launchstudio.bluetooth.com/ListingDetails/14830 , which it seems I can use for the...
Hello,
I followed getting started guide given in the link below,
https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/getting-started-with-nrf9160-dk
I started...
(there isn't an option for nRF Android or Mobile when creating a case!)
Next to each Characteristic is one or more little arrow icons:
Where is the documentation which...
Hi,My lord. I use SDK 15.3 to run the example ble_app_rscs_pca10040_s132/s112 in DK PCA10040. My cell phone Samsung S9 runs the latest version NRF connect 4.22.3. But it can...
Can somebody explain the differences between the 2 git repos at NordicPlayground and Rallare regarding the nRF9160DK? Rallare has more samples of interest to me but I've setup...
hi,
Development environment:
SDK15.2
NRF52832_QFAAB0
During the test, the program will enter the HardFault_Handler interrupt. The process of entering the HardFault_Handler...
Hello,
We are using PCA10059 with the pc-ble-driver as a central to connect to our device, which is based on the nRF52832.
We need to be able to connect to two peripheral...
Hello,
I'm using nRF SDK 15.0. I'm trying to use SAADC peripheral in my code. My primary code is based on "ble_app_template". I have added several services which are working...
I've been playing with Mesh DFU and I was wondering about the relay feature. When does a device know it's time to stop relaying a Mesh DFU packet? How does Mesh DFU prevent...
hello,everyone,
I use the Infocenter Guide , and
I changed my section placement marcos by the warning:
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x100000
RAM_PH_START=0x20000000...
Hi, I am trying to interface nRF52832 with KX 124-1051 accelerometer sensor using I2C. I want to read the chip ID of the slave device. The SCL and SDA pins i used are 28 and...