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...
I am now facing the following issues: https://devzone.nordicsemi.com/f/nordic-q-a/55975/about-reset-during-advertising
I call "sd_app_evt_wait" and go to sleep. Even when...
Hello Nordic Team,
I am creating application to connect with specific device using Name filter,
control is going to nrf_ble_scan_connect_with_target , where "sd_ble_gap_connect...
HI,
The code number for this softdevice version is 0x98. You can find the softdevice code number by typing nrfutil pkg generate --help
But the command only list upto...
Good morning; I am from Argentina, working in a Big Data Project using NoSQL and SQL tools. In fact, I deployed a architecture using Elasticsearch mixing ML, prediction, KPI...
Hello,
about two years ago we have made a Device basked on SDK 13 with S132 4.0.2 on it.
Now we had to build a newer version for our application and for this we have taken...
Hey.
I have a code for processor nrf51422 which compiles using a makefile. However, I decided to import it into a segger - with which I have no experience. For this I used...
Hi ,
I am just unable to find the FW ID for SD v7.0.1 anywhere.
I am using SDK 16.0.0 and SD 7.0.1 and would like to create a DFU package. Any of you know what is the...
Hi there,
I am trying to transmit data with high MTUs via pc-ble-driver-py. The data is sent from an nrf52840 with own firmware.
After the bug in nrfutil was fixed,...
Hi,
im trying to turn on LEDs on my custom nRF52 board. Im using LEDs on 13,14,15 pins. I config pins in pca10040.h to my LED pins, but they dont work. Also if i try to...
I am trying to set up multiple ble diagnostic type services for different sensor devices, from a single nrf52840. The services share a common base id and some have the same...
hi! I'm trying to use the following to configure the GPIOs in nRF52DK for the LED blinky.
nrf_gpio_cfg_output(pin_number)
But I'm not sure what number should I use for...
Hi Nordics,
all the examples provided for searching for advertising peripherals use some sort of filter ( NAME, MAC, UUID, WHITELIST etc) . My questions is: Is it possible...
Hello Nordic Team
I m working in BLE project .
1)I want to get list of scanned devices .
2) I want to store the scanned devices in array .
3) I want to connect with...
Hi everybody
I use the nrf52 SDK (nrf5_SDK_15.2.0) to develop the IoT application of BLE. The IoT device acts as the TCP server and the BLE gateway acts as the TCP client...