I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
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...
I made all steps in a guide
devzone.nordicsemi.com/.../
All works fine. After that prepare my own firmware like appendix 1. Also works good. I merge
bootloader_setting...
Hello,
i'm trying to run the ble_uart_example on my nRF52840 eval-board, but it always fails on this line:
err_code = ble_advertising_init(&m_advertising, &init);
APP_ERROR_CHECK...
Hi, everyone,
I develope the project with BLE support. In my project I need to define the time server. For this purpose I tried to find any example reffered to it, but no...
It is a sensing-processing-actuation based application. Just want to use the nRF52832 module for BLE communication( a part of the application).
Is there a direct API in the...
Hello,
I have an application where an nRF52832 peripheral (S132 v3.1.0) transmits a 5-to-10 MB file to an nRF52832 central (S132 v4.0.5). The peripheral sends the file...
Hello,
I have bought an nRF51 dongle with a SEGGER J-Link.
I have downloaded all the SDK and everything from nordic website.
If i open an ble peripheral example in uvision5...
Hello i cannot get uart to work correctly on these pins. The board seems to reset when i try to run uart on these pins. I can get them to work on pins P0.06 and P0.08. I think...
I could not find update info on this;
When I use mergehex to combine SD, app and bootloader, MCU just boots into DFU mode.
When I program SD, bootloader and app, MCU...
I have a nrf52832 running as a BTLE peripheral running up a couple of services including one custom with a characteristic i wish to be modified by the peer.
Data is being...
Now I'm using NRF52832 to communicate with other MCU(STM32) by UART.
STM32 will transmits about 40 bytes data to NRF52832 per 10ms.
Here is my configure referenced Nordic...
Are there any dependencies between the connection parameters configuration and pairing?
I am using nRF52840 and SDK 14.0.2 and ATT_MTU example. I am trying to add pairing...
I am trying to implement bonding with the Uart example in SDK 14. I have followed the instructions for how to use implement device manager and then migrating to peer manager...
Hello there, I need to specify the LDO that will power the nRF51824.
What would be the max current consumption for nRF51824 at 3.3V?
I saw a similar calculation for 51822...
Hello, this might be a stupid question but if I have a Bluetooth 5 module that is advertising and another module getting the RSSI-value without actually being connected to...