i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Hi,
I need to reduce the consumption of the peripheral_uart sample on a nrf5340dk, I use nRF Connect SDK V1.5.0.
At the beginning, I measured with an ampere meter 591uA...
When I program my external board via the nrf52dk the programming is much slower then when I program the nrf52 chip on the devboard. Is this normal behaviour and if not how...
Hi,
I'm evaluating a wireless microphone scenario, using 52's I2S and external ADC chip to sample sound signal, and than wirelessly transmitting it to another 52 for receiving...
Hi,
sorry if this is a trivial issue, but I've been strugling with this for a while, so I decided to just ask for help.
For context, I'm trying to create an application...
I have devices within an same group that bind with same app key, all are working normal together. But I want one device to be unbind and bind with another app key(out of the...
Hi everyone,
Hope you are doing well!
I am using BLE and FDS simutinuously but since they share the same interrupt priority (SD_EVT_IRQn = 4), fds events will be blocked...
I am currently running some tests on the Legacy DFU protocol and notice that even valid firmware images are unable to be transmitted. My setup is as follows:
Peripheral...
Hello,
As shown in the question. I am testing the ncs bootloader b0 and mcuboot, but I don't know it's ok or not.
work condition
ncs: 1.6.1
board: PCA10056
I am...
Hi
I have a strange question to ask for your help.In my program, I define and use a large number of global variables. However, when I define a global variable again and...
Our application frequently changes the channel table when we find interference in multiple channels. So changing channels frequently (because of high interference) causes...
Hi,
I'm evaluating BLE power consumption with a PCA10040 nRF52DK and a PPK, I cut SB9 and did nothing else with DK.
No peripheral is used in projects, Buttons or LEDs...
Hello
I've read several post about the problem regard the printf and float numbers, such as this ( https://devzone.nordicsemi.com/f/nordic-q-a/30535/nrf52-printf-float-in...
Dear sirs/madams
I am using SDK 17.0.2
Situation:
One Central unit (nRF52840) and one Peripheral unit (nRF52840) have established a connection (NUS service).
When...
I plan to buy some nRF5340 . I only see 1 chip image from the Nordic Official Website . However, when I clicked on " distributor ", I saw nRF5340 has many different part numbers...
Hi Nordic team,
I am trying to implement DFU over uart in nRF52832 using SDK 17.0.0. My device has nRF52832 and main MCU in it, and I would like to do DFU from main MCU...