Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
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...
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 have a problem using ble_advertising_restart_without_whitelist(). According to the documentation (as I understood) it should start advertising without whitelist even if...
Hi all
When i am reading ANCS code, i have some questions. SDK 12
Question 1: when ble device are connected with ios, the pairing is wrong, how to handle validation...
I am attempting to port a custom ble service from sdk12 to sdk 14 and am a bit confused as to how to increase my uuid count. In sdk12 I did it like this:
uint32_t err_code;...
Hi
I am using wireshark 2.0.1(64 bit).When i am trying to capture the ble packets it showing error.I have attached the Wireshark error message.BLE Sniffer version 1.0.1.I...
In the Bluetooth Light Controller example for the client in main.c these constants are defined:
#define SERVER_COUNT (3)
#define CLIENT_COUNT (SERVER_COUNT + 1)
Why...
Hi Nordic,
Sorry if I missed and repeated a question, just point me to the previous answer if it has been posted before.
I am trying the DFU example found in the SDK...
Hello,
I'm wondering that it is ok to route ANT line through board-to-board connector to chip antenna.
Because there is no space to place nRF52832 and chip antenna together...
Hi,
I've seen that SDK 12.3.0 contains a new version of the application sample using the Eddystone protocol for BLE. I would like to know if this version is compatible...
I am using the template example for S130(works fine).
I tried adding a simple Pin interrupt on the code but it didn't call the pin interrupt handler everytime I press the...
For applications using the application UART Module ) via APP_UART_FIFO_INIT() without hardware flow control - how does an application put the UART peripheral to sleep?
...
Hello Nordic staff (or anyone in the know),
I saw this post from @newtom almost a year ago which concluded that I2S master library does not support 32bit words from mics...
Hello there,
I am a beginner, i want to know what changes should i make in the already existing example "ble_app_uart" so as to make my nrf51 development kit able to transfer...
In the file app_sdcard.c of the SDK13.0.0, an assert is done when calling app_sdc_init() with a pin P0.0. Can i safely use P0.0 with the assert deactivated or should i use...
Hi;
I am using nrf51822 qfaa device with sdk12.3. I compiled eddystone example code and it worked with nrf51dk(nrf51422_qfac) board. Also, i have a board that has nrf51822_qfaa...