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...
Dear Nordic engineers
I made some modifications to the keyboard examples in the SDK based on the NRF5 17.0.2 version. I changed to use a static password for pairing and...
Send a semaphore every 20ms through the timer. After receiving the semaphore in the thread, push the data to the message queue
Then, the message queue is obtained through...
Hi
I'm working on adding software flow control in coprocessor code,
1.CONFIG_UART_ASYNC_API and UARTE_INTERRUPT_DRIVEN ,What's the difference between the two macro definitions...
Hi everyone,
I have the following issue. I have migrated a code for a Bluetooth Mesh network gateway which I developed a few years ago with version 2.1.0 I guess to the...
Hi Nordic,
I am trying to implement a custom uart driver in my inter processor communication application. In the driver implementation I want to use uart with dma and I...
We are porting to the nrf52832 an application that needs to sample the SAADC continuously at 200Khz (alternating between two inputs) with dual buffering DMA of let's say 1k...
Hello Devzone Community,
I am developing an nRF9160 based firmware for a battery powered device, and am attempting to examine the firmware using `gdb` at the command line...
I'm developing two products that will communicate via ble_uart. Both products have battery, so I need to reduce consumption as much as possible. I'm currently using nrf52832...
Hello,
Im getting different behavior on my SoC depending on what power source I use. For example I tend to get alot of retranmissions from client to server if I have them...
Hi,
I have taken nrf_connect_sdk_v1.9.1 and build n=my application over it.
When I delete .git file from v1.9.1/zephyr/.git, then my west compilation don't occur.
...
I tried to open a program created by else one. The Output is shown below. I could not understand: Due to which warning abort ? There are many warnings.
Creating solution...
Hello Devzone Community,
My name is Ted, and I am continuing my effort to configure a Zephyr based, Nordic aws_iot sample app based firmware to run and support nRF9160 lowest...
Hey I am using a nrf9160dk and I am trying to get lte-ble to work I get the above assert failed.
Does anyone have an idea how to fix this?
I have the hci_luart file...
Hello,
My group has developed a board using the nRF52840 SoC and we are in the process of transitioning our firmware from the development kit to the custom board. Our firmware...
Hello,
I am trying to run the system_off sample project to measure some low power currents. The sleep works as expected but once it reaches:
It does not go into deep...