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...
Hello all,
I just bought the nRF52(PCA10040) DK and programmed the s132 version 3 soft device using nRFgo Studio. Using IAR, I compiled and downloaded the UART example...
Hi,I'am try to update the bootloader. But it stop at 1%. I don't what I miss.
james_boot.hex
james_bootloader.zip
Log 2016-09-06 11_36_54.txt
Dfu_bootloader_via_hex...
hello,
I'm using S132/nRF52/SDK11.
I start a firmware development based on Nordic UART example, I kept the BLE NUS part (I loop back the data received over BLE) and...
Hi All,
Just noticed SDK12 was released last week, with build in support for S132, v 3.0.0. Judging from the compatibility matrix and notes, it looks like it removed support...
Hello,
I'm trying to set a new environment with the SDK12 that'll be less cringy than the one I was running under the previous one.
Basically, what I want is a workspace...
Hi
Using an nRF52832 and SDK11, I have the following issue:
I want to use button 0 with a regular push for functionality and a long press to go to sleep. The detection...
Hi, I'm trying to move from nRF5_SDK_11.0.0_89a8197 to nRF5_SDK_12.0.0_12f24da and faced an issue. I have build error in
....../nRF5_SDK_12.0.0_12f24da/components/libraries...
Hi@all,
i'm trying to connect to a BTLE Printer (printer -> peripheral) from my central (nrf51822 board). But i cannot use the standard discovery examples because i cannot...
Hello, I have pca10001 board and I would like to read an analog input from ADC.
Is there any complete example which I can test using potentiometer ?
Thanks
I'm trying to write some data to flash memory (32 bytes) every 1 minute. the data are not NULL but then I noticed that sometimes (not always) the pstroage module write zeros...
Hi,
I am programming and debugging an external customised board by following the DK manual and the below link:
electronut.in/.../
I use the interface P20 instead of...
Dear all
I want to add the static pin to my project(s110 stackV8.0, based on SDK10), add the follow code to gap_params_init:
uint8_t passkey[] = STATIC_PASSKEY;
m_static_pin_option...
Dear all
Good day!
I want to develop the Android APP to received the BLE's ad raw data(which is dynamic change). Which API should I called to get the raw data? And should...