I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi
I have a MCU with an external sensor connected via SPI sampling data at 1000Hz.
Using the nRF8001 with REQN and RDYN lines is making trouble. The REQN line is pulled...
I am trying to accomplish the following very simple task: use the broadcasting function of my nrf 8001 to send up to 19 Bytes of data over the air (connectionless).
I tried...
I need to create a backlight fade-in/out effect. For this I'm using the latest nrf_pwm lib form here together with the S110 Softdevice. Using the scheduler and an application...
Hi All,
We have been working on Arduino Mega board with BLE shield. We want to get the address of the BLE shield and we are using aci library for that.
I found this...
Hello,
Im using the master control panel app from nordic to use the DFU.
I can only once upload the application over DFU on my nRF51422. Because after the upload is...
Hi,
I have been trying to connect to a proximity tag and stay connected but with no luck. What happening is that the unit connect does its thing and then disconnect with...
I use a OLIMEX nRF8001 module with ATMEGA328 at 3v3. Using the "helloWorld" serial example sketch, I measure a current of approx 400-600uA. However, if I use the calculator...
Hi Nordic
I want to test parameter about output power 、sensitivity and so on ,but we have not software tool . Could you tell us how to test and provide tool to me .
...
Hi,
How to set user description descriptor to a particular attribute? I have created one primary gatt service with more than four characteristics, when is see it through...
Hi,
Master device is whole the time in receive mode and I have a problem with read data from device which address is in Pipe1. IRQ appear and status is 0x4e and FIFO status...
Hello, I bought the nRF51822 Development kit and the nRF6700 starter kit and I'm having trouble finding tutorials on how to use the 2.4 GHz radio mode on the nRF51822. Can...
Hi everyone,
I have some strange behavior with a central peripheral combination. My central subscribes notification on the peripheral. This has a limited TX-Buffer for just...
Hi,
I am developing the nRF51822 for the BLE device application. For the data delivery I am implement this function based on "button_radio_example(Tx/RX)" example code. It...