Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
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,
We have the nRF52811 in QFN48 fitted to a number of products, with the chip showing 'QAAA0 1850AA'. Does this mean that it's an early Revision 1 ? The Errata in the...
Hello,
I'm new in the Nordic sphere and I'm starting in embedded programming. I was confronted with the following problem and I will try to give as many details as possible...
Hi,
got a question about UART and maximum bytes it can receive in one burst or "packet".
Using nRF52382 and SDK16.
Recently I've been developing a new app in which UART...
Hi Nordic Team/public users,
Request your assistance for troubleshooting the NDK-nrf52840 board that was having a detection issue whereby my laptop/PC was unable to detect...
Hello, I hope you are safe and well during these times. I have created a successful prototype using the Adafruit Feather nRF52 Bluefruit and the Arduino IDE. I think I am...
Hi,
I want to update the DFU with application nRF Connect (Bluetooth) for beginning I want to try with nRF Example in example/dfu/bootloader_secure. The file secure_dfu_secure_dfu_ble_s130_pca10028_debug...
Hi,
I like to use nRFSDK in my future project, but I don't like the hectic steps to open a project when using nRFConnect SDK. I cannot open Segger IDE directly instead go...
Hi everyone,
Currently, i am working with some zigbee devices using NRF52833 and zigbee SDK 4.1. Now, i want to use BLE DFU with it to update the firmware when needed. ...
I am developing with NCS, but I found only one project "v1.4.99-dev1\nrf\samples\bluetooth\peripheral_lbs" I can add files directly through the option "Add new file to cmakelist...
I m using sdk16.0.0 nrf52-ble-app-uart-c-multilink example. I want to comminication arduino btw BT840F. I try with nrf52840 there is no problem but when i use bt840f i didn...
I'm using a library that does
#ifndef MIN
#define MIN stuff
#endif
Because I'm using segger, I have no control over compilation order, so that's getting loaded first...
I want to design the chip (nRF9160) on our board. 1- What kind of external debug / flash (SWD) can I use to flash the modem firmware and my app?
2- Is there any suitable...
Hello All,
I am implementing a simple UART bridge over BLE and want to add a Characteristic to update the baud rate being used. I thought I added code to support a new characteristic...
Hello!
I have this interesting bug with the twim driver.
It works perfectly with the NRFX_TWIM_XFER_TXRX transfer type: I see the transaction go out on the bus lines...