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...
Device: nRF52832, SD132v7.0.1, NRFSDK 16.0.0
Host: nRF52840 USB BLE dongle, pc-ble-driver-py 0.14.1, Python script, Linux
We're developing a device that's a BLE Peripheral...
Hi, I am looking for any suggestions on heart rate sensors i can use that would easily integrate with the nrf52832. I am looking to get a finalized output from the heart rate...
Hi I have a few questions about bluetooth 5.1 and the CTE packets that it transmits.
1. I know that there is a physical difference in the hardware of a Bluetooth 5.0 chip...
Hi,
I have nRF52840 dongle PCA10059. I want to use dongle as sniffer.
So how and what hex file and other thing i need to do ? To use dongle work as sniffer.
Hi,
I have been trying to get UART working properly on my custom board but also on nRF9160 DK. I'm using only UART_0.
With CONFIG_USE_AT_HOST and without any uart code...
tag v1.1.0 (have done west update) using SES 4.30c as suggested by nrf connect Compiled and flashed using SES modem firmware mfw_nrf9160_1.1.1 downloaded and updated the certificate...
I have developed a ble5 long range and meshing product but my life is way to short. using 2-3.6v batteries in parallel and only getting 2 months life in my battery calculations...
Hello everyone !!
While in test, I use Phone Mi Max 2 communicate with NRF52, sometime NRF52 send to Phone but Phone didn't received. I used sniffer and see packets to be...
Hi !
We are planning to add sensor device over Mesh network.
This sensor device will share Room Temperature, Outside Temperature, Humidity, ambient light and movement...
Hi,
I am working on BLE project which has 2 custom services with characteristics values having properties as READ/WRITE and NOTIFY.
Now when I enabled NRF_LOG through...
Hi Nordic,
I created a BLE custom service and now i want to merge this in Light Switch(Mesh SDK version 2.2.0) example from here.
I already kept the custom service code...
Hi everyone,
I recently finished developing a program that includes BLE, mesh and DFU.
Everything seems to be working but there is a problem with disconnection.
The...
Hi Devzone!
The development is in the final stage and is now testing by connecting the dc adapter or battery, not by connecting the pc cable and the debugger. However...
To get the reason for the restart, I called the sd_power_reset_reason_get () function after the ble_stack_init () function in main, but there was a problem. The return value...