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...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
I read this thread: nRF51 beacon high frequency scanning and advertising and have similar problem here.
Some repost from my electronics.stackexchange.com question
...
heya all,
I've tried folowing the guidlines for selecting correct SoftDevice for particular DK, but I am completely confused about the whole naming conventions and versions...
Hello,
I wants to store data in file or store data as non volatile .
I can't found any file related function.
Can any one help me how to store data as non volatile...
Im using nrf51. first I used bonding feature, for that I configured the characteristics with BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM on read to trigger the bonding on IOS. ...
I am using SDK 11.0.0 and S132 on a nRF52832. In my application, my device can operate in BLE mode with the SoftDevice enabled or in custom RF mode with the SoftDevice disabled...
I need an accurate timer to generate pulses about 20ms. With simple timer this is workiong fine, but I need more then one timer simultaneously. So I would like to use app_timer...
Hi
I am working on NRF51822. I am using S120 ble_app_multilink_central example. I am trying to create a Timer1 interrupt of 1ms interval. My interrupt is working but interval...
Hi all,
I am trying to block connection from other devices to my nrf51dk board, except some specific devices. I used whitelist but it seem like the peripheral only block...
Hi,
I have just bought a nRF51822 Beacon Kit. The sticker on it shows that it is a PCA10006, Rev 1.2.0 2015.17 on it.
But I think that it is PCA20006.
What is the best...
Hi
I am getting some weird response from my nRF51-DK.
Situation 1:
When I try to flash it with the Blinky code (\sdk11\examples\peripheral\blinky\pca10028\s130\arm5_no_packs...
I'm trying to under the ble_app_multirole_lesc project and I'm a bit confused about calling sd_ble_auth_key_reply and sd_ble_lesc_dhkey_reply. If you are using Just Works...
Hi,
I am trying to send a HEX command to a device over UART at 9600bps using nRF52 DK, but it never works. However, it works with Arduino (so the receiving device should...
I have nRF52 Development Kit,after my first time programming the Firmware to my board.I can't erase or program it any more?
The nRF52 Development Kit can be connected with...
Hi,
I have read the following posts and understand how low clock frequency mode can be selected
devzone.nordicsemi.com/.../
I've also read in many posts that 4s calibration...