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...
Hello,
I can successfully compile projects based on nRF52832 and nRF52840. Whenever I try to compile an nRF52811, even the projects in the examples folder, my IDE prompts...
Hi,
I wanted to test the NFC on nRF52840 DK. I have seen that to test NFC we need a Adafruit PN532 NFC Shield. Why cant we use 2 DK's with NFC antenna to test NFC. I have...
I tried the following code:
In main:
void sys_dispatch_handler(uint32_t sys_evt, void * p_context) { test(sys_evt); }
And registered the handler as follows:
NRF_SDH_ANT_OBSERVER...
Hi Nordic,
I build the nRF UART 2.0 application source code running on Android OS 5.1 and it works well, but android 10 cannot scan the device.
I migrated to Androidx...
Hi,
Some questions regarding passkey and Diffie Hellman.
When a device connects to a mobile - the mobile user should insert a passkey.
Does this passkey used as a...
Hi I am developing a Multi-link Central that connect to a mobile phone and multiple BLE dongles. I use the Multi-link and BLE blinky in SDK 17, it works fine.
My problem...
Hi all,
I tested with example uart_pac10056 (SDK16), but return error NRF_BREAKPOINT_COND.
When i debug, it show error in APP_UART_FIFO_ERROR.
Could you show my mistake...
Hi All,
Is it possible for me to broadcast multiple&different type of beacons/advertisement, for example ibeacon, eddystone, unconnectable-advertisement, connectable-advertisement...
Hello, I would like to use the pc_ble_driver_py with sd api v6. I can see in the CMakeLists.txt where I can change set(SD_API_VERS "2;5") to set(SD_API_VERS "2;6"), and it...
Application Info:
I am working on developing a synchronized mesh network of low power sensors. I am trying to maintain an average power consumption of 100's of µW while...
Hello, there,
I am trying to get the UARTE working on a custom nRF52840 board. In my setup, I am expecting a response to every transmission on UART.
Here's my setup...
Hello,
Would appreciate current-day thinking regarding unused GPIO pins. Our product uses Laird's BL652, which embeds the nRF52832. Many GPIO pins are unused. I've looked...
I am new to nRF9160 development board. I have just opened the board and tried to connect following the startup instructions. I was able to see LED 3 and LED 4 blink the first...
Hi,
I am trying to get a bootloader to work on the nRF52832 and struggling to get the application to run after a DFU. I could not get this to work on my custom board and...