I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
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...
Having great difficulty install Python and pip just to generate the keys for secure DFU. This seems like a greatly complex requirement just to be able to use this module....
Currently using nordic52832 to develop products that use batteries.
We found that the problem is that when the BLE module is connected successfully, it takes 200ms to send...
Hi all!
I am developing an nRF52 application that uses RTC interrupt to measure an ADC value every 100 ms. Depending on the measured value the chip shall either go back...
I am using nRF 52 development board. Using Keil to program it. Its has 4 buttons. We can easily detect when a button is pressed, but is there a way to know for how much time...
I'm using the following code to make the beacon sleep:
static void on_ble_evt(ble_evt_t * p_ble_evt)
{
uint32_t err_code;
switch (p_ble_evt->header.evt_id)
{
case...
Hi, Developer Zone!
Can pm_peer_rank_highest function return NRF_ERROR_STORAGE_FULL code?
There is no this error code in description for function, but in the code I see...
Hi
I am sending my BT module with nRF51822 for some regulation test and the Test Lab is using Anritsu MT8852B to communicate with my module through USB-to-UART adaptor and...
Hi team,
I have seen the example of crypto in the SDK_12.3.0. I want to learnt it. But I don't know how to use it, because there is not keil project file, and I hadn't...
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...
Hello,
I have adapted the ble_app_uart_c project for a custom board based on nrf52832. The application already works fine, however, my peripheral is sending four packets...
Hi,
I decided to use nRFUART Example which is inside of the Master Emulator.
I am using nrf51 dongle for connecting peripheral devices.
When I run the nRFUART Example...
Hi,
I am porting my code from SR3 v1.0 to SR3 v1.1 now.
I have a problem in debugging SR3 v1.1.
In SR3 v1.0, it's fine in MDK-ARM debug session. I can set break point...
I have been working on integrating FDS into an SDK13 project using SES v3.24.
I'm not sure if the memory allocations are set correct. If I increase the FDS_VIRTUAL_PAGES...
So I have been integrating FDS into a project under SDK13. It's based on an example that Hung updated for SDK12.1. So after init of fds the method fds_test_find_and_delete...
This crystal, which is used the nRF52 dev boards and reference designs, is now "not recommended for new designs". I could find another crystal that meets the spec, but just...