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...
nRF52840, nRF Connect
I was looking at the button example and it is apparently a little different then in the nRF5 SDK kit. In the SDK you had a callback and inside that...
Hi!
For a custom project, I need to enable and disable soft device on a peripheral. I'm able to enable/disable softdevice for two cycles, then I get this error:
<error...
Hi,
I'm trying to mount two spi flash device on spi0, but can't found the second one(device_get_binding() return NULL).
The two device has compatible ("jedec,spi-nor"...
Hello Support,
In my project I use the nrf52840 with the nRF Connect SDK to create a OpenThread device with an Secure MQTT connection to a broker.
I've got the OpenThread...
Hi. I am trying to output a square wave on to separate output pins. I want to have one inverted, however I can't even get the same output on both pins at the moment. The pin...
I want to use HCI_USB on nRF52840 board(nrf connect SDK).
Legacy Advertising Scan is success.
But,, I don't know how to recieve the Extended Advertising Scan.
Please...
We have an nRF52840 operating as BLE peripheral that ix using sd_ble_gatts_hvx() to notify an attribute value. Because we are using an RTOS, after calling sd_ble_gatts_hvx...
Good morning,
DK: nrf5340 Audio DK
SDK : V2.0.0
Toolchain Manager: V1.1.3
nRF Connect for Desktop: v3.11.1
I am trying to work with nrf5340 Audio DK. I was able...
Hi,
I was working with my Thingy:91 all worked fine. Wanted to upgrade to latest firmware and somehow in this process the USB interface stopped working. I switched to use...
hi,
i am using sdk_17.0.2 and nrf52840.
I want to get 6 pwm outputs like in the picture.
They all have to start at the same time.
20 khz signals should be.
i...
I want to make sure I understand something fundamental. The nRF52840's PWM peripheral is hardware based unlike the app_pwm library which is software based, (originally developed...