Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
HW: nRF52, PCA10056
SW: SDK15
I'm using the nus_c service with multiple central connections.
After change the GATT Write operations from BLE_GATT_OP_WRITE_CMD to BLE_GATT_OP_WRITE_REQ...
Migrating from 13.1 to 15.0. getting error, undefined reference to 'ble_evt_handler'
In 15.0, peer_manager.c has the function, static void ble_evt_handler(ble_evt_t const...
Hello,
I tried a migration of a bootloader from SDK 14.2 to 15 but my bootloader does an infinite loop @0x24d70.
Do someone have an idea of what can i do please ?
...
I'm working on an application in which we are using a custom board with the NRF52382, which is powered by a battery. We sample our ADC every 6ms, record these values for about...
I try dual bank DFU on nrf52832+SDK15.0.0.
After extract new image to dst_addr(run image_copy),
DFU run nrf_dfu_settings_write().
nrf_dfu_settings_write() is run, nrf_dfu_flash_erase...
By setting either:
ble_gap_adv_params_t::duration
or
ble_gap_adv_params_t::max_adv_evts
to a non-zero value should trigger the BLE_GAP_EVT_ADV_SET_TERMINATED event...
We are planning to use Adafruit BLE Feather with the IAR / Keil/ SWD tool chain for a small scale project . I notice the Adafruit BLE feather memory map is quite different...
Maybe I'm wrong but this seems to be wrong ASSERT in the function:
My understanding is that max time which can be set on timer is dependent from timer frequency and timer...
Hi There, i am pretty new to this ble and arm world. i was exploring my nrf52dk with sdk15 cryptography libraries. I have looked into an example of Elliptic Curve Diffie-Hellman...
Hi,
I had done secure OTA in my custom board using SDK12.2.0 with S130 v2.0.1 softdevice. But when i am trying to update the same for multiple times then its not happened...
Hi!
I'm running UART example and modified to run upon interrupt and its working fine, but in main() if condition ( if (cr == 'q' || cr == 'Q') ) is not executing even condition...
Hi,
I'm trying to toggle GPIOs 32-35 but it can't be done. Other GPIOs though such as 15,21,30 I change successfully.
Here's my code:
I saw a solution regarding NFC...
Until lately, I have never used characteristics longer than the 20 Bytes and if the length of application data was longer, I would fragment it on the application layer.
...