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...
Hi,
we are working on device that will have Bluetooth in it.
It uses 3rd party Bluetooth module, that is qualified from manufacturer of module.
We are making all CE, FCC...
Hello All,
I am just beginner with Nordic SDK.
I want to send simple hard coded string from Nordic UART service from peripheral to client.
I just tried the below program...
I happened upon this blog post from Estimote where they claim to have increased power output of the NRF52 to +10dbm.
blog.estimote.com/.../updated-location-beacons-200...
I am working in sdk14 nrf52832
I want to write flash after BLE initializing ,but write flash it has no action
while(sd_flash_page_erase(64) != NRF_SUCCESS){} //address...
Hi,
I'm using nrf52 dev board on sdk version 14.0 with GCC compiler. I modified the hrs freertos example to add a simple thread with same priority as of logger thread....
Hi
We have problems with Samsung tablets and phones at the moment.
We have an application with two custom services, Secure DFU Service and some standard SIG services...
Hi
I seek your support for the following 2 app_timer (or else) issue:
(1)
in there any reason as to why multiple app_timers will sometime trigger all in a row although...
Hi all, i'm continuing the exploration of the possibilities offered by BLE. I tried the example ble_app_uart on my nRF51 DK, sending for example the number "1" from my phone...
New to NDZ. Searched forums already. Summary page of each produce spec says different things but PWM section in each spec looks like they are copied.
So are the PWM modules...
Hello,
what is error 132 (decimal) for PM_EVT_CONN_SEC_FAILED ? I cannot find this code in the headers. This is red as: p_evt->params.conn_sec_failed.error .
Btw: #define...
I am using the nRF52832 with S132 Softdevice via SPI Serialization from an STM32 MCU. I am looking to use NFC for Pairing, but I don't see any references on if / how this...
I got following error:
nrfjprog --version
ERROR: JLinkARM DLL load failed. Try again. If it keeps failing, please
ERROR: reinstall latest JLinkARM from Segger webpage...
Hi. i'm using nRF52832, SDK13.0.0.
I'm developing Central, Peripheral both.
If peripheral just has 16bit UUID. It doesn't contain base UUID.
Or if i don't know what peripheral...
I was bought 2 PCA10056 board to do my product. I use ATT_MTU_Thought_Put example in SDK version 13. I also read this tutorial infocenter.nordicsemi.com/index.jsp . And I...