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...
Dear all,
In my project, I only want to use a battery to power for nRF52832. So, I want to add the feature which can measure the battery level and notify the user. But I...
Hi!
Im trying to implement DFU but got stuck at sending the init packet.
The problem seems to be that the the init data doesn't get transfered somehow, and the symptom...
Hello,
I want to install my own Button & LED handling (not using the default board support). It works on the nRF52840 Dongle, but I also want it to work on the PCA10056...
Hi Nordic,
I have tested the example, the softblink is working by configure the structure below:
typedef struct { bool active_high; /**< Activate negative polarity....
We are developing a BLE Beacon using the SDK v12.2 and the softdevice s132 on a nRF52832 chip. The code works on the DevKit successfully but it doesn't work on our custom...
We found the devices developed with nrf51 and nrf52 will disconnected from the iphone sometimes, and we can't find the real reason.
I study the gap parameters on nrf51 and...
Hi there,
Seems that the flashlog read processes a log entry from flash using nrf_log_std/hexdump_entry_process, which does take care of the formatting string in the entry...
I have successfully implemented DFU over the Air function using Android-DFU-Library (Github) for my Android mobile phone.
The Android-DFU-Library needs Android 4.3+ at least...
Hi, I am after a bit of advice regarding the SPI interface between a nRF52832 acting as a master, and 3 slave devices. I only need to communicate with one SPI device at a...
Hello,
my goal is to measure the average current consumption of an external chip connected to the Power Profiler Kit on Windows 7. Since the Software inside the nRF Connect...
using SDK 12.1.0
The original error (compile time only) is
main.c(338): error: #94-D: the size of an array must be greater than zero
my snippet @ line 338:
SOFTDEVICE_HANDLER_INIT...
We run SR3 on android system which is working , need change system to embeded linux .
we run SR3 on embeded linux , i can't use voice function .
we get son info: https...
I wanted to use the sdk board support file with coustom board having 13 buttons. I have modified the bsp.c and configer number of low power events and added a coustom header...
Hi,
i have interfaced a ADC device in the nrf2 development kit,i am getting the values from the adc after using the SAADC example,
i want to implement the same with the...
Hi softdevice uses s130 The board is using nrf51 dk. The example uses the ble_app_beacon example from sdk12.3. if (switch_hit ()) { // NRF_POWER-> SYSTEMOFF = 1; // sd_power_system_off...