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...
I'm attempting to create and then update some NFC data to be presented as a type 2 device.
When I call nfc_t2t_payload_set it returns -45 (EDEADLK) but since the library...
We are using the DFU workflow available with nRF5 SDK 16.0.0 and nRF5 SDK 17.1.0 on our BLE devices. We have two different products, one using the nRF52832 and the other using...
If a manufacturer ships a large number of nRF52840 based devices that are configured as Zigbee end devices, and then later decides to switch them to Zigbee routers through...
I am using the Sparkfun thing plus nrf9160 feather with SDK 2.0.0 and modem firmware 1.3.2. Ultimately I would like to get LTE working along with GNSS, however, I can't even...
Good morning.
I am looking for an example of how to program the u-blox NINA-B221 module using the AT commands so that it is compatible with the application of the Nordic...
I've just updated from nRF Connect v1.9.1 to V2.0.0. In my bluetooth code that worked in the older version, I setup a couple of callbacks for BLE pairing:
In v2.0.0, I...
Hi, We are developing with the nrf9160dk as our development board. We are working from the aws-nrf-cloud a-gps sample (cat tracker sample) for our stack as our main system...
I'm trying to work out why this happens, but am not a great expert at linker scripts. Currently, we use arm-none-eabi to build our projects (and cmake) to great effect. I...
Hello,
we are using the following equipment:
- nrf5340-DK Board
-Zephyr SDK 1.9.0
Our application is intended to transfer a large number of data over BLE.
So, we...
I would like to test nRF52832 passkey method with pc-ble-driver-py ( https://github.com/NordicSemiconductor/pc-ble-driver-py) . Does pc-ble-driver-py supports passkey? Where...
Hi, I am developing an application that includes the following features: 1. PWM to control the buzzer 2. 2 Uarte to communicate with 2 external devices 3. BLE to wireless...
I am trying to speed up the burning process.
I am using JLink ULTRA+ (swd max speed 50Mhz) and Jlink base( swd max speed 30Mhz) and NRF52833 but still get almost the same...
Hello,
We developed a system that consists of 1 central and 10 peripherals, all are based on nRF52840. Below is the configuration of the system:
Central: AWSFreeRTOS...