Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hi everyone,
I am looking for reports and/or certifications that can help with our own device's certification process.
Would you know where we could find such reports...
Can I configure security parameters my own way?
I read some BLE profile but there are not explain about security configuration.
And I tested by using PCA10028, iPhone4s...
I am trying to setup an interrupt to fire whenever any of 6 GPIO pins change value using an nRF51822 with soft device. I found the example that uses GPIOTE to get an interrupt...
Hi. I'm using nRF51822AC, SDK12.2.0. S130 v2.0.1.
I just want to make DFU program. But I think it's a little bit confusing. So I want some explain.
Q1. What is the difference...
I'm wondering whether I'm missing something.
This is the callback called from finish_transfer in both nrf_drv_spi.c and nrf_drv_twi.c.
This parameter is useful because...
Hi,
I am working on the examples\ble_peripheral\ble_app_uart sdk 12 example on SES.
I was first setting:
FLASH_START=0x1B000
SRAM_START=0x20001EB0
Then tried...
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
Hi,
My code always throws "NRF_ERROR_INVALID_STATE" error and reset in nrf_drv_gpiote_in_init.
I tried many pins all of them are free and not used:
#define BUTTONS_NUMBER...
Hello,
is there a way to check for NRF_ERROR_BUSY before issuing a new command?
The idea would be to create a timer to retry issuing a/the command if the NRF is not...
Hi,
After following all instructions on: gnuarmeclipse.github.io/.../
And after installing all Nordic Semi dependencies on eclipse.
I import on eclipse the UART_Loopback...
Hello team,
I got a DEV KIT NRF52
And I'd like to get all my LOG : NRF_LOG_* ( NRF_LOG_INFO… ) From my USB interface Serial:
/dev/tty.usbmodem1421
I made sure...
i read devzone.nordicsemi.com/.../ that simple multiple saadc-s is not so easy.
I also looked at github.com/.../ble_app_uart__saadc_timer_driven__scan_mode to use multiple...
When I keep this function :
static void vMain_iInitDeviceManager_Exe(bool erase_bonds)
{
uint32_t err_code;
dm_init_param_t init_param = {.clear_persistent_data =...