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...
Hello,
I have a brand new Thingy 91 running the default asset tracker application connected to nrfCloud.
I wanted to build the asset_tracker myself and upload it to validate...
Hello, I just got an nrf9160dk with hopes that it would allow me to reprogram a Thingy91 that I couldn't program through the MCU method. (this is an still open ticket: https...
I use nrf5_SDK_for_Mesh_v3.2.0_src\examples\experimental_lpn and board PCA10040.
When I close main.c ERROR_CHECK(sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE)), nRF Mesh...
Hello,
I'm started implementing DFU over serial port and see documentation from this link: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5...
Hi, I am now using nRF24lu1p, for using cklf_wdog_init() to enable watchdog, then I set cklf_wdog_init(10) in main function, but don't know how to set watchdog event handle...
So we have been developing on the nRF52811 and realized we need OTA (Over the air Frimware) aswell and we have 30kB Flash and 8kB Ram remaining. Can this be done?
Also a...
Dear Sir/Madam,
I am trying following,
1. Avoiding SPIM transfer interrupt handler.
I am performing following steps,
1. nrf_drv_spi_init() for Handler parmater 'NULL...
Hello,
I'm using nRF connect for power profiling of nRF52840 DK. First time it works.
If we close the nRF connect and open it again then I get error.(Also after power...
How can I do LESC on my central with an Android peripheral device, if with each new connection the MAC address on Andriod changed randomly?
The first time I am making a...
Hello,
I want to use 100 bytes of flash as non-volatile data memory. We should be able to read and write this memory during execution.
So for this purpose I need the implementation...
I already follow the link for terminal in this link https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_cli.html&cp=6_1_3_10_3&anchor=lib_cli_terminal_settings...
nRF52DK
p20 debug out
external board is 51822 + sensors
I managed to connect the external board through p20 on the 52DK. I can successfully program the external board...
I am reading about nRF52811 SoC which is currently supported by nRF5 SDK v15.3.0 and SoftDevice S112.
I want to know more about its direction finding capabilities and play...
Hi,
I'm trying to add the NUS service to an existing application (freertos based, SDK15.2, already use a custom service)
I copied the relevant code snippets from...