HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi Team,
I am testing UART on nRF51 DK kit.
I have flashed uart_pca10028 .
I have taken out jumpers from P0.9(TX), P0.11(RX) and GND and connected to PC com port.
...
I have the example app working nicely now, so I want to export the project to a zip or something, effectively copy it, and put it elsewhere in my filesystem and work with...
Hi,
I tried installing the kernel (raspbian-kernel-zip Raspbian kernel for Raspberry Pi 3.17.4 ) on a Raspberry Pi 2 (Model B 1 GB). I found out that the Pi doesn't boot...
I'm trying the multilink central example with s120 and SDK 7.2 (because of simple_uart).
However, my PCA10028 board gets stuck at this macro:
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION...
My code is attached but essentially it is saying that SPI_MASTER_0 is not defined when I compile. I have the line:
#define SPI_MASTER_0_ENABLE /**< Enable SPI_MASTER_0...
I'm trying to get the ble_app_hrs working on PCA100001, the software installation is brand new (all installed today). I modified the pca100028 ble_app_hrs to try work with...
Hello everyone,
I have problems with my nRF51822. I think it is related to the starting memory address of softdevice. I attach 2 nRFgo's screenshots.
I have programmed...
Hello all,
my question is related to notifications and to maximize data bandwidth using them;
First af all i have already read this: devzone.nordicsemi.com/.../ but it is...
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...
Hi,
I just updated to nRF51_SDK_8.0.0_5fc2c3a.zip and try to compile ble_app_hrs example (with S110 and DFU) with gcc 4.9. I have couple of problems, first is that some...
Hi,
i am using ble_app_template and i added the file "ble_lbs.h" in the main file. Also added this code in the services_init method
uint32_t err_code;
ble_lbs_init_t...
Hello
I've been experiencing an unusual problem using the TWI/I2C library for the nRF51-DK board. Basically, I found that I need to shift my device address to the left...