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...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
Hi.
I am going to make my own PCB with nrf52832.
Before making it, I have to check debugging through P20 in nrf52832 DK.
I have two nrf52832 DKs with SDK17.0.0.
I...
I am working on zigbee network where I wanted to get the tree of whole network but could not find any utility from nordic which can provide those info, so I have started developing...
Hi,
In my application, I'm trying to restart emulation because I want to switch from the NDEF static payload mode to ISO-DEP mode. The problem is that when I stop emulation...
Hello guys, looking forward to some help here!
I've been working on a Unit Test system setup with CMock + Unity for a BLE app. But when I try CMocking some headers in the...
Hi everyone,
I want to set TX_POWER using sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV,m_adv_handle,RADIO_TXPOWER_TXPOWER_Pos4dBm);
m_adv_handle = BLE_GAP_ADV_SET_HANDLE_NOT_SET;...
hi everyone ,
I have problem to set tx_power in my ble_ibaecon code.
I referred sdk15.0.0 ble_peripherals/ble_app_beacon example.
a ) First, I tried using below function...
I have downloaded the source code to use the following functions.
https://github.com/NordicPlayground/nRF52-ADC-examples
The following problem occurred in version 17,...
Hi Nordic Team,
I have a installed version of Segger Embedded Studio with both the normal version , and the "Nordic Edition".
When i build a sample project with nRF connect...
Hello,
Purpose: Adjust 5340 frequency offset.
I want to use software adjust the internal load capacitance, but I don't know how to do it.
I found this below.
Can...
In a project using NRF52832 and SDK V15.3, we're having random crashes which have been isolated to a NRF_ERROR_BUSY (17) in components/libraries/log/src/nrf_log_backend_uart...
Hi, I am trying to do unit testing of my application, but at the moment I am not able even to compile and run a test of the example. I am using ncs v1.1.0 following this example...
I downloaded the following repo from github: https://github.com/NordicPlayground/ncs-display-ble-example , applyed the patch and i uploaded the scketch to my nRF5340DK , but...
Good Afternoon, I recently got an nRF5340 PDK kit and would like to get OpenThread examples for this board.
If possible I would like to demo the OpenThread CLI example....