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,
I have nRF9160 Power Measurement DK board, (PCA63511 Rev 1.1.0). And
nRF52 dev boards (nRF52840) (PCA10056)
I measured my program as: with nRFConnect version 3.2...
I have a project I have been working on for a touch switch using the nRF52840. I have been developing it using NRF Connect 1.6.0 and testing it on the nRF52840DK board. It...
I have some code handling the `BLE_EVT_USER_MEM_REQUEST` event. When I try and call `sd_ble_user_mem_reply` from within that handler, It is returning `NRF_ERROR_INVALID_STATE...
Hi,
My application has several characteristics that require read/write authorization. But for some peer I only want them to have access to some certain characteristics...
Hi,
I have a custom board based on the PCA10015 where im not getting any contact between the NRF9160 and the IBASIS SIM.
The SIM is in the correct way and i have the same...
Hi,
I'm having trouble finding out which versions of ncs, modem firmware, and SUPL library are compatible with the B0 revision of the nRF9160 that we use currently. I'm...
I'm using the nrf52810 with S112 in peripheral mode. Using the example blinky firmware and mobile app works perfectly with my Android and iPhone. However when I add in passkey...
Hi,
I am trying to use nRF52840dk and the download_client library to download files from my CoAP server.
I am using the CoAP Server example, and I have added the following...
I am using the build_nrf52840dongle_nrf52840 configuration, NRF connect sdk v1.6.1
The dongle comes up in a certain configuration with keyboard and mouse.
I need to create...
My PC does not recognize the DK when I pluged it. I did try with different cables and also on differente PCs, but no USB device appears, and allways the LED1 light of NRF52840...
Hi,
One of my nrf52840 DK cards wont detect as jlink, nor bootloader drive anymore. But I can still program it using a Segger jtag programmer and P18 port. Running Windows...
Hi.
My NCS version is 1.6.0. When trying to compile ./zephyr/samples/subsys/nvs for nrf9160_dk, I'm getting the following error:
Do I need to provide some custom overlay...
Hello, I recently bought the Laird BL654 DK which is based on the nRF52840. ( www.lairdconnect.com/bl654-ble-modules-and-development-kits) . I was interested in running the...
Hi. We are using the nRF52 sdk v15.2 with S132 v6.1.0 on a nRF52832. Sometimes, when connecting, we get a crash with
identifier 0x1
program counter 0x3FDA
fault information...