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...
Getting these linker errors that I believe may have to do with upgrading an example from SDK 16 to 17... however I'm not finding anything useful in the release notes as far...
Hi, I am carrying out a project that tries to collect the information from a sensor (sporadic activation), process it, and send it by BLE to a receiver to activate a relay...
Hi,
i am begginer, using my nRF52832 DK with ble_app_uart as peripherial, which is connected to PC via J-link (usb cable). I want is to establish serial communication between...
Hi,
in DFU error occurred and showing as [DFU] Remote DFU error: Insufficient Resources in the log.
Chip Used NRF52810
package size is 53.8 KB
is there any restriction...
Hi,
I just got a ppk2 and I am not sure which wire needs to be connected to where.
I am going to use this to measure current consumption but I've used only extarnal DUT...
Hi all,
I'm starting a project with a nRF52840, and start protoyping with pca10056 board.
I started with compiling ble_app_blinky example app, with armgcc.
I can compile...
My nRF52 device has a connection opened in peripheral mode and in some cases I want to close the connection with reason code "power off", i.e. call sd_ble_gap_disconnect with...
Hi,
I'm reading through the documentation on using the SAADC with the NRF52 kits. The examples are using PPI to manage the SAADC and allow it to sample locationally in...
Dear All,
I need a high frequency clock in order to measure the time between a couple of events. In the RTC HAL there are functions that allow to retrieve the counter...
nordic nrfconnect sdk, wrong bit mask in driver for thingy light sensor bh1749
In the nordic nrfconnect sdk there is a bitmask typo causing wrong anction.
The header...
When running firmware without a probe, interrupts don't seem to work. I'm using a Segger Mini Edu on an Actinius Icarus (nRF9160). I'm using EGU1. When the probe is attached...
Hi,
I am looking for detailed electrical characterization details for SAADC - beyond 1 page summary in nRF52833 product spec v1.3; under 6.21.10.1 SAADC electrical specification...
Is there some documentation listing what C library functions are supported? For example if I use the Keil IDE to look for FILE I find it. But if I look for 'fread' it says...
Hi,
I'm building a gateway using nrf mesh serial, and I want to monitoring devices status in the network by listening heartbeat messages from devices, but when I set publication...