I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
I successfully made an Arduino code using nordic library that gets notification from iOS ANCS.
But some minor bug exists: sometimes i don't get any notification from the...
Hi all,
I used the ble_app_hids_mouse example in SDK 4.4.1 and found:
1.when the mouse does the first bonding with the master, the report rate could reach 125Hz(I set...
Hi, I am trying to code my nRF51822 on my custom board, however right now I'm having my doubt on using some of the example code provided in the SDK.
Essentially, I want...
Hi,
1/ I download the s110 softdevice and ble_app_hrs to the nRF51822 board, and running normally.
2/ I download the s120 softdevice and ble_app_hrs_c to the nRF51822...
Dir sir. I read the white paper "Tuning the nRF24xx matching network" and I have a question.
I would like to know the setting of the spectrum analyzer when I measure the...
I'm looking at the 5.2 SDK and I have noticed a few minor things that may be bugs or might be my mistake but here goes:
In the GCC linker scripts, I was carefully...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Hi,
I am working on a keyboard project,I change the HID report as follows
0x05, 0x0C, // Usage Page (Consumer Devices)
0x09, 0x01, // Usage (Consumer Control)
0xA1...
Hi,
How does the advertisement filter policy work?
I tried both BLE_GAP_ADV_FP_FILTER_SCANREQ and BLE_GAP_ADV_FP_FILTER_BOTH, but this doesn't restrict other devices...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
I just purchased an mbed developer kit and I am looking for the source code for the device. I want to write an iOS app to interface to this device via BLE. I'd like to have...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
Using ble_app_hrs running on a PCA10004 (nRF6310 motherboard + PCA10004 which uses a PCB antenna), the achieved range at +4dbm (<10m) seems to be short. Master Control Panel...
I think the new MCP might have a bug somewhere. I have not been able to find out the exact sequence on how to provoke it, but I have to restart the application more often...