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...
Hello,
I am sending below setup packet to nRF8001, and i don't get any response form nRF8001. ACI as such works fine, i tried sending diff commands and able to receive...
Hello,
I am using Lenovo (late 2015 release) with android 4.4.4.
Got my nRF51822 Bluetoot Smart Beacon kit and downloaded the applications that are available on Playstore...
I have some very basic code that does not appear to be executing correctly.
There are two versions of code that I would think should have the same result. They do not,...
I am having trouble with setting priority of ADC_IRQn.
void ADC_init(void)
{
nrf_adc_config_t nrf_adc_config;
nrf_adc_config.reference = NRF_ADC_CONFIG_REF_VBG;
nrf_adc_config...
I'm using the nRF52-DK (SDK11.0.0+s132) and added in some example code from the RTC example (the RTC2 tick interrupt with prescaler=0 to toggle a GPIO) to the ble_hrs example...
Hi there!
I don't know much about FCC, UL, CE certification and want to learn. I am using the blend micro module which uses nrf8001 chip in my project. How do I get my...
Hi, i've just started to use the nRF8001, so forgive me if this is an obvious problem.
i'm using the nRF8001 with a microchip PIC processor.
i'm using the ace_tl_demo...
Hi,
I have read ANT Message protocol and Usage and tried to implement shared channel according to section 8.2. I am using nrf51422 and S210 and SDK 10.0.0
My master...
I'm trying to use TDD for my development of a BLE peripheral application, but I'm running into some problems. I'm using Ceedling, CMock, and Unity for my TDD environment,...
I'm trying to scan beacons. This is what I added to the example ble_app_uart_c :
case BLE_GAP_EVT_ADV_REPORT:
{
const ble_gap_evt_adv_report_t * p_adv_report = &p_gap_evt...
Hi all,
I have a problem in architecture of my application based on SD132v3 SDK12. It should interact with an iOS device as a peripheral and receive some data to display...
Hi,
I am using NRF51822 and SDK11 with S130. I have enabled WDT with 2000 as reload value as I'm using 1 second timer. But I want to immediately reset when a certain condition...
Sir,
We are using your radio component in our system since many years. We are in the process to get conformity with Japanese rules.
The lab in charge of testing is asking...