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...
I am developing a USB keyboard + mouse using a NRF52833. I have use the USB Device Example from nRF5 SDK v17.1.0. I chose this example because my project is in C++ and had...
Hi!
I am learning how to use the PSA Cryptography API and there's something I don't understand. I have imported an ECDSA public key in uncompressed format (x + y coordinates...
Hello,
We want to set Tx power of +3dbm i followed the procedure as mentioned in following ticket:
I set the high voltage in network core main as following:
we...
Hi,
I'm able to select the nRF21540_nRF52840DK board for my project and I'm wondering how command the nRF21540 using the I/O pins and the SPI port. Do you have any examples...
I have to make a connection from a central_uart to 4 periperal_uart every 60ms Sending 30 byte .
I Have to make a polling of all the peripheral every 60ms.
I know that...
Device: nRF52811
Board: custom (EYSNSNZWW module is used)
SDK: 16.0.0
SoftDevice: S112(v7.0.1)
Sample Project: ble_app_uart
Hello,
Is it possible to read BD...
I have a custom board based on nRF52840 with some custom peripherals : LEDs, buzzer, buttons, etc
To get my app working I copied the nrf52840dk_nrf52840 board from the 1...
Hi,
I started using the Nrf5340-DK with the openthread cli sample. It works fine, and now I'd like to move the main UART to pins P0.24 and P0.26.
To do so, I created...
Hello, I've been trying to migrate my code which uses NRFX SPI functions to NCS 2.0
The code compiles just fine on NCS 1.9, but after migrating to NCS 2.0 I noticed that...
I have just been hired to this company and they have assigned me to repair some of their defective modules. The modules are BL651 with what I believe to be nrf52810 processor...
Hi,
is there a driver available for the VM3011 microphone that comes with the Thingy:53?
The chip has some power-saving and wakeup features that are configured using I2C...
Hi,
We are having some issues communicating with a Winbond W25Q64 flash memory. Using the standard SPI Zephyr drivers an attempt to get the Manufacturer ID returns 0xDC...
Hey!
I am working on a zigbee asset tracking system for my thesis. Got myself 3 nrf5340 boards and a sniffer.
Unfortunately i can't manage to get started with zigbee...
Hi everyone!
I have recently been trying to flash the 'blinky' zephyr sample to the nRF5340 Application Core on the R4D4 Control Board. I am yet to have any success, by...
Hi there
I'm using Asset tracker v2 as a base for my application with AWS, however I wanted the FOTA to download to external flash, as the Asset tracker application is large...