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...
I built my project on ble_app_uart peripheral example from SDK 12.2 and have added a display (Sharp LS044Q7DH01) using nRF52 as a SPI master to communicate. I think I have...
I have used NRF52840 and SDK 13.0.0. Module SPIM.
Library does not support buffer size more then 8 bit.
But I try write to register TXD.MAXCNT and I can't write value more...
Hi
I'm interfacing MMA8452Q with nrf51822 using TWI all read-write function working fine but when I try to read acceleration data nrf_drv_twi_rx & nrf_drv_twi_tx function...
I am porting our sdk 8 based firmware for the sdk 11. Now the code crashes at the code below:
err_code = sd_ble_gap_device_name_set(&sec_mode,
(const uint8_t *)name,...
We followed the instructions for the beacon example for nrf 52 dk.
Multiple attempts to change and reset the board, there was no change in the ad packet.
Can someone...
I'm using the nRF52832 chip without an external crystal. I configured it to use the internal RC with:
nrf_clock_lf_cfg_t clock_lf_cfg;
clock_lf_cfg.source = NRF_CLOCK_LF_SRC_RC;...
Hi,
I have tested ble_app_hids_keyboard for using whitelist.I find that this example is bond+whitelist. If bonded, the peer address will be added into whitelist. But when...
Hi,
I test Whitelist function in the example ble_app_hids_keyboard_pca10040_s132 using SDK12.2.0.
I donnot understand the code in "case BLE_ADV_EVT_WHITELIST_REQUEST:" located...
Hi all,
I have some problems with GPIO Interrupts.
I'm using nrf52832, s132 and sdk 12.2
The error is totally random so I don't know why is generated. The case is...
Hi,
We are using the Secure DFU from SDK 12.2, with SD132 3.1.0, on a PCA10040.
As a DFU controller, we use a PCA10031 with a SD130 2.0.1 and a project derived from the...
Hello,
We are migrating from IAR 760 to IAR 8.10 compiler does not produce the same assembly for the SDK12 inline function nrf_delay_us.
The original C Function is :
...
Hi, i am working on RTLS project. In beacons i want to enable DFU service using SDK 13.0. But I could'nt find a gothrough process to do the same. Please give me some link...