I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
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...
I want to analyze the power consumption of connection parameter update procedure. How can i get a detailed description about the packet flow of it ? for example, the packet...
Hi all, I'm using sdk11.0.0 signed bootloader and I have custom board with dfu support. The custom board have device type ex:0x01 now I need to change device type to ex:0x02...
Hi all,
i need to read the status on my GPIO where there is a led.
I have configured it like a:
nrf_drv_gpiote_out_config_t configLed = GPIOTE_CONFIG_OUT_SIMPLE(true...
Hi. I'm using nRF51822, SDK12.2.0, S130 as multi-link Central.
#define SCAN_TIMEOUT 10
Time-out is working well when it is Single connection. After 10 second, it stops...
How i can see the performance like the Picture. is allways 0% and had also no time or calls in the execution profile. Breakpoints works.
But when i press F10 (Step over)...
Hi There -
I'm trying to test connection interval negotiation with a central by putting nRF Connect Desktop (Mac) in peripheral mode and requesting a connection parameter...