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...
Hello. I have several nRF51 devices (nRF51 Dongle, pca10031) I wish to use as BLE link between robots.
Is there any examples or tutorials that show how I can do this...
Hello
I am working on the NRF51DK i would like to monitor the battery percentage and notifythe value over the air to the user and aslo alert the user if the battery levels...
I have to develop my own Dfu central to update my nRF51822 peripherals over the air.
Could you provide sourcecode for one or more of your Dfu central applications like: ...
I ve already found this post regarding the AutoConnect Issue.
devzone.nordicsemi.com/.../
I have the same problem with a Sony Xperia Z on Android 5.1.1 ...
Is there...
In previous SDK (or softdevice?) version, the maximum data length for a notification was 20 bytes .
With SDK V10 and softdevice 8, the following code returns error NRF_ERROR_DATA_SIZE...
Hi, I have implemented a music control button.
This button can send (volume+, volume-, play music, stop music and my custom control (0x06) for my app ).
Procedure:
...
Hi, im trying to update the firmware of a nrf52 using dfu ble. For example, have a blinky example running and switch to a blinky2. Can anyone know if this is possible?
Hello,
I am doing a search in the Eclipse to find texts, I noticed that Eclipse is not finding any of the texts from the Include files. I did a google search on this issue...
Hi,
I use pstorage to allocate 32bytes of memory with 2 block, means each block having 16 bytes, when I write 16byte data into block_0 portion, I am not able to go to the...
Hello,
I use the Segger J-link software with my PCA10001 and recently updated it to last version (v.5.1). After install it asked me to update the firmware to the last version...
Hello,
I'm trying to flash external nrf51422 module.
I want to flash both softdevice and application. I used below commands:
mergehex -m %SOFTDEVICE_NAME% %APP_NAME...
I want as much control over advertising as possible. Barring that, I want to understand why the softdevice automatically goes back into advertising after a GAP disconnect...
Hi,
Assume that we want to send a data array by putting it in consecutive advertisement packets. I know that data update has to be done by calling ble_advdata_set(...)...
Hi
I'm trying to implement battery level on my custom profile.
So I used battery.c and ble_bas.c files for the battery service from nodic's sdk nrf51822_v4.4.1.31827....