How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Hi,
I am using SDK 11.0 for my project development. When I tried to compile the unaltered SPI example given I got 60 Errors in my laptop. The Same SDK in other laptop is...
Hi all,
first of all I'm new to NRF and BLE applications so I'm truly sorry if some of my questions are very basic and if answer to some of them is already posted somewhere...
Hi all,
I am using pins P0.00, p0.01, p0.09 and p0.10 in my application. I wandering why these pins are not functioning as GPIO. I have searched various links such as ...
Hi,everyone!I am using nRF connect mesh for Mesh DFU(see this link text ), and I follow the direction step by step. But, the nRF connect can't find any device to program....
Hello,
I am trying to implement a Heart Rate Monitor Interface (HRMI) board with my nRF52, using the TWI_sensor example from SDK 12.2. I am running into trouble Writing...
Setting up an example of the problem
As I promised in this thread , I have been testing out the ADC on the nRF51822 and trying to see how quickly I can sample per minute...
I'm using FDS in SDK 11.0.0 on a nRF52832. I was having some trouble with freeing flash storage and after doing some research I came across this post and I applied this patch...
Hello,
There is a bug in pstorage.c from SDK which can cause that module to fail to complete a flash operation. The problem is that the pstorage_sys_evt_handler function...
The product spec says "This event will also be generated if the supply voltage is already below VPOF at the time the POF is enabled" but it seems like the event is not generated...
I have a BLE device that is using Nordic SDK 8.1 and uses PWM to control an LED. Now I want to turn the led off with PWM. To do this I set the duty cycle to 0 and printed...
Hi,
I'm working on nrf51822 with soft device s130. I'm trying to send a data packets from the nRF51822 over BLE to an android device.
I want to know how much data...
Hi!
I try to create a custom service. To do that I copied the ble_bas service and followed this guide.
You can see my init function here:
#define APP_UUID {{ 0xC0...
Hi. I'm using nRF51822AC, SDK12.2.0, S130 as central and peripheral.
Q1. What's "sd_ble_uuid_vs_add" function? is it for setting service UUID?
Q2. If Q1 yes, how to change...
I was reading a review of this product from a 3th party and they was claiming that a disadvantage about using this chip is that "Some peripherals and resources are not available...