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,
our installed base of sensors transmit their data in periodic BLE 4.0 beacons. I would like to develop a relay board that receives these beacons, and then retransmits...
Hi,
I want to use the nRF9160 DK for an NB-IoT application. I am located in Bavaria, Germany where there is no LTE-M coverage. I understand that I need the NB-IoT version...
To the kind attention of Nordic support team, from www.nordicsemi.com/ I downloaded all nRF24 Files.
I found very interesting the nRFgo Motherboard (nRF6310 Rev 1.4) pinout...
Hello ,
I am new to nrf52832
i am using external interrupt for led on and off
here the problem is when i press the button 1 led will turned on if i press the same button...
For Zigbee RF manufacture test, we did try nRF52840 using the sample code "radio_test" in SDK nRF5_SDK_15.3.0_59ac345,
but it seems that only the TX power information can...
Hi all,
I'm developing a buttonless DFU based application using the SDK v15.3 Following the documentation was pretty easy and I'm now able to run the app_ble_buttonless_dfu...
Hello All,
I am working on nRF51822. Use nRF51 SDk 12.3.0 version for reference. Writing program in IAR in windows.
Porting the OTA DFU to my custom APP.
use SDK 12...
Hello
I am developing a product by using nrf52840 and s340.
I know the way how to certificate ble. It is using the dtm example.
But I don't know how to certificate...
Hi
I have a question.
I am using USB CDC UART example code for my application development.
I have changed VID and PID in sdk_config.h file as per requirement.
Now...
Hi All,
I want to communicate ST25R3911B with nrf52832 controller,
It is interfaced on SPI controller.
I could not find any API related to this in SDK 15 but while searching...
Hi!
I'm having issues compiling the nRF9160 samples in the SDK. I've followed the Getting Started Assistant. I'm currently on the master branch. When I check out the v3...
I am able to see all the other three packets (URL, UID and TLM) in Eddystone Validator app except the EID packet. But I am getting the EID packet in 'nRF beacon for Eddystone...
Hi everyone,
We are going to certify a TRAXENS product design that contain an electronic card with a nRF52840 module on it. For that, we want to communicate with the nRF52...
Hi
I am using digital microphone with nrf52832 dk using PDM library for interfacing
I am referring nRF thingy for firmware development, sound service is successfully developed...
I need to collect data from 2 ADC channels. Ultimately, the data is to be sent to a table of 1000 samples (500 per channel). Samplerate can be 2KHz - 8kHz. When the table...