I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...