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...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
EDIT
I think there is somewhere in KEIL or nrf libraries a bad pointer type alignement .
The correct pointer is given as uint_32_t ( NRF_SAADC->RESULT.PTR = (uint32_t...
I notice that each dev board has a version of nrf_drv_config.h in the config folder. For my custom target, I want to create my own version of this file where I will modify...
I use nRF52832 as a master to communicate with ads1292. then I want to config the ads1292, so i should send the register address and configuration data.But I don't know how...
Hi,
I tried to compile my own program with eclipse and GCC with c/c++.
I followed this tutorial : TUTORIAL
I have some problems :
First : i have problem with...
Hello,
I developed a code (softdevice S110 and SDK 10) on a prototype based on a NRF51822G2 chip. I tried to reproduce the prototype with NRF51822H0 chip.
I flashed...
Hi,
I use ESB protocol, and all is working fine :)
Now I want to retreive the address of the sender because I can have multiple sender in my network.
I can add this...
With there being +/- 4dBm variability in output power from nRF52 to nRF52, each device needs to be calibrated in order to comply with FCC rules. One of the rules is there...
Hi
I'm porting a nrf51822 project with S110 to a nrf52 board. In this case, I'm a bit confused about which softdevice to use. S132 it is the equivalent to the S110? Or...
Hello everyone,
I am using the nRF52832 rev 1, i am not using the softcore. When the cache is enabled as below, the performance actually seems to get worse.
F_NVMC-...
using Bluetooth Developer Studio, and
nRF52 SDK v11.0.0 - Experimental: Bluetooth Developer Studio Example
I have created a profile using BDS and generated the files with...
In order to teach a class of students using nRF developer boards I'd like to use the nRF Blinky application running on Android, iOS, or whatever mobile platform. The problem...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...