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...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
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...
Hi,
I have late start issue on advertisement.
I have two device mode and we switch between when we want to. Device starts with Mode_1 with BLE enable.
When I switch...
Hi DevZone,
I am working on an application using:
nRF52840
FreeRTOS v10.0.0.0
nRF SDK v17.1.0
S140 v7.2.0
My question is if it is possible to enable the S140...
Hi,
With the nRF5340 DK boards (PCA10095), there are 3 VCOM ports (as viewed in VS Code) - printk debug logs for the app core are transmitted on VCOM2. However, the nRF5340...
hello to all,
I need to insert two CAN ports on the spi3 port of the nrf52840 with two different chip select and interrupt.
I have created an overlay file that defines...
Hello,
We have completed our custom board with nRF52810 and nRf52832, as asked in earlier questions needed SWD and SWDIO pins to upload code in SoCs.
So could you suggest...
Hi,
I recently found that the 5340 has a slow startup time on my custom nRF5340 based hardware, it takes about 3 seconds from power-on to the Main code running.
I did...
I use SDK17.10, when I send radio data using the esb,At this time, insert the usb, it takes a long time to enumerate the usb successfully; when I disable the esb,I plugged...
I'm trying to make use of the Async UART API with an nRF9160dk using NCS v2.1.2. As a starter application, I'm using the lpuart sample in nrf/samples/peripheral/lpuart. I...
recived error code 4
I am using nrf52840 for my application and use ble_app_template_pca10056_s140 for my project and receives error code 4 for nrf_sdh_ble_enable
Hi all,
I am trying to perform a FOTA upgrade over BLE with an nRF52832.
I started with the zephyr sample "peripheral_dis" at zephyr/samples/bluetooth, and then followed...
Hello,
please I have to build a container for these two PCBA:
https://www.nordicsemi.com/Products/Development-hardware/nrf9160-dk
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi All,
We already have a running project that uses thread protocol and NRF52840.
Now, we have decided to integrate some ble functionality in it as well.
Should I just...
Dear nrf5340 experts,
How many SPI channels are accessable from the network core in nrf5340?
I need 2 or more.
If this is not available, is there a workaround?
Many...