Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
in a ble_nus_c_evt_handler().
SDK13, nRF52, S132.
I made connect success. When it done, I send command to peripherial to start discovery. When event came
case BLE_NUS_C_EVT_DISCOVERY_COMPLETE...
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,...