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,
In app design stage, and we cant connect to the bluetooth device UNLESS GPS is actually on. I dont mean permission, that's fine, I mean actually having the gps service...
Hi, I just started to develop a new project with nRF52840 and I've been trying to understand about white listing feature of BLE.
As I need white list to skip unknown device...
Hello everyone,
We are using the nrf52832 Dev Kit ( PCA10040 1.2.1 2017.49 682663245)
SRK Version 15.3
OS : Fedora
On the saadc example in the peripheral folder...
Hello,
I need to convert a standard 32 bit floating point number to IEEE-11073 16-bit FLOAT with 12-bit mantissa and 4-bit exponent (source: https://infocenter.nordicsemi...
Good morning,
I have been asked to merge the code developed by two independent teams. Of course, each one of them took their decision on the management of time, and of course...
Hi,
Im using NRF52840 with SDK 14.2. Currently trying to use SPI to read a large amount of data. Currently, the SDK is limiting the array buffer size to 255. My understanding...
We're using FDS in our application and have found that often after quick, repeated writes to a given record, the next time that an attempt to open the record is made, the...
I have a central and peripheral both running on nrf52840 Dev Kits. The connection is made by scanning using the 15.3.0 SDK scanning module with a UUID filter and connect_if_match...
Hi
Development software- Nrf sdk 15.2.0
Computer platform, with versions (Windows/Linux/OSX, ...) : Using windows 7 and Segger IDE
hardware revisions - NRF52840 Development...
Hello,
I have battery BLE sensor modules that send sensor data as BLE advertisements (custom advertisement, not beacon format). A BLE observer receives the BLE sensor data...
When I try to use SDK in C++ project with GCC 7 I get:
That's because not all fields are initialized:
The fix is very easy for Nordic to implement. Just add missing...
When I have opened a nrf socket with nrf_socket to extract GPS data, when the GPS acquisition phase is over, I want to close the socket, since I'm turning the GPS off. calling...
I am evaluating the nRF9160 features - and the low average power while in eDRX is attractive if it reduces transaction times when establishing comms on the next eDRX wake...
I am looking to update the NRF52840 firmware from the integrated flash. I am able to get the new firmware file there through other means and I just need to point to that new...