S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hello everyone, I ask for help to install the new version of SES in Ubuntu Linux 18, since the license is not recognized by the em nor the hardware, I can program the card...
After enter low power mode I aim to config to wake up on a 1 sec timer, but in 20 us the event 0x26 comes. I cannot find what event ID 0x26 is and how to disable it ?
Info...
I am having an issue when building the hci rpmsg example for the following youtube tutorial
Zephyr RTOS and Bluetooth LE on the dual-core nRF5340
I've tried figuring this...
Hello,
According to the description in below page, " The image can be an application image, SoftDevice image, bootloader image, or a combined image of bootloader and SoftDevice...
I am trying to interface adxl362 sensor with ANNA-B112 evaluation board.i am trying to read the part id to check the connection. The code is pasted below.
nrf_drv_spi_config_t...
Hi! I am using the 52840-DK dev board.
I want to use two pins, P1.0 and P1.1 as GPIO output pins.
In my code I have;
nrf_gpio_cfg_output(BLE_CONNECTED); nrf_gpio_pin_clear...
Hi everyone,
I want to serial print three float values (x,y,z) from an IMU. I use the MACRO NRF_LOG_ERROR( "Float_Value: " NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(value...
Race condition in starting the ADC following calibration. I am trying to start the ADC in the interrupt routine when the end calibration is reported, however I have unreliable...
Hello,
I have two brand new nRF52 DK eval boards version 2.0. On both boards, the reverse charging diode D8 is missing. That diode is required to power the board externally...
Just trying to build Nordic sample codes S110 with nRF51822.
Here is the error. These are hidden file. I guess some configuration is not correct but I'm not sure.
---...
SDK: 15.1 IDE: Keil Softdevice: S132 v6.0 Hello, I am using the ble_app_uart example as a starting point. My goal is to send 5 bytes every 5 seconds to another nRF52 Development...
Hi:
I'm supporting a nrf52832 project that is using SDK 11 with S132 Softdevice 2.0.0, and would like to get to the bottom of a lingering workaround that's been in place...
Hello,
I'm encountering a reccurent problem :
I'm using the peer manager, and I encounter a timer expiration that I do not understand (even if it is probably justified...