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 Nordic Community,
In order to measure battery voltage, I am using ADC with the code implemented as below:
In this, there is a while loop used to wait for ADC to...
We are developing an IoT device communicating via LTE to AWS IoT Hub using authentication by client certificate. For that, we are powering on the modem, do a mqtt_connect...
I am on nrfConnect v3.6 trying to build an SPI test using the command line (west)
I get this error:
```
error: SPI_3_NRF_SPIM (defined at drivers/spi/Kconfig.nrfx:133...
Hello,
I have imported a blinky project in SEGGER. I have added one user library to the project. Now I want to use this library in the main. c.
But I am not able to include...
So what I understand from the lesson over here is that we have couple of timers available to us and each timer comprise of multiple compare/capture register which can be used...
I need to implement using OTA to upgrade the thread.I followed Thread Tutorial: Practical guide for device upgrade OTA provided to complete the upgrade process,but it didn...
Dear Member,
I want to calculate distance I have traveled,
I saw variables as
#define WHEEL_CIRCUMFERENCE 2070 /**< Bike wheel circumference [mm] */
static uint32_t...
Hi,
I've followed the instructions to apply the free Nordic license for SES but it doesn't seem to like the MAC address. You can see from the attached images that the MAC...
Hi
My device is a medical device, we are now beginning verification. One of the items on the spec requires verification that 128bit AES is used during post-bond comms with...
Hello,
I have developed a small sensor which consists of MAX30101 HR sensor and nRF52832. For the research purpose I created an app as well which shows the raw data sent...
Hi,
I am selecting a Bluetooth IC based on the availability of true randomness in it and the nRF52832 is in the list.
"The Random number generator (RNG) generates true...
Hi,
I want to run a mesh application. Can you please tell me the most preferred ide for running mesh examples.
1.segger ide
2.keil ide
Kindly tell me which one is...
Hi,
I'm evaluating the nRF52840 using the DK. I find that the hfxtal in the 52840DK is GSX-223, which is not included in the data sheets characterization of HFXTAL ramp...
Hi, I'm developing a wearable fitness device. The device collects accelerometer-gyro data and sends it to the mobile application. Initial developments are good, I created...
I'm using the <TWI Scanner> example. I use an oscilloscope to measure the signal of SCL (see image)
According to the datasheet, I'm connecting a 4.7K resistor to connect...