In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
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...
Hi, I've released a driver here.
https://github.com/andrewcharnley/nordic-nrf52-lcd2004-HD447780-i2c-async
Finally NRF52 joins the club supporting the many LCD's out there...
Hi Nordic Team, I am currently working on how to build one mesh provisioner. Current Env: Nrf_sdk: 17.0, Mesh SDK: 5.0, Board Chip: nrf52832 My Questions is how to use any...
Recently I am using BLE in Zephyr to implement the multilink central function However, none of the references currently have a similar function, and there is also the nordic...
Hello,
In order to exchange long messages with the device, I would like to use 'offset' field in nRF COnnect for desktop (mobile)
Is there a way to send WRITE_REQ with...
Dear Sir,
Using NRF-52833 dev kit on SES. I tried to run the static analysis tool, getting error 'unknown register name 'vfpcc' in asm.'
This error appears for every file...
Hi,
I'm trying to set up BLE DFU for bith the app and net cores of the nrf5340.
We are currentrly using NCS 1.4.99, commit 3366927a54 (need latest master for lorawan usage...
Hi,
in the past, i have created blog posts in the devzone, e.g. about the publication of Fruitymesh: https://www.bluerange.io/docs/fruitymesh/index.html
I would now...
Hi all,
Does anybody know how to use NRF_LOG in Mesh SDK, because I need to print float numbers. I know that I need to use NRF_LOG_FLOAT_MARKER because I was using it inside...
Using NCS V1.4 for Mesh on a nRF52840, My customer wants to send higher rate sensor data via mesh. It seems the fastest continuous rate they can obtain is about 1Hz. When...
Hi,
How is the Inter processor communication handled between NRF52840 and NRF9160 in Thingy91 ? It was not very clear from the schematics for me
Can you tell me which...
hello Nordic
recently i encounter a claim that nordic to nordic BLE is faster, or capable of transferring more bits of data per second, then a nordic communicating with...
Hi,
I Have been trying to understand how to flash the nrf9160 IC using SWD and segger. Completed up to the build and run.
Need to know If I make some changes in code...
I am on SDK15.3, NRF52840, armgcc, makefile, console
I need to print a double float number in format of "x.xxxxE-xx". I already know that NRF_LOG can only print float with...