Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
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...
Hi I am beginner to nordic ble. I have four nrf528** development kit. I am just trying demo heart rate example with android toolbox app. Suddenly one of my nrf devlopment...
I am currently using MBR, and know the general interrupt latency due to MBR + SD from Table 26. But I cannot understand how you arrived at those numbers. IF this table was...
Hello All
Hi, I use nRF52832 with SDK11 Version. But SDK11 didn't provide any CSCS central example. Anybody wrote ble_cscs_c.c for BLE / Cycling Speed and Cadence Service...
Yo men,
I study this web
infocenter.nordicsemi.com/index.jsp
Experimental: Flash Storage
I have 100 bytes data need to read/write/store.
So I think even this is Experimental...
Hi guys,
I compile a provided example with my nRF51_DK and it works well. But when I re-run the program, it will be block in function "sd_rpc_open()". The only solution is...
@Vidar I'm facing a issue with Debugging using Eclipse, following the steps you mentioned in the tutorial "Development with GCC and Eclipse".
Made the below configuration...
TLDR: My dongle has stopped functioning. I think something was corrupted during a j-link update. I'm trying to restore functionality to the device by reflashing the master...
hi
its not working as i want . y is that?
first step i try to toggle just with one cc that is the code below
with changing of NRF_TIMER2->CC[0] = 65536; nothing happend...
I am trying to come up with an estimate for the current consumption of my application for the nRF51822 and I am getting a little bit confused.
To give you a broad overview...
The function nrf_drv_saadc_channel_init() in nrf_drv_saadc.c does channel initialization by calling function nrf_saadc_channel_init() which will set PSELN and PSELP of the...
Hi
I have asked some question about 2 weeks ago.
And I have a additional question about softdevice interrupt.
VSYNC interrupt is occurring every 200ms in my project...
Hi
I've discovered some unexpected event handling in the fds_evt_handler of the module peer_data_storage.c in the peer manager. We have the peer manager running and use...
Sorry for asking that maybe again, but it is not really clear to me.
I'm developing a Bluetooth product with your nRF52832 on our own PCB.
I have read we have to do...
Hello, I am using SDK10 on nRF51422 with PCA10028. I want to port a code written from ant_sdm_tx_cadence_s210_pca10028 with s210 v.5.0.0. to S310 v.3.0.0 to include some BLE...