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...
Hello,
I'm using the UART0 in nRF52840-DK for debugging purposes and using the ble_app_uart_c example as a basis.
Now, I need to activate and configure the second UART...
Hi guys
I'm just want to know, is this situation can occur if my application size will grow so high that it could be overwritten by the flash data storage module?
...
I am developing for a Thingy91 and NRF9160 DK
NCS v 1.9.1
I am using the LTE_BLE_Gateway sample using the NRF9160 as the Host and talking over HCI to the NRF52840 as a...
Hi
I'm working with ringbuffers ( docs.zephyrproject.org/.../ring_buffers.html ). I'm using the data item mode. Periodically I put data into the buffer (if I'm correct,...
Hi there,
We are trying to integrate an nRF21540EK shield onto our nRF5340DK. Following the instructions on the following link ( https://developer.nordicsemi.com/nRF_Connect_SDK...
Hello
My production ble performance is lower then nrf52DK.
How can I impove ble performance?
And I think there are two ways.
1. redesign PCB antenna (currently...
So, I'm trying to debug some code I've been working on, so set CONFIG_LOG=y in my prof.config file.
Now, when I try and builld, I get this error:
Error: Image size (0x36c54...
Hello everyone,
I am using the nrf52840 on the CDEBYTE E73-2G4M08S1C nRF52840 BLE 5.0 Wireless Transceiver. robiz.net/e73-2g4m08s1c
There are two device. One of them central...
nRF52840, SDK version 17.0.2_d674dde, SD140.
Our code uses the PPI extensively to manipulate some GPIOs and start SPIM transfers from peripherals using EasyDMA to store...
Hello all! I am trying to interface MPU6050 with nrf52832 dk using the following code. On the LOGGER, I see that the MPU isn't detected, despite I replaced the MPU. The if...
I wrote a reply to a 5-year old question which appeared to be related to my needs but the answer was not what I was looking for.
The case is very straight forward:
The...
Good morning Sir/Mam
i want to read data on serial using nrf9160 by segger. i have pic a sample from devzone "Uart". i have successfully build it and Run on board , but...
Hi,
I am having problem with UART on both NRF52 Devkit nad NRF52480 dongle. If I start from the example:
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart...