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...
i am using nrf52840 and trying to get long range using coded phy now i can be able to connect the devices in phy coded but i need more range is decreasing BLE_GAP_ADV_SET_DATA_SIZE_MAX...
Hi, teams.
I am testing nRFConnect 1.5.0 with nRF52833DK.
I added nrf52833dk_nrf52833.overlay file to override the default device tree, and it works when I first open...
Hi,
We have developed some features of HID mouse with some buttons. Just like "music Pause/Start" "Volume up and Volume down" . So, how to achieve "Back/Forward" in website...
Hi,
I'm working with the dfu example. the sdk I use is 15.3.0 and softdevice is s132. I am creating the zip package without any problems.
I use the following commands...
The NCS coap-client sample fails to build in NCS v1.5.0 for nrf52840dk_nrf52840 and nrf21540dk_nrf52840 with the following errors:
It was working fine until v1.4.2. This...
I have bought the development kit recently and I also have flashed the HRM demo code using the nRF Connect UI and it works fine. I have also installed Segger embedded studio...
Hi,
I am trying to add the ble-app-uart example into the saadc example. I added all needed files.c which there were not in the saadc project and also all paths in the...
Hi Everyone,
I am working on nrf52832, I am using sdk15.0.0 ble_peripheral /ble_app_beacon as reference.
I want to set TX_POWER using sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV...
Dears,
I just connected my Thingy 91 to the nRF Cloud and get a message i should update to FOTA_V2.
Anyone has a manual or instruction on how to proceed with this?
I try to obtain from IMSI number for a GATT Characteristic. However, by using AT+CIMI it returns valid result only after network connection established.
Could you please...