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...
Hi everyone
I was testing the bonding with MITM settings. I used the code from the following link: github.com/.../nRF51-ble-peripheral-bond-handling . I tested the bonding...
Is it possible to generate a pre compiled library that configure at run-time new BLE services and characteristics on the nRF52840? If the answer is yes, is it possible to...
Excuse me, I have a question on calling external function.
board using: nrf52832
softdevice using : s132(6.1.1)
The situation: There are two applications which is...
Hi
I am using PCA10040 in order to develop nrf52 firmware. For now I would like to try to measure current consumption.
Is there any couple of pins on the board I can use...
I've been doing some testing with the nRF52840 (I purchased the Raytac MDBT50Q-1M), and I'm seeing a pretty hard startup surge. I've attached the results from my scope. The...
Hello,
I have some problems when running the development kit. It seems the problem might be somewhere on the PCB, something related to power sources and power distribution...
Hello,
I try to make my NRF52832 communicates with a memory (MX25R1635FZUIL0) in SPI.
When I try to read the memory ID, the RX buffer is fill with 0x00. But when I observe...
Am facing issue when am reading data from controller(UART) and using ble_app_uart example code to send data to BLE.
Not able to use two uart's at a time.
My setup: nRF52832 with nRF6707 on top. My embedded application synchronously exchanges UART messages with a desktop application that feeds it data (on demand from embedded...
I use nRF52DK as a central using ble_evt event BLE_GAP_EVT_ADV_REPORT to get RSSI from the peripherals when they are advertising. But once the connection is established, how...
Dear community,
I'm having some trouble configuring and adding subscription addresses to one of my node's Generic On Off Server model. This devices is composed of the usual...
I am new to GATT services and characteristics. I have written one custom service with two characteristics for my custom board. I have used nrf 52832 with sdk 15.2.0 and referred...
Hello,
I am trying to connect to my nRF52832 through J-Link v6.22g. This version doesn't contain the RTT Viewer GUI, but instead I am trying to connect through the RTTLogger...
Hello,
I'm using the nRF52840 in a new design, following the reference designs as a guide. I've noticed that the reference layout files and the development kit use a different...
I've been trying to integrate the Mesh SDK 3.1.0 alongside the nRF5 SDK 15.2.0 on a custom board. I've integrated the light switch server example as part of the code (replacing...