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...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
I have gone through “Application Timer” tutorial...
I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays...
I was wondering if it is possible to do HTTP requests with the nRF9160 just by using AT commands? Since this is usually possible with such kind of modules.
The reason is...
Hello everyone,
I've got a three type of devices: 1 Central device, 2 Peripherial devices, and mulitple beacons. Central is connected with two peripherial devices with...
Hi Devzone,
We are using the nRF52 DK in a prototype which is under stress, and we noticed that any bending of the board breaks the BLE connection.
To easily replicate...
Hello,
I am currently writing a script whose purpose is to automatically provision and configure devices.
My question is related to the devkey_handle and address_handle...
With SDK 14.2.0 and S332 softdevice, I'm using UART to control ESP8266 WiFi module with AT commands and I'd like to replace app_uart (+FIFO) with nrf_serial , in order to...
Hi,
I am setting OOB with sd_ble_gap_auth_key_reply() method { 0x11, 0x11, etc 16 bytes }, but when trying to connect with desktop nRF Connect there is an error 132 inside...
Hi,
I am getting errors when attempting to include the nvs library to save data to flash storage on the nRF9160 DK. My CMakeLists.txt:
I get the same errors with or...
Hi,
We tried to use a smartSIM from Sierra Wireless with the nrf9160DK without success.
The nrf91 can connect to the LTE network after a few minutes (LED4 steady). However...
Hi,
I did have a working development board. I was working to disable serial and disable as much as possible to get the power usage down. It seemed to be working (although...
I tried this using the ram_retention example from the SDK (nRF5_SDK_15.3.0). The example (Ram Retention) still seems to work if the lines concerning NRF_POWER->RAMON and NRF_POWER...
Hi,
our appliction need to using I2S worked at 96kHz sampling, and i find two parameters , MCK and the CONFIG.RATIO,but when i use this formulation:
LRCK = MCK /CONFIG...
Hello,
I think about connecting two central devices (nRF's 52840) using one common antenna. One device will be only RX and will scan for a advertisements, second will manage...