Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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...