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...
When I switch to any branch other than 1.8.0-rc2, I get the following notification:
"This workspace requires version 1.8.0-rc2 of the nRF Connect SDK, but it isn't installed...
I am developing a BLE Peripheral device using the nRF52805 and have just discovered that neither of the two SoftDevice packages offered for this chip have support for extended...
After compiling an example and attempting to connect to my board, VS Code won't connect to my board. It is definitely recognized by my computer, and the Programmer application...
Hello everyone,
currently I am working on my application which is based on the multirole example and with the SDK17.1. My target is if one device connected to another the...
what is the external 32.768khz crystal tolerance range for BLE? we have a product, it easily disconnect with another one when the distance is 5m, the PPM is -120ppm, fine...
Hi,
The project is a multi-link environment of nrf52840, The 7 peripherals has the task of send data constantly of a sensors. All is working on coded_s8.
The objective...
Hi
Which example Implement the central whitelist function?Is the whitelist of the center mainly used to connect the slave device which address is the same as the address...
Trying to activate iBasis SIM in the nrfcloud.com, getting message "User cannot be updated" with no extra information.
I'm in Dublin, Ireland.
An activation dialog keeps...
Hello.
I'm using nrf52832 (S132 v7.0.1, SDK v17.0.0) to develop peripheral roles.
I want to create a characteristic with the Read settings assigned and set the data to...
I have downloaded the nrf connect sdk 1.7.1 and want to use the newset version of nordic official sdk. However, I have tried so many times to delete and redownload the sdk...
H, I have a problem, that I can connect to my BT device without entering the PIN upon first paring. The device is based on nRF52832 and I followed peripheral_sc_only sample...
HI,
I think that the modem_info_json_string_encode function from modem info library has a problem.
The functions crashes when all modem info data options are enabled in...
Hi all,
I have two nRF52840-DK boards advertising on legacy(1M) and Coded PHY mode.
Connections on 1M PHY are working fine, however, for Coded or 2M, I am having a "Precise...
Hi,
I'm trying to run the test code in https://github.com/NordicSemiconductor/pynrfjprog:
I'm getting the following error:
Python 3.8.10
nrfjprog version: 10...