I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
In ble_gatts.h, I see:
#define BLE_GATTS_FIX_ATTR_LEN_MAX (510) //< Maximum length for fixed length Attribute Values.
#define BLE_GATTS_VAR_ATTR_LEN_MAX (512) //< Maximum...
Hello Everyone,
I have been working on the NRF51DK by using proxmity examples as reference when i added the static passkey for the connection security it is working well...
Hi, i am new to embedded system.I want to use nrf52 DK as master and connected with two slaves by two spi channels? is it possible to achieve on nrf52 DK.
1>How to set up...
when i turn on the Keil, they have showed error to me
"Install missing Software Packs?
NordicSemiconductor.nRF_ConfidentialDeviceFamilyPack"
then i try to re-intall familypack...
Hi,
I wanted to know How can I find if any application on any platform(Central device)is listening to my advertising packet or not !!
The whole idea behind this is to...
Hi,
I have made a few custom boards based on the nrf51822 but on my latest design, I'm having a new problem that I haven't seen before. I have read the posts in the forums...
hi everyone,
i'm testing an application on pca10036 board where i need to create a large buffer. i use Keil v5 as dev. environment. My buffer is static and global, therefore...
I'm using 2 nrf51 DKs one as central and one as peripheral. I'm wondering if there is a defined time that a write takes to be registered on the peripheral?
This is a simple question: If I have a characteristic with, let's say an int16_t in it and catch the write event in a ble_gatts_evt_write_t structure - is the data field in...
I am working on bill of materials that asks for part NRF52832-CEAA, is this a valid part number as I have been told by distribution this is not a valid part number?
I just needed some clarification as I'm migrating from SDK 6.1 to SDK10:
app_button: There's no way to have the Button function thru the Scheduler anymore. I would...
i am using latest "master control panel" v4.0.5 and latest "nRF tool box" v1.16.2
and use sdk 5.2(its compulsory)
soft-device s110 v6.2.1(its compulsory)
and PCA10028 with...
Hello everyone,
Could anyone tell me which pins are the programming pins of the nRF51822 chip for a QFN48 packet ? How can I program it on my custom PCB?
thanks..
We are planning to use nRF52 for its superior computing power in an application. Unfortunately it appears that the throughput is more limited than on nRF51. Since we need...
Hi,
I used two 51822 modules for my project. One should send a byte and other one should receive.
I used the exact same configurations of radio examples (transmitter and...