I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
Hi,
I am working with nRF PCA10056 evaluation board and using SDK 15.2.0. I am using nRF52840 as a central scanner, where it will scan broadcast data from beacons.
I want...
Hello,
I'm having problems with resuming usbdevice from susspend state. I'm working on SDK 15.2 with SD140 (6.1.0). on custom board with nRF52840 IC rev. 2.
My application...
Hi, the power LED no longer turns on on my nRF52840 DK board. The board is still advertising when it is connected to a power source and I am able to connect to it with a mobile...
I'm trying to add PDM into my project but can't get it to compile. When I try to call
I get the error "main() undefined reference to `nrfx_pdm_init'"
This looks like...
Hi,
I have some code written to copy PDM mic data into the external and then later dump it over UART. The issue I have is that when using the external flash, my audio...
Hi,
I am working on a product based on an nRF52832 (SDK 15.3, S112 v6.1) with Secure Bootloader.
I am trying to enable the peer manager with bonding using the Flash Data...
I am starting a new development and want to select an appropriate debugger. I am using Keil uVision Pro version.
I a previsous project I was using ULINK2 and was hoping...
Dear All:
I want to learn the detail of the ble technology and i think the offical ble sniffer is very cool, but it is not open source, so i want to write a ble sniffer...
development environment: SDK 15.2
I am trying to make app_ble_uart.project can be bond with my Android phone, but everytime i press "bond" button by nrf Connect APP
sd_ble_gap_sec_params_reply...
Existing method: Search equipment in app and try to connect.
Question: can I search our equipment in Android OS Bluetooth setting and pair?
The customer wants to be automatically...
I am developing a NIR (Near-Infrared) product using nRF52810. I use 15.3 for SDK and S112 for Softdevice. I implemented ADC (saadc) function based on ble_app_uart.
I have...
Hi everybody,
I been experimenting with the HID over GATT example (mouse), and I am trying to use more than 3 report IDs. When I used only 3 there's no problem. But when...
Hello DevZone,
SDK 15.0.0. SD132 PCA10040
SPI settings : Mode 0, MSB first, 125kbps, orc = 0
I am trying to get NFC communication between two dev kits, one using the...