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...
Using nfutil to dfu a package to nrf52832 using dongle nrf52840 on windows 10 and python 3.8.10
Able to access nrf52832 with nrconnect desktop (but can't get dfu to work...
Hello,
I want to implement RAI using MQTT, but so far I haven't had success.
I can use RAI without problems through the modem shell, using the command "sock rai -i 0...
Hi Nordic ,
My product is working fine but i'm focusing on improving consumption at maximum because it is working on small battery ( evoluated tpms application)
It uses...
Hi all,
Is anyone aware of any formal documentation or test cases available that demonstrate a validation of nRF Connect for mobile to show that it is reporting the correct...
Hi, I am designing a small PCB (18mm diameter) and would like to know what external components I can exclude for nRF52805/ nRF52811. I would like to not use the decoupling...
Hello,
I am using SES Nordic Edition v5.60 and I would like to be able to include pre-processor directives in my project but I could not find the pre-processor optins. ...
Hi everyone,
I'm wondering on which plateform / app and how is it possible to read and retrieve the data sent from a nRF52833 Slave to a Mobile Phone (Master) ?
We have...
Hello i am working with the example ble_app_uart and i have created one new service and two characteristics. The firmware was working fine with no errors. However my computer...
Hello,
What is the difference between 2 devices which are constantly scanning and 2 devices which are connected? Also, how do I code 2 devices to connect to each other?...
BLE Hello,
In my project i want to send the data from the nrf app to nrf52832 device and i don't know how to interface it with RPI compute module once the data received...
Hello, I have a question.
I am developing with nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral.
I have a question about the output time of the advertisements. The...
Hi,
I am develloping product witch ICM20948 and need to use magnetometer. I tried to move some existing and working code for arduino. I was able to get data from magnetometer...
Hi,
Our customer is optimize the size of flash used of nRF5340.
They are curious whether the definition in autoconfig.h are all used in the image? or some of them are...