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...
Dear All,
I have question regarding advertising in NRF51. I measured the power that be used when advertising using osciloscope and set the advertising interval of NRF51...
I'm having this event and I'm not sure what are the conditions required to trigger it, also what does it mean exactly since the documentation does not say more than a line...
I had attended the Nordic 2015 Tech tour in Helsinki and it was very nice of Nordic to give away nRF52 DK to all attendees. So far, I've been busy working with nrf51 but today...
I follow this instruction to turn Raspberry Pi into an IPV6 router on IPV4. My raspberry pi works well after I add nameserver to /etc/resolv.conf.
But other device in my...
I am experiencing an error that I can't figure it out why it is happening and where to go and try to fix it.
I am using the subscriber implementation on my nRF51, Raspberry...
I see in multiple examples of NRF51 SDK:
#define APP_TIMER_MAX_TIMERS (2+BSP_APP_TIMERS_NUMBER) /**< Maximum number of timers used by the application. */
but it is...
In ble_gatts.h, I see:
#define BLE_GATTS_FIX_ATTR_LEN_MAX (510) //< Maximum length for fixed length Attribute Values.
#define BLE_GATTS_VAR_ATTR_LEN_MAX (512) //< Maximum...
Hello Everyone,
I have been working on the NRF51DK by using proxmity examples as reference when i added the static passkey for the connection security it is working well...
Hi, i am new to embedded system.I want to use nrf52 DK as master and connected with two slaves by two spi channels? is it possible to achieve on nrf52 DK.
1>How to set up...
when i turn on the Keil, they have showed error to me
"Install missing Software Packs?
NordicSemiconductor.nRF_ConfidentialDeviceFamilyPack"
then i try to re-intall familypack...
Hi,
I wanted to know How can I find if any application on any platform(Central device)is listening to my advertising packet or not !!
The whole idea behind this is to...
Hi,
I have made a few custom boards based on the nrf51822 but on my latest design, I'm having a new problem that I haven't seen before. I have read the posts in the forums...
hi everyone,
i'm testing an application on pca10036 board where i need to create a large buffer. i use Keil v5 as dev. environment. My buffer is static and global, therefore...
I'm using 2 nrf51 DKs one as central and one as peripheral. I'm wondering if there is a defined time that a write takes to be registered on the peripheral?