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.
Is there any difference between i2s hardware in nRF52840 and nRF52833? I made WS2812B i2s driver and working very good on nRF52840. The same code (project is adjusted...
Hi, I'm developing an application which is merging from (ble_app_uart + libuarte + app_timer + pwm). Here is my main.c Now I'm developing an feature that using timer ((app_timer...
Hi,
As mentioned in subject line, I am trying to enable BLE SC peripheral in SDK 17.0.1 with softdevice S113. I have enabled the PM_LESC_ENABLED macro in sdk_config and...
Hi Nordic,
My customer has imploy nRF52832 to develop a heart rate equipment.
We have test the ble_app_hrs_c and ble_app_hrs on two nRF52 DK.
I found that if I comment...
Hello Dear,
Why the time of uplink state is 950 ms if the data packet size is 0 Byte?
Can we say that every time a data is sent, it takes 950 ms to get the transmission...
Hi nordic, In the products I developed, since the entire product is metallic, only a small part is a non-metallic material, and an antenna has been designed to solve the problem...
I've had a lot of server errors on https://devzone.nordicsemi.com/ lately.
This happens more often than not on chrome/ff/edge/incognito/etc.
The one thing that seems...
In our cases, Serial interface needs to support Heartbeat of Configuration Server.
But configuration server's heartbeat handler is not support serial interface and serial...
Hi,
1. What does signaling test mean in bluetooth domain?
2. What does non-signaling testing mean in bluetooth?
3. In the Bluetooth world, I only know about DTM testing...
Hello.
It is under development using nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral device.
I am investigating how to do bonding with iPhone. As a way, bonding is...
Hi,
I have been able to program my NRF 52840DK with the following program: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_uart...
Hello Everyone,
I am using NRF52833 in my project. My code is FREERTOS based. I am also using 2 UART, one is normal uart and other is LIBUARTE. I have also initialised timers...