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...
I loaded the BLE peripheral HRS example from the Nordic SDK 17.0.2 on an nrf52840 DK. I connected a PPK II while connecting the peripheral using an nrf52840 dongle and the...
CAN-bus shield uses the one at the URL below.
https://www.seeedstudio.com/CAN-BUS-Shield-V2.html
I want to check if the SPI connection is established correctly.(CAN...
The /v1.6.0/nrf/samples/crypto/rsa project on NRF5340 returns the following error right out of the box. psa_generate_key failed! (Error: -134)
I have installed the SDK and...
Here i am using the SAADC driver of NRF52840 for my application, using SAADC api's i want to sample the
adc input at different adc reference voltages as per the project...
Dear Nordic Engineers
Our customer now wants to develop a keyboard with NRF52833, so there are some questions to ask the engineers of NORDIC.
1、They want to be compatible...
Hi, I have problem about integeration fstorage into mesh example (LPN). I know " Mesh error 16 at 0x00000000" is Bad Memory Address. How can i fix.
Thank you so much!
Hi,
I want to know if its possible to implement a mechanism that reboot a device when an assertion occurred.
I have try to add a WatchDog but its only reboot the board...
I having problems to get reliable response once gpiote is detected
If I look at NRF_LOG or show it in the field on MINOR or RSSI, it jumps. i.e. the counter that counts...
During a power profile in source mode I am getting about 300uA of noise. When the unit is moved the noise seems to away. I have checked the grounds and everything is secure...
Hi,
I am testing peripheral_hids_keyboard of NCS SDK 1.4.2
I have issues
1. where i can able to connect with windows and Android system but it is not visualize in MAC...
Hi,
We are planning to update our product with the a Nordic BLE module in a serialization connection over a UART. The current product has a MCU EFM32GG290F1024. Our product...
Hi, I'm using an nRF52805 TWI sensor (400kHz, 1 complete received data is 9 bytes = 72 bits). The ideal time difference between each TWI sensor measurement is 72bits/400kHz...