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 am developing a device based on nrf52840, this is peripheral. But I want to change the code so that I can only connect to my device using my application (in other cases...
Hello,
As I am using max30003 ECG with nrf52840 Using NRFX_SPIM example code( SDK15.2-PCA100056 ), I have developed drivers and I am able to read device id through my driver...
We had been using an AT&T M1-enabled SIM in one of our development units successfully for quite some time. After we upgraded that node to MFW v1.1.0, it is no longer able...
I have a custom board based around the nRF9160. I am trying to use the LTE Link Monitor to test the Modem but and having problems.
I am able to connect to my board OK, please...
Hi Nordic teams,
I'm trying to integrate the DFU function into light_switch example this days. At the beginning, I used the dfu example to update my evaluation board, and...
Hi,
Good day!
Statement of problem: In our application, we are using nrf52832 SoC to control critical components (heater). So I was suggested to use a watchdog timer to...
Hi,
Im trying " https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/gps/src/main.c " gsp example to check supl(AGPS) to integrate into my application...
Hi,
In-app when you scan for device and after it is found you press the connect and then the notification/permission to pair pops out. Our app developers are saying that...
Hi,
We are using nRF51DK for our development, we have developed Android app for Android smart phone.
When the Nordic BLE device advertising we are trying for BLE connection...
Hi guys,
I'm fairly new to this kind of stuff and I'd appreciate if someone could point me in the direction of how I would go about taking the data being transmitted by...
Hi nordic,
I am using SDK15.0 (NRF52840) to design a watch producation which needs pairing. I have a problem that if NRF52840 (peripheral ) has been paired with a smartphone...
I want to get the RSSI of a connected device. The sequence will be as follows:
int8_t *p_rssi;
uint8_t *p_ch_index;
sd_ble_gap_rssi_start (m_conn_handle, BLE_GAP_RSSI_THRESHOLD_INVALID...
Setup: nRF52840 DK nRF52 SDK v16.0.0 s140 v7.0.1 When I attempt to use the nrf_crypto library for AES 128bit ECB encryption I keep getting
NRF_ERROR_CRYPTO_CONTEXT_NOT_INITIALIZED...
'm sending a publication set message (0x03) from an iOS app to an nRF52840 board using the light server example in the latest SDK. This works and I'm able to receive messages...