Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hi,
I have bought a new nrf52840 PDK. I have gone through the PDK user guide and I came to know that we can use qspi pins as gpios by cutting the Solder bridge connections...
Hi All,
I am getting following error while compiling template example with DSP CMSIS library in IAR.
Fatal Error[Pe035]: #error directive: "Compiler generates FPU instructions...
Hello,
I have a question regarding AVDD(35/36) pin. I am using nRF51822 QFAA package. And the reference circuitry on the datasheet uses a 1.0nF capacitor between AVDD and...
Hi, my first post here.
I'm a undergraduate student and newcomer to this field. I've some programming background but few in electronics and embedded systems (so probably...
Hi all,
Is there any DFU example using dual bank to the SDK 12.2? The secure bootloader example is for single or dual bank? . Sorry for the question it is no clear to me...
I have purchased nRF51822 Evaluation Kit.
So I should be able to download Android code. Correct?
But when I go to
www.nordicsemi.com/.../nRF-Temp-for-Android-4.3
...
Hello,
When I try to use the DFU function, I received 8202 error from nrf Toolbox.
My environment is as follow:
SDK version: 12.2.0
SoftDevice version: S132 3.1.0.
...
I got pca10040 dk and I am trying to run the code that was sent to me earlier by one of nordic employee. I could compile it without errors but I cant see any advertising data...
Hi,
I have a problem that when formatting an uSDcard from ext4 to fat32 it gets with both file systems.
In my code I use the FAT FS library [http://elm-chan.org/fsw...
In the "nRF52840 Preview Development Kit v0.9.x" document, I see some power numbers listed for a run mode.
However, I am also interested in the following power numbers...
Hi,
i am using Nrf52 DK board and
i am working on TWI to get accelerometer(MMA7660) values using TWI driver. so that i am getting accelerometer values and Tap information...
Hi guys,
I bought the sparkfun breakkout board ( www.sparkfun.com/.../13990) . I also have the NRF52 DK from Nordic. I programmed the breakout board via the DK over SWD...
Hello All
softdevice version "s130_nrf51_2.0.1_API"
sdk version "nRF5_SDK_11.0.0_89a8197
i am try to flash BLE with SPI code i am not able to flash the hex..while flashing...
Hello,
Recently I was using nRF Connect app to test BLE 4.2 Communication between my Android Device and nrf51422 board. updated the hardware device so the LE Secure Connections...
Dear Nordic Developer,
I can compile and ran examples of uart, saadc, pwm_driver, pwm_libraries. Now I would like to include uart in pwm_libraries to get inputs from PUTTY...