Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
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...
HI ALL,
there is a sentence here 'Handles HVC events from the BLE stack.'
i am a newer here, please forgive of my silly question.
what is the HVC mean ?
thank...
Hi
I am using the nrfjprog.dll to program my UUT (nrf51822) during our production PCBA test. Apparently this is a bad idea to use this dll since you sometimes change the...
I found a possible bug in device manager in SDK 8.1.0 for S120. If you set for example DEVICE_MANAGER_MAX_BONDS 2 and try to bond another device, you get "No free connection...
hi
im using one of SDK Example and it stuck in this line of code
// Initialize SoftDevice.
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_75_PPM, NULL);
in this...