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,
I can see that Apple states that iPhone 7 supports LE Data Packet Length Extension forums.developer.apple.com/.../73168 . Anyone know if the packets per event and the...
Hi,
I have NRF51822 module with custom carrier board.
I trying the experimental ble app blinky (S130) with PCA10040 (master cenrtal board S132) works fine.
When trying...
Hello,
I test new SDK 13 and i have a problem. I don't success to debug bootloader. When i open .out file into debugger, sources are not complete (main is missing) so i...
Hello,
Is that possible to use a mbed application with SDK bootloader ? If yes, with signing too (if i sign application after generation) ?
How to set memory mapping...
I am trying to program an nRF52832 on an nRF52DK via the Debug in port (P18).
I am driving it with an STM32L073.
Should I put the nRF52832 into reset via the Debug in...
hai
in my application i am using nrf51822 . i have connected some sensors with the mcu. and i am collecting values from the sensors and this values are updated to the service...
In our code we use NV storage for system settings and calibration data.
I'm trying to understand when to open/close files and which structs to keep bwtween reads/writes...
Hello,
I'm using nrf51822/sd130/sdk12.1.0 and SOFTDEVICE_PRESENT defined.
But, I didn't enable softdevice.
I want to realize power save mode.
when I use __WFE...
hello there, i am using sdk11, i am using uart example. i am using nrf51 dk
SEGGER_RTT_WriteString is working. but
SEGGER_RTT_printf is not working. main.c
i have seen...
hello everybody,
i've downloaded the firmware files of nRF51822 beacon, but i couldn't find the source code. Does anybody know where i could find the source code of nrf51822...
Hello,
i try to use the nrfConnect (PC version) to update my devices via DFU. The DFU service is running on the device (update with Andoid nrfToolbox works without any...
Hi,
After finding that Windows doesn't like HID devices if they can't be bonded to, I've been attempting to add peer_manager and bonding into my application.
However...
Hi,
I'm working on a Custom Android app which connect to my NRF52 without any security.
This App is based on the UART demo App for Android, but I want that only my App...
I see that nRF52 SDK support the printf() , nrf_log_info() and app_uart_put() that can display data received on PC serial monitor, I'm wondering what's different/advantage...