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...
Dear Nordic Engineers!
I am using the nRF51422 QFACA1 on custom boards and planning to migrate from SDK8.0.0 to SDK11.0.0
My application is using the S120 soft device...
Hi all! I want to send data from a beacon (nrf51822) to a Pic microcontroller with the RS232 standard, what function should I use to send data? I have already tried but it...
hello.
I want use I2C program.
so, I used twi_master_using_app_twi example.
SDA is output only 1byte(0x21).
I need to output a continuous 5byte.
Where do I need to modify...
Although the login form in the right side-bar works, the on in the main page does not. To reproduce:
Log out,
Click on 'Sign in' on the side bar
It should take...
Hi,
I am trying to use PPI for generating a output of lo to hi when NRF_RADIO->EVENTS_READY occurs.I want to generate on the same pin hi to lo when NRF_RADIO->EVENTS_END...
There are a couple of threads in the Developer Zone which mention backwards compatibility issues for nRF51822 BLE with DFU. Some of these are focussed around MCP (Master Control...
Hi !
I would like to use FFT with the nrf52. There are some FFT functions in the arm_math.h, but the linker fail :
1> Compiling main.c
1> Linking nrf52832_xxaa.elf...
Hi, in older SDK there seemed to be a simple way to redirect stdout (simple_uart.h), but in SDK 11 I cannot find these functions. What is the recommended/minimal way to redirect...
I use the nrf51822qfaa,s110 v8.00,SDK V10.0.
I use PWM module with a piezo buzzer.
Now I need change the buzzer frequency,
How can I change the PWM frequency?
for example...
I started looking at the alert notification example. I just can't see how people understand the complex state sequences the peripheral (or central for that matter) go through...
I am using em::blocks and arm gcc with ble nano from readbear labs.
I built the template example but it is not working.
The output hex is the same as if i had built it with...
Hi, I am about to purchase PCA10040 V1.1.0.
I heard that one has the latest chip revision nRF52. ( ref. link )
I'm very excited to start with the new feature in nRF52;...
I have a peripheral and a central.I set my peripheral which have the function of static Pin,for example: When I use cellphone to connect to my peripheral , the cellphone must...