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...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
I am working on adapting a project that compiles/flashes the code with a makefile that uses nrfjprog in a cmd line to program a blank nrf52480 with the softdevice and application...
Hi all
In nRF52840_PS Pin assignments sheet, some pins Recommended usage is " Standard drive, low frequency I/O only ", does that mean only low frequency (up to 10kHz...
Hi,
I am writing an application that reads data from the I2S interface, adds it to a queue and sends it via BLE (the code I have implemented so far is added at the end of...
Hello,
I am using the 802_15_4 MAC api to configure my device as a coordinator.
After it has been configured as a coordinator I want another device to connect to it...
I am using nRF52805(SDK 17.0.1 & S112) in my application development. Designed GATT Table Having some custom services with read, write & notify properties, And also, there...
I am testing advertising mechanism of nRF52832 device. But the following error occurred.
app: sd_power_system_off() failed, errCode=0x2006
The following is log messages...
It appears that an incorrect value is being used as the reset handler address so that the jump from bootloader to application is to the wrong address.
I am porting a bootloader...
I can not program the NRF52840 with the programmer software on windows 8.1. However when I run a virtual machine in oracle virtual box using windows 10 it works. I would rather...
Hi all
I have two units, one acts as Central and the other one acts as Peripheral.
I erase chip of one of the units, and then always failed to pairing, with a BT_SECURITY_ERR_PIN_OR_KEY_MISSING...
Hi,
I'm writing an app that creates a CSR, has it signed by a (web-)server and subsequently uses it to authenticate to another (mqtt-)server. For the CSR generation and...
I am trying to port a project to an NRF52810. The project uses a bootloader with a modified transport to work with a proprietary RF protocol. The bootloader/app works on the...
II have a question on how to automatically activate the change from “minimum BLE advertising interval” to “maximum BLE advertising interval” after (for instance) 30 seconds...
I'm unable to use the PSA crypto methods when OpenThread is enabled on NCS 1.9.1. Linking fails with undefined references to PSA crypto methods.
To reproduce, us the nrf...