Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
Hi@all,
i'm trying to connect to a BTLE Printer (printer -> peripheral) from my central (nrf51822 board). But i cannot use the standard discovery examples because i cannot...
Hello, I have pca10001 board and I would like to read an analog input from ADC.
Is there any complete example which I can test using potentiometer ?
Thanks
I'm trying to write some data to flash memory (32 bytes) every 1 minute. the data are not NULL but then I noticed that sometimes (not always) the pstroage module write zeros...
Hi,
I am programming and debugging an external customised board by following the DK manual and the below link:
electronut.in/.../
I use the interface P20 instead of...
Dear all
I want to add the static pin to my project(s110 stackV8.0, based on SDK10), add the follow code to gap_params_init:
uint8_t passkey[] = STATIC_PASSKEY;
m_static_pin_option...
Dear all
Good day!
I want to develop the Android APP to received the BLE's ad raw data(which is dynamic change). Which API should I called to get the raw data? And should...
Hi,
I am using nrf51822xxaa , Keil Uvision 5.14.2.1. SDK 10.0.0 and S130. I need optimisation level O3 for most parts of the code, except for one part (about 10 lines of...
I can't seem to add custom pin definitions to my own board in SDK12. I use the BOARD_CUSTOM define and copied my PCA10040 header file to one call custom_board.h and my pin...
Hello,
I'm working with the experimental BLE blinky application (with nrf52 and s132 SoftDevice).
It works fine, but now I would like to add one more characteristic one...
Hello,
I am working with Arduino blend micro BLE, i am trying to change some advertisement data and uuid service.
I am using the BLEPeripheral library and the next functions...
In the file bsp.c (from the SDK11 ble_hrs example) I don't quite understand the initialization statement:
static bsp_button_event_cfg_t m_events_list[BUTTONS_NUMBER] =...