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...
I am new to softdevices so please bear with me for long list of questions.
I am evaluating SDK15.2.0 examples one-by-one. I came across eddystone example (ble_app_eddystone...
Hi!
In older SDK (15.0) has been present NRF_ESB_BUGFIX_TIMER and it initialization. Now (SDK 15.2/15.3) defines this macro but not use it. Is it bug or obsolete code?
Hello Nordic Team,
I followed the tutorial as you say( https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/nrf52840-dongle-programming-tutorial ). But when...
dear all,
I'm a newbie on blue tooth low energy development, I have some really basic questions that I hope someone could answer, thank you very much in advance!
what...
Hello,
trying to bring up the new nRF91 dk with default firmware.
Registered the eSIM. Switch sequence followed when LED 3 and 4 starts blinking, but get the devices list...
Hi I have central device which has array of MAC address to connect.
when i see the structure of sd_ble_gap_connect() i cannot pass a uint8_t addr[5] as input.
so i tried...
SDK v11.0 & NRF51822 QFAC
I encountered a problem. In the process of pstorage processing flash data, a serial port interrupt came in, resulting in a system reset.
I used...
Hi,
I have discovered a (rare) problem where the S132 stack get stuck in connected state when it is not actually connected anymore.
This behavior was first reported by...
Hi,
SDK - nRF5_SDK_15.2.0_9412b96
HW - nRF52840 connectivity chip, other controller for application chip
We are tried to port serialization application on other than...
HW - nRF52840
SDK - nRF5_SDK_15.2.0_9412b96
We are running connectivity example in nRF52840 and connected UART with serialization application over UART which is different...
First proof-of-concept super-simple nRF51 board. When we load software onto this board, will we have to tailor or configure the software to bypass or disable any functionality...
Our application is similar to a wireless keyboard. The events are very sparse but we need low latency (~50ms). If I understood correctly, BLE is a synchronous protocol, meaning...
Hi I am working on nRF52832 using SDK15.02 i have below query:
During discovery I am connecting each device which is advertising and then discover for services offered by...