Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
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...