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...
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:
...
Hello,
I use nrfutil to generate the dfu .zip file, the error log is listed below. what is the reason? the softdevice is s140. thanks.
>>nrfutil pkg generate --hw-version...
ble_app_uart_c_pca10056_s140 fails with an assertion - I have downloaded nRF5_SDK_14.2.0_17b948a. For the example project examples\ble_central\ble_app_uart_c\pca10056\s140...
Hi,
I am trying to write a 120 byte data through ble to raspberrypi from my android app(I increased the MTU to the required limit). But all I am able to transfer is first...
Hi Team
Let's assume, we have a provisioner (client) and several successfully provisioned servers in a mesh network. We now want to remove one of these servers from that...
Hello,
I am currently migrating from SDK12.2 with softdevice S132 V3 to SDK14 with softdevice S132 V5 and have a problem configuring device names larger than BLE_GAP_DEVNAME_DEFAULT_LEN...
I am using nrf52832_xxaa and I'm porting my device from SDK11 to 14.
I have found that new sections have been added in the linker file of the examples like sdh_soc_observers...
Hi,
I use SDK v13.0.0 with SD S132 and to debug my application I use UART0 on Putty.
When I use SPIS (0) (no BLE and no softdevice) alone I perform all functionalities...
hello:
i use timer1 to get a pwm waveform,when i use RTT to test it,the waveform is ok,but when i take out the RTT,and Remove the battery and put on the battery again to...
I've made a custom board with nrf51422-QFAC, which I can program with nrf51-DK. I'm using SDK 12.3.0 and SD130, which is flashed to the custom board.
When I program the...
I'm trying to setup logging with printf() over UART and I got totaly blocked by following realy strange situation.
Let's have following very simple log_test.c:
Then...
Hi. I'm quite new to nRF programming. I successfuly solved how to compile/link/flash the software onto nRF52 DK using just a simple editor (Notepad++), the ARM toolchain and...
Wondering if there are any example/reference implementations of a bootloader for the nRF51822 that support Device Firmware Update over both UART and BLE? We've got the BLE...
Hi,
I have met problem when apply dfu of nrf52810.
I used dfu sample of 52810 from devzone link: https://devzone.nordicsemi.com/f/nordic-q-a/28471/about-ota-for-nrf52810...