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
I am currently working on a custom nrf9160 board and I have a random bug that appears to be in this function mqtt_client_connect_tls.
For 3min, the board consumption...
Dear all
Just upgraded my SDK to latest v2.1.0, and also copied my custom board folder [boards] to my project folder and named as boards, but it does appear on Add Build...
I am trying to connect two CAN devices mcp2515 to the SPI3 on the gpio spare of the tingy91 but I have a problem compiling the overlay file. Is there someone who can help...
Hi,
I am a novice in the Nordic world. I have to say it is really new conception for me. I am used to work with STM32 and freeRTOS.
If I understand corectly, when I...
Hello,
I'm getting the following error during migration from 2.0.0 to 2.1.0:
FAILED: zephyr/drivers/bluetooth/CMakeFiles/drivers__bluetooth.dir/hci/rpmsg.c.obj C:\ncs...
I am using nRFConnect for desktop to program bootloader / softdvice / application.
After programming the images I click the read button to see what the layout looks like...
Hello,
We have a product developed using nRF5 SDK for Thread v4.1 based on mqtt-sn sleepy publisher example.
Thread border router image supplied by Nordic also have mqtt...
good day,
may i know another way to combine the bootloader, softdevice and app hex files into a single hex file?
already created a bootloader setting before merging with...
Hi All!
I am working on nrf52833DK using Zephyr RTOS, NCS version 2.0.2. I am using peripheral_Uart & Central_Uart to add Coded_Phy and conncurrent Connection features from...
Hi all
We are using the nRF52833 and are implementing the DTM in our project.
Do you know if the DTM must support all features that are supported by the chip (i.e. nRF52833...
Hello,
I bought a Danalock V3 type smart lock. The manufacturer sent me the firmware file. The first time I uploaded the file 2 out of 2 processes ran:
UPDATING: Part...
Hi,
Mesh SDK: v5
Using 2 nRF52DK's for range testing
I wanted to know how we could increase the node-to-node range by making changes in the firmware (Like changing...
Hi
When I try to use bt_conn_le_create to reconnect a Peripheral device, sometimes it returns -22.
After debugging, I found the bt_conn_exists_le return true with...