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...
Hi,
I am trying to modify the code in the BLE_App_Buttonless_DFU_pca10040_s132 example is SES. Without any modification the code compiles fine and can be recognized by nRF...
My issue like this ticket
https://devzone.nordicsemi.com/f/nordic-q-a/39428/usb-msc-corruption
I suspect it is caused by a problem in the implementation of the NRF_BLOCK_DEV_QSPI_FLAG_CACHE_WRITEBACK...
Hi,
We encountered a problem when added new models through an OTA DFU. Specifically we upgraded a device with SoftDevice 6.1.0, SDK 15.2 and Mesh SDK 3.1.0 to SoftDevice...
Is it enough just to connect from custom board to P20 header(nrf52840-dk) SWDIO, SWCLK, RESET, from custom board GND to P20( GND_DETECT) and power supply to custom board from...
I need to enable UART1 in runtime in order to be able to read some data coming on that device.
In order to be able to use the uart functionality, I need to set CONFIG_SERIAL...
Hi,
As the subject description, I just remove the part of hid function from main.c then make the personal source file.
Before I removed, the project could work as usual...
Dear Nordic
there are two question find in my software. it may be some matter with thest two question, so put here together.
1.
My software will be reset about several...
for the i2c_3 to work the following is needed to modify the SDK.
nrf/subsys/spm/Kconfig
```
config SPM_NRF_TWIM3_NS
bool "TWIM3 is Non-Secure"
default y
```
...
I was wondering the behavior of the NFC BLE Pairing with OOB when max connections are full. Will the connections disconnect in order to pair with a new central after an NFC...
Hello,
in nRF52832 devices, P0.21 pin can be configured as reset using PSELRESET[0], PSELRESET[1] ergisters.
Due to space constraints, i dont intend to use the reset...
Hi:
I want to ask:the nRF24L01 can work in single point mode by SPI commands。 I need the wave show like in the picture。
IF it can,which software and hadware I need....
Hi,
I trying to send indication supplied with some data to my Android app (which BTW works fine with other BLE devices) as an answer to characteristic write command
...
I am trying to run a project on a Fastnel
BT840 module
I had the code running on The dev kit when we switched to the new hardware without a FL crystal I have been unable...
Hi,
I am working on writing data on flash and reading it back.
i am not able to read data which i am writing to it . i am posting my flash file please suggest where i...