Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
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...
Hi,I use nRFgo Studio to erase nRF51822, like this
but it display: ERROR: Invalid serial number!
I found the question how to use nrfjprog --snr??? ,I can get the...