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...
Hi, when trying to read a register from a chip using the IIC interface,blocking mode:
uint32_t ms5837_cmd_read(uint8_t *data, uint8_t length, uint8_t register_address)...
On a custom board with an nRF52832, I have some LEDs I'm driving from the pins 9 and 10. One or both of these pins are used for the NFC antenna unless you configure them as...
I am trying to understand the whitelist feature by following the HID Key board peripheral example on S140 v5.0.0.-2_aplha on nRF52840 dev kit. I am using iPhone SE with nRF...
Hi all,
I'm trying to return a write response in nRF sdk but so far no success.
Actually I'm still scratching my head to figure out how characteristic write works exactly...
I am trying to build and debug the Mesh v1.0.0 light-switch server example and getting a
cryptic error when launching the debug.
My environment is Segger v3.30 on macOS...
Hello,
I just bought a nRF52832 development kit
infocenter.nordicsemi.com/.../nRF52_DK_User_Guide_v1.2.pdf
The board can pair and data transfter with mobile after i...
With a little research, I came to the probably erroneous conclusion that the "NRF_ERROR_INTERNAL" error I keep getting is likely caused by my not using a twi event handler...
hi
i did the setup according to border router setup guide on Nordic info center. all run fine but when i tried to run command ""panid 0xabcd" it saying not found
Good evening.
I write a project on nrf51822 in which there are a number of services with a set of characteristics (write and read). I need to limit access to some characteristics...
Good day!
I'm working on NRF52 and its default timeout for advertising is 180s. But I am unable to stop the advertising event even after that. I tried to change the timeout...
Hello,
is there a certain amount of time the nRF52832 has to stay in RXIDLE between the reception of two packets when receiving several of them without disabling and re-enabling...
Hi, I'm a bit confused.... so far I was under the impression that SDK 12 was the last SDK that supported nRF51 development.
But now I found the section " Using the SDK...
I have a board with nrf51822 which is not equipped with HF crystal, but it has a LF one.
As pointed out in some other threads, calling HFCLKSTART on a board without functional...
Hello, I want to use the module app_mw_ble.c, but couldn't find its matching .h file, as a result, I got tons of "function declared implicitly" error.
For some reason,...
Good Day,
I am unable to connect my Rigado BMD-200 (NRF51822) to nRFgo studio using the J-Link EDU Mini. However, using the nRF connect application for Android I am able...