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...
Dear nRF,
I have couple of nRF21540-dk boards (PCA10112) in my hand. I would like to use nRF Connect Direct Test Mode to activate TX and RX.
I found that the tool lacks...
Hi,
We are design custom Board using nRF52840 SOC.
We are operating it in Normal mode, using internal DCDC converter
We have used configuration 5 from reference design...
I am taking over a firmware Bluetooth project and am reading the code that is having some issues. Below is a snippet from a BLE characteristic read callback. Here a double...
I set a timer on the net core of nrf5340. The timer sets an interrupt of 10s. After the chip is reset and runs for 10s, the while (1) of the main function is interrupted,...
SDK Environment: nRF Connect SDK v1.7.1 Target: Decawave DWM1001-DEV. This uses the nRF52832
If I add CONFIG_LOG=y to "prj.conf" in the zephyr sample peripheral_dis, when...
Hello,
I'm working with a NRF52840 DK and a module BLE nrf805.
I'm programming thanks to the software SEGGER.
I have sent the blinky simple in my dev kit to test a...
Hello,
I am using the Segger Embeddd Studio from the nRF Connect Desktop and the nRF52840-DK board.
I am working over the project into the "ses" directory for SoftDevice...
Hi,
Do you have an example of the \ble_peripheral\ble_app_hrs with Coded PHY for the nRF5_SDK_17.1.0? I have tried to use the BLE_GAP_PHY_CODED definition in different places...
Hi,
Is it any possible setup to connect a NRF52840-DK to the nRF Connect app in a smartphone without pairing or bonding? That would help me for testing and in this stage...
Hello
I am launching a project and I intend to:
Want to use multiple mobile phones and nrf-mesh software, Connect to a mesh server and turn on or off a led
So I connect...
This commit to the sdk-nrf repo: https://github.com/nrfconnect/sdk-nrf/commit/fdd7a24857a6e762055a0192293fc85165246e7f appears to me to indicate that hardware crypto support...
Hi, There:
Can the mesh device be modified the APPKEY,NETKEY,DEVKEY and the unicast address after be provisioned? And How?
I had tried to modify these parameter provide...
Hi team,
Currently we are using nRF52840 in our project.
we have plans to redesign the hw
does nRF52833 have any advantages over the nRF52840?
if so, Could you please...
in sdk_config.h it says this
on page 24 of the nRF52832 datasheet, it seems that UART and UARTE cannot both be used (they share the same ID). Is this correct? effectively...