I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hi everyone, I am using nRF52832 (PCA10040) and ICM 20648. I want to write a I2C aka TWI interface to read accelerometer and gyroscope readings and print them out with TeraTerm...
Hello,
Does anyone know if I can use J-link BASE for programming in factory. I haven't seen any limitation related with it why can't use it for production purposes but If...
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...