Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
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...
Hi,
I develop an application with the nRF51822 circuit. It is detectable with my smartphone, but not with a computer that has a Bluetooth 2.1 device. Is it possible to...
In the comment of this post , Marc Nicholas wrote:
Doesn't that require SWO to be implemented? (Which is not on the Nordic part).
Is it true, that SWO isn't available...
In SDK 6.0 I find there is a project of ble_app_hids_keyboard_serialization.uvproj in nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
and it contain...
Hey there,
today I'd tested around with the Dfu service.
Peripheral is nRF51822 running Sdk 5.2.0 bootloader example (Softdevice 6)
Central is Android 4.3 running...
I am unclear whether the soft radio takes care of updating the attribute when a write event occurs. I can see in the example codes that the notification flag is handled by...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm trying to understand how pstorage allocates storage.
PSTORAGE_FLASH_PAGE_SIZE is fixed, that's the actual size of a flash page and thus a basic unit as you can only...
Hi, I am trying to change the beacon data.
I changed Beacon UUID already, but I can not find where can I change device name.
I guess I need to change the gap_adv_data...
Hi,
I am upgrading to SDK 6.0.
What function should I use for retriving the whitelist data?
SDK 5.2:
//err_code = ble_bondmngr_whitelist_get(&whitelist);
//APP_ERROR_CHECK...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hi,
How to implement the static PIN type pairing, when the server device doesn't have keyboard or display? Our requirement is, Master will initiate the pairing process and...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
I am trying to implement a Time-On-Air measurement with two nRF24L01+.
I set up the devices to work at 2Mbps, 3 bytes address, 1 byte payload, 1 byte CRC.
Both works...