I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Hi,
We use PPK2 very conveniently as a logger for testing.
How about adding the supply voltage as display options also?
We hope you will consider this.
Thank you...
Hi dear,
It is possible to establish parallels multi connection to different J-LINK's devices serial numbers via nrfjprog.dll, or any other automated way ?
We successfully...
Hello, I'm making a breakout board with nrf52832 qfaa. I used chip antenna (2450AT18B100E) and followed Nordic reference layout. I am getting around 60m range in an open environment...
run nrf Connect for bluetooth Low Energy Standalone
connect PCA10040 board
select "server setup"
press "+ New service" which adds a New Service
press "> New Service...
Hi, I am currently learning to retrieve location using thingy 91 and location example from nrf SDK. When I run it, I got this message (below).
After doing some research...
I want to change the data in the registers of Radio peripheral when the Radio at the state of "Disabled",but with no respons.
Only if I repower the Radio it works,but why...
Hi all !!!
I am trying to program the bootloader and softdevice using the J-Flash software, but I get this error, how can I fix it?
Board: PCA10056 (NRF52840)
SDK: 17...
Hello,
I'm currently using the nrf9160 for a university project and I'm having problems with connecting my custom PCB with nrf9160 to nRF Cloud using the asset-tracker-v2...
Hello:
I want to ask you, we want to add our own custom data in the Ble scan response package, including Company ID,
we know Nordic's company Id is 0x59, can we change...
Hello,
I am trying to connect the nrf9160 dk with the SLM application to our STM32.
The idea is to use the nrf9160 modem to connect to NB-IoT/LTE-M and control the modem...
Hi there,
I compiled a QSPI test program on board nrf52840dk. The SDK version is 1.9.1. Everything works fine. I would like to upgrade with SDK 2.2.x but I have several...
Hi Nordic.
I am developing with nRF52832DK and SDK 17.1.0
And it's connected with my Qualcomm board.
I want check GPIO input interrupt and output settings.
But...
Is it possible to view RTT console outputs in vscode during a debug session? I would like to see RTT console outputs right from the start, e.g. from bootloader, preferably...
Hi,
While using LE Audio, would it be possible to choose the data rate from 125kbps, 500kbps, 1Mbps, or 2Mbps?
nRF52 series do not support 500k coded PHY, so I would...
Dear support,
In NCS 2.1.2, it looks like download_client.c:socket_recv() is returning an erroneous unsigned type size_t , considering that it can can return either -1 or...