Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
Hi
How can I readout the actual timer value on the fly? I use the timer in capture compare mode and like to read out the timer value.
nrfx_timer_clear(&m_pyq5848_timer...
Hi all,
I have set up an nrf52840 as the sniffer to sniff the connections between my custom board and central phone. My goal is to figure out the bottle neck of the ble...
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...