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...
I based my project on the secure wireless uart example in the nrf5 SDK and linked to the precompiled gcc library 802_15_4_lib_gcc.a
I then tried to add multiple entries...
It seems that once we install nRF Connect into VS Code it completely takes over and now when I open any file in VS Code I see all of the nRF connect tabs and controls which...
I'm trying to debug an application however there is no documentation on how to set up the debug.
How come nRF connect is selecting the HEX file. I want it to select the...
Hey,
I am trying to use the Jam Detection Feature of Openthread on my nrf52840 DK. The device is running as coap server with the example code
"simple coap server". I...
Hi All,
I'm using SDK17.1.0 and I have a question about pairing.
I have a project that references the ble_app_bps program, but I don't get pairing notifications when...
Hi All,
I have a question, it seems to be the SES debugger crashed.
My project only uses peripheral devices, my purpose is to combine libuarte with my framework.
And...
I want to send an interrupt instruction from appcore to netcore by using IPC.
Implementation code in appcore:
Implementation code in netcore:
However, in actual...
I have a vendor mesh model that needs to send a custom 8 byte message.
Here are some definitions
BT_MESH_MODEL_PUB_DEFINE (vnd_pub, NULL , 3 + 8 ); <--what is with this...
Hi,
I have a nRF52840 Dongle connected up to an external j-link debugger. I have been using this over the past few weeks with no issues and unfortunately I have managed...
Hello,
We're facing an issue related to the USB IRQ.
I've 2 EVK boards NRF52833 (let's call them EVK_1 (PTX) and EVK_2 (PRX) respectively). One of them ( EVK_1 ) is connected...
Hi!
We're developing a solution where we use PC-BLE-driver JS on our central side, along with BLE dongles with nRF52840 chipsets. These dongles are pre-flashed with a connectivity...
The previous ticket was closed unexpected, https://devzone.nordicsemi.com/f/nordic-q-a/87224/how-to-remote-control-nrf52840-led-s-on-off-through-openthread-network .
Thanks...
Hi All;
i am using nRF5 SDK 17.1.2 / 17.0.1 and examples are ble_app_uart & ble_app_uart_c and nrf52833. Mode is connectable and coded phy .
I tried to connect the devices...
Hello,
Hi i am working nrf52840 DK board, from this first i have load softdevice and after that i flash the code so that time it was showing the error as "Error Flash...
Hi all,
I would like to measure water consumption at my home with nrf 51822 and send it over bluetooth.
I know there are some flow meters generating pulses, but how can...