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...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I have a custom board with nrf51822QFAA(256K flash) and I'm trying to test DFU-OTA (BLE transport) for an application. With only Softdevice and bootloader installed...
Hello,
I am developing using nRF51822 Beacon Source code and Beacon Hardware by Nordic.
I want to modify as below.
It never advertise by Intervel Time.
It advertise...
Hi,
I am developing a peripheral Glucose device.
I need to test my product but i dont have a central device or code.
Can you please help us with the central code for...
Hello ,
I am doing a new Keil project to run concurrently ANT for messagging exchange and Bluetooth LE for advertising.
On KEIL pack Installer I cannot find the example...
I want to implement the OTA update in nRF51822 on my custom board. I am using the bootloader example in the dfu folder for this. When I try this code on the DK, it works fine...
I am using nrf51822 with PCA 10001, SoftDevice S110 8.0.1. I try to compile the example "ble_app_proximity_s110_pca10028" and after I made a connection the device disconnects...
Has anybody had any experience in programming an nRF beacon kit over the air using the built-in Bluetooth Smart interface in a Windoze 8 laptop? (HP 255 G3) Is this even possible...
Hi,
I wanted to create fixed rate waveform. I first used nrf_delay_us with nrf_gpio_pin_toggle. But I realized it is not accurate enough to do it, especially when the device...
Hello,
I'd like to know how exactly do i implement this function in my app?
I tried getting the value from response (as shown in documentation) : ble_gattc_evt_char_val_by_uuid_read_rsp_t...
Hi,
My Jlink lite CortexM work with nrf51822 DK boards. But my PCB with nrf51822_xxAA chip can't download code. I'm using ukeil
When I chek in utilities Jlink can't recognize...
I am initializing an SPI master to talk to ADXL362 accelerometer using NRF51-DK.
Datasheet page 19: www.analog.com/.../ADXL362.pdf
No matter what I do connected or disconnected...
Hello,
I am new to working with imbedded chips and could use some help. I am working with a pre-programed nRF51822 chip on a PCB and would like to be able to read the imbedded...
Hi I want to using nRF51822 link with MCU ti-am335x have Linux system(Ubuntu) by standard HCI command, BlueZ or related hci tool.
I know that I can use nRF51822 S120 serialization...