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...
Hello, I am trying to use the spi_flash sample project with a laird bl654 dvk. When I run the project however, dev->state->init_res = 19 and will not run for me. It recognizes...
Hi,
I have been trying for several days to modify the ble_app_uart project on the peripheral side to use the BLE Long Range, unsuccessfully. I use the NRF52833-DK with...
Hello, sir.
I want to use the i2c bit bagging method, thus I used the DeviceDownloadnRF5 SDK 17.1.0 ddde560nRF5 SDK 17.1.0 ddde560componentsdrivers nRF5 SDK 17.1.0 ddde560componentsdrivers...
I want to use the Zephyr Shell with my own transport layer. Since the only connection I will have to the modem is over SPI, I want to have the SPI read/writes handled with...
I am using sdk 17.1.0 .I am getting error while using bsp_buttons_is_pressed function in main although i have included file bsp.h ,bsp_btn_ble.h, boards.h. The error is Error...
Hello,
I've been developing an application with nRF52840 and I've been reviewing the appropriate SDK to start with. I see Nordic recommends starting with nRF Connect SDK...
Hello everyone,
I have a question regarding the bonding process in the NRF52832 device. Currently I have one custom service with one character and my nrf device is a doing...
I'm opening a different thread to discuss further my latest findings.
I'm using a module E73-2G4M04S1AX that is based on nRF52810. My project has very strict power requirements...
Hi Team,
I think I've found an issue when using the nrFX UARTE1 Zephyr driver. I'm building an application based on the Bluetooth peripheral UART sample.
I use 20 byte...
Hi, I am having trouble connecting the LTE Link monitor. I have already updated all certificates and firmware. But when I am trying to connect my device to the cloud it does...
In my current application I have a combination of some examples and features, but I couldn't add the resource provided by the http_application_update example.
So I tried...
Hi!
I'm developing an application that requires both keyboard and mouse control over BLE. I have gone through various guides to get this working, and the only method that...
Hello!
I'm developing firmware for a custom board based on nRF52811 CAAA. I am trying to create a new board under .\v1.9.1\zephyr\boards\arm\nrf52840dk_nrf52811_myboard...
BT central sample has the following code
bt_enable ( NULL );
bt_le_scan_start (SCAN_PASSIVE , device_found );
I ran the sample on my custom board based on nRF52840...