I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
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...