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...
Hi,
Please help me...
This is the first We are launching our product which uses nRF51822 SOC, But I have no idea how do i write manufacturing test? or what are the tests...
Hello,
What I need to do is control a small 128x64px SSD1306 display with my beacon. Could anyone please give me some directions to follow? I tried this library but had...
Hi,
I am using nrf51822 for my application.
i want to recieve data from bluetooth over BLE ,can you explain me the process of receiving the data over UART.
I have modified the experimental_ble_eddystone app to be a connectable beacon. To do this I need to increase the peripheral_link_count to 1 from 0. In others words I want...
I have been having issue with BLE Connection that frequently and randomly disconnect due to timeout. When there is no disconnection, everything else has been working fine...
Hi
we are implementing a system where in an iOS app, we use the ranging functionality with iBeacons. We read device characteristics when the app is in background.
A...
Hello everyone,
I am trying to implement the button /timer interrupt handler function
Running Functionalities,
button(1) is pressed for 3 sec and button handler...
I am looking for the documentation for the SoftDevice S132 for nRF5283. Where can I find that?
I looked at some old links that are no longer valid.
Thanks
My boards are getting manufactured and now i realised that:
I'm using lfclk crystal oscillator part no#: ST2012SB32768E0HPWBB is having power rating of 0.5μW, where as...
Hi,I have a question.
the PCA10005 board's P0.17(Or other pins) connected to 2.8 v voltage,but the Vcc is not connected,and the PCA10005 GND connect to 2.8V GND.The PCA10005...
Hi,
I'm using the S110 v7.10 to implement a service with an RACP, amongst other things. I'm supporting multiple transmissions per connection interval. This is working fairly...
i have nrf51422 v2 and it can use s110 v7.x.x
and when i go to download s110 v7.x.x but there is nothing for nrf51422 v2
softdevice s110 v7.x.x is for nRF51822...
i have nrf51422 v2 that there is noe example for it and i dont find any softdevice hex for it .
in keil package there is no template for sdk 6 that work for me
please...
Hi,
I've been trying to send a batch of data from 2 nRF51-DK boards, peripheral to central, and it seemed that there is a bottleneck on BLE since the buffer on the peripheral...
Hello all,
I use the relay function of the S130, and want to do a two-way data communication.
I can relay the data of peripheral to central with sample code.
peripheral...