Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
I'm sending a write authorization reply using sd_ble_gatts_rw_authorize_reply() in response to a standard Write Request with one byte of data. When I set the gatt_status to...
I am currently dealing with a strange problem when trying to use DFU OTA. When I enter DFU mode on Master Control Panel and try and update I get the following two error messages...
Does anyone have a working copy of ble_cps.c\h
The BDS (version 1.0.2095.0) plugin (v.1.2.4) does not generate code that compiles under IAR EWB
IAR ANSI C/C++ Compiler...
Hi there, I'm definitely a newb when it comes to wireless communication and communication protocols so I'd like this question to be answered at a higher level than what I...
Hello,
I am implementing a central which is scanning for advertising packets using s130, SDK11, nRF51822 and based on example ble_app_hrs_rscs_relay.
I get the advertising...
Hi,
I'm trying to porte my code from micro_esb to nrf_esb. My need is to know when a frame with correct address is received. This frame don't need to be valid just received...
Is there any way to use more than 4 buttons using app_button or BSP library?
It seems that GPIOTE can handle only 4 pin. Am I right??
uint32_t err_code;
// Button configuration...
Hi,
I am wondering if it is possible to change the RADIO data rate using SoftDevice.
I am developing an application which do not need an high data transfer but it would...
Hi,
Migration to nRF5_SDK_12.0.0_12f24da has broken build of some our projects at link stage (region RAM overflowed with stack).
During investigation I found that nfc_t2t_lib_gcc...
I'm running app_error_handler with
SEGGER_RTT_printf(0,"\nerr_code %d on line %d file %d",error_code,line_num, p_file_name);
to print out what went wrong and where...
We are writing an Android app for our own peripheral (nRF51-based). We know the handles for all the characteristics.
On Android gatt.discoverServices() needs to be called...
I've tried to use UART samples to test large BLE payload size with SDK 12 and SoftDevice 3.0
What I did is modifying UART central and peripheral code:
In both project...
Hi,
I have an nRF51 project using SD110 and SDK8.0 that refuses connection parameter negotiation. I a handler that would disconnect bluetooth when a connection parameter...
If, for example we would source 10 mA on 2 pins (2 x 5 mA), how much current can we sink on high drive pins?
Is that 15 mA overall sinking and sourcing (which seems like...