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...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Dear team,
Our customer using "nRF51422 Development KiT8PCA10028)" with "ble-sniffer_nRF51822_1.0.1_1111_Sniffer.hex".
They can check advertising packets, but, they...
Hello,
Here is a newbie question:
I have NRF52832 (sparkfun breakout board) and ADT7410 temperature sensor and, I want to create a data logger. But, i could not understand...
Hii all,
Is there any one started using and succeed with nRF connect 2.0, I installed and open this app, and added two apps two this
After that I launched the app...
hii team,
iam trying to pair my central app with one peripheral device which is generating random passkey while pairing .when central (my App) is sending pairing request...
Hi,
I am using the pin change interrupt example provided in the SDK examples. By setting the input sense to NRF_GPIOTE_POLARITY_LOTOHI, the interrupt handler is called...
Hello, i am a beginner, i have a doubt that my UART project is building without the softdevice being flashed and the output is not seen on the pins. I wanted to configure...
Hello
I want to change the mac address of my device from normal mode to random mode,
I do not know how this does for nrf52832 (NRF52-dk)
Thank you in advance for your...
Hi All,
I've got a nRF51-DK development kit, and I just compiled and downloaded my first example to it through Keil uVision. Problem is that nothing happens when the program...
Would it be advisable for system design to use CAN(CAN Open) and BT simultaneously on nRF52832 IC?
Why this bothers me is because capabilities of nRF BT MCU's are growing...
Is it possible to limit the connection duration on BLE peripheral (nrf52832)? For example, if central is in connection for more than X seconds, then peripheral terminates...
hello everyone,in my code, SDK9.0 uart ,please tell me the reson if you the book of knowledge
static void timers_init(void)
{
uint32_t err_code;
APP_TIMER_INIT...
I am looking at the att_mtu_throughput example in the blog ( devzone.nordicsemi.com/.../)
Some of the items in configuration menu that are shown in video and listed in...
Hi,
I am using sdk13 with a nrf52832 dev kit.
I have two separate projects one with a bootloader and other with an application.
I use the following configuration in the...
Hello,
I am using nRF51822 and an STM32 communicating over UART. I want to test UART communication without CTS and RTS so I did the configuration as shown below:
static...