Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...
Hello!
I'm trying to use the nRF51422 internal ADC to send the value over BLE then monitoring the value received on the nRF Master control panel on Android phone but I...
hi
I touched pca20001 mouse -> main.c
i followed this link to debugging
devzone.nordicsemi.com/.../
but i can't build this..
because it said "ERROR" over 40...
Hi all,
I am using pca10040 board. My requirement is when i press the button led should turn on after repress the button led should turn off.
For that i tried below...
Hello,
i know this question is ask some time in the Forum.
But i hope you can give me some example script.
I Need a script how gets the UTC time from the Iphone when...
I am using s120 sofdevice and nrf_sdk_7. In a loop i am calling sd_ble_gap_connect to connect to each of peripheral device found in scan, I am having 5 peripheral devices...
Hello,
Can I use nRF5x to receive packets/info sent from a "standard" radio control transmitter?
Like the ones used to fly RC planes and copters.
Extra details
I...
Hi,
I encountered an issue when trying to integrate DFU to my application. Every time I upload my application through DFU, the bootloader gets overwritten, i.e. only softdevice...
Hello,
I have to do a pre serie of a new product based on a NRF52832-QFAA.
I'm in Europe and I contacted local distributors (Mouser, ...) and there is no way to get...
Hi, when I run the ble_app_proximity on my 51822 board, I can connect the 51822 board with NRF Master Control APP, after a little while , 51822 disconnect with app, and trace...
Hi.
Is this issue resolved?
github.com/.../902
I tried lately using mbed-rtos with nrf51822, but no luck.
I would like to use threads, is there a way to circumvent...
Hello everyone,
i'm kinda new to microcontroller programming and feel like i bit of more than i can chew. I bought a variant of the nrf51822 chip ( github.com/.../Board...
Hi. Currently, i am testing the BLE power consumption on nrf52.I set connection interval 20ms(min=10,max=30) ,slave latency 0 and connection data size 20 bytes.in addition...