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 Nordic,
One of my custmer want to develop multiperipheral product(The device connect to two central devcie).
The nRF52832 can certainly meet their requirements, and...
After connecting nRF9160 DK v0.8.2 kit and connecting the terminal, I observed the following messages:
***Booting Zephyr OS build .2.6.0-rc1-ncs1 ***
SMS sample starting...
Hi there,
We were using the Cryptographic library provided in the nRF5 SDK, with Oberon backend, to implement EdDSA/Ed25519 signing on our nRF5832 devices.
We are now...
Hello all:
I've developed an nRF52810 application based on the Blinky example. It includes buttonless DFU support and i'm able to update the firmware by an nRF52 dev kit...
I have a problem here with using saadc of nrf52832 .
The nrfx_saadC_init (), nrfx_saadC_channels_config (), nrfx_saadC_SIMPLE_mode_set (), and nrfx_saadC_buffer_set () functions...
Hello,
I started to work in a recen project with previous code developed and I want to use the current code to play 2 PWM pulses but each pulse with different duty cycle...
Hello,
we were working on integrating arduino nano ble 33 with the 3 sensors, bme680, max30102, max30205.
when using arduino uno it is working well with the two sensors...
Hello, I looked at your youtube video setting up a VS Code environment with nrf-connect sdk https://youtu.be/r2_W8rInr38 . Unfortunately I cannot find the VSIX to install...
Hello,
I'm creating a project where i have a nrf5340dk as provisioner (controlled by uart) and i want to have multiple lights or sensors in my network. How can i use the...
Hello there, I am trying to make it work some bluetooth examples for nRF52832_XXAA_REV2, but examples is designed for PCA10040 dev kit, anybody can you tell me how much rev2...
Hi,
What happened? There's crazy inflation going on of your tools package. Compare at https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download...
Hi
We are seeing board to board variations in actual baud rate from NRF5340 for Baud921600 setting, bit time is varying from ~938k to ~952k the HFCLK is derived from external...
I'm running an asset tracker application using nRF9160-DK.
If it is normal, LED4 lights up in green and data is sent to nRF Cloud, but LED4 lights up in yellow and no data...