I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
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...