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...
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:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I have a nRF52840 application that needs to take a complex list of commands from a server.
I have a few options. I could:
code a basic language myself for these commands...
HEllo
I am using the example TWI_sensor_pca10040 with a main.cpp, and I see that there is some sort of error with the logging that I cannot point out. I get this error...
Hi
I'm currently working on the 10028 DK board, which was working flawlessly until I used the J-link RTT Viewer, and pushed the IF BOOT/RESET-button. Now, when I try to...
Hey,
SHORT VERSION:
Timer (every Second) gets started when connecting (BLE with nRF Connect) to my DK (SDK12.2, Softdevice S132). Timer gets stopped when disconnecting...
Hi There,
We have an issue where our project crashes, but the app_error_fault_handler() callback is not being called to help identify the cause of the issue. We are using...
Hello guys.
I'm newbie to embedded programming.
I'm trying to make device that can measure temperature of other objects. I have a variable resistor. The resistor's resistance...
My BLE application uses my own firmware update algorithm and bootloader, as well as the Peer Manager module. To ensure that I do not delete peer data during the update process...
I am using nrf51 running as a peripheral and an iphone app as central. It works OK when I first use the iphone app to connect to nrf51. Then I quit the iphone app and let...
Application data is stored just before the bootloader. If I do a DFU upgrade with a larger bootloader than the one currently flashed, is this taken care of? That is, is the...
i am using keil mdk5 and i want to use nrf51822.please tell me which software i need for this and which sdk i have to download for this.i am currently troubling with doing...
I'm facing problem while program custom board. I'm using nrf51822 module( link ) & j-link EDU 9.3 version. I think there is some connection issue. Here is my connection
...
Is there any reason why no error is returned when app_fifo_get() fails in app_uart_put() (SDK 12.0.0). Couldn't the lines below:
if (app_fifo_get(&m_tx_fifo, tx_buffer...