After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey all. I'm working on a really simple beacon application and I'd like to use RTC0 when the BLE stack isn't using it... is that possible? No BLE connections, just 1 advertisement...
Hi,
I'm facing a weird problem resulting from the following code:
while((!twi_tx_done) && timeout--);
The main file and the MPU9150.c which includes this command...
Hi, I try to capture ipv6 over ble packet.
So, I construct system like, nrf dk 51(with sensor) - rasp
nrf-dk 51 is equipped with coap-server source and rasp doing like a...
Hi everyone,
I have a really weird problem.
I created a makefile based on Nordic's example from the app_template and created 2 additional targets, one called "debug" and...
I have upgraded my laptop to Windows 10 and all hell break loose.
When I either connect the board or the dongle, they are stuck in a loop of connect/disconnect behavior i...
hi,
i am using ble_uart example in which i am sending 3 byte of midi data
(90 1e 45 0a .E.)
i am getting (.E.) when i converts this ascii value to hex value i get (2e...
Im trying to provide DTM functionality for certifications tests. I can't setup an UART interface, I found the below code which tries to use DTM without UART. it uses channel...
Hello,
I've read a lot about trouble people had when they used bluetooth and flashed the rom without using the propper softdevice APIs.
What is the issue with concurent...
Good morning.
I ´m working with nrf51-dk, sdk 9.0.0 and softdevice 110.
I have done a proyect without softdevice, only uart and master spi (mode 0) and works perfect...
Hi, I flashed the Proximity Application to nrd51822,with s110_nrf51822_6.0.0-5.beta.
the chip run right, and I used the NRF Master Control Panel, when I write data 0X02 to...
Dear all,
I have tried using a setting a break point in main() of my program. Without running the softdevice, it is fine to pause in the break point and continue to run...
Hi,
I am developing a product using nrf51822. While pcb designing I am getting a clearance error. Please let me know how to resolve it. All the dimensions are 8mil in clearance...
Hi,
I am editing my question:
I have seen some strange behaviuor I could not explain. In order to test it I have made the next test program:
I am using the application...