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
I'm using the attached proximity_setup.xml ( proximity_setup.xml ).
I'm trying to use the Battery Service to send Battery Level notification.
I added the following code...
Hi,
I have just received a nRF52832 Preview DK and I am trying to set it up according to the description in the nRF52 Series - Get Started section.
I have connected the...
Hi All,
I am using nRF51422DK with SDK 10 and trying to communicate with an external peripheral over UART at every timer interrupt.
I have modified the ble_app_hrs example...
Hi All -
Is there anyone successfully able to autoconnect with nrf51822 with a phone/pc/tablet? I have been trying it for the past week and couldn't get my nRF51822 autoconnect...
I successfully turned off bluetooth radio using NRF_RADIO->TASKS_DISABLE = 1 when i do advertise_start(); after certain delay i coudnt connect back for data transfer
Based on nRF51822\Board\pca10001\ble\ble_app_hrs example,
How nRF51822 detect ADC input? Which ADC pin?
Configuration code:
NRF_ADC->CONFIG = (ADC_CONFIG_RES_8bit <<...
Hi, I'm having a problem with calling pstorage_register(); The first I call pstorage_register() is just fine, but the second I call return the nrf_invalid_param.Here is the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
Hello,
I have been trying to use the nRF52 preview DK board as a master device with another chip as its slave device. Now I know that to read or write the function used...
The statements
NRF_PPI->TASKS_CHG[n].DIS = 1, and
sd_ppi_group_task_disable(n)
cause a hardfault when NRF_UICR->CLENR0 is set to the start of the application code, but...
I'm working on a battery powered system which needs to keep track of an absolute time stamp. So I need the RTC module and some kind of energy saving mode. As the RTC is not...
8.0, multilink example, peripheral, s110 softdevice.
By walking through sections of codes and doing some research, I reckon if a connection were being established after...
I try to Development with GCC and Eclipse following tutorial
but i get some problem , which i can not solve alone.
so hopelly someone can help me to solve it ,thx!
that...