I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hey,
I recently got the nrf52 DK and tried to make use of the app_button library to have easy to use debouncing.
As far as I understood the library, the event should be...
Hi,
i have a problem withr the example "BLE ATT_MTU Throughput Example".
I flashed the soft devive with nRFgo Studios. Now I want to flash the example, but i got following...
I have want to make application where beacon sends data to NRF52 and NRF52 to PC.
But if for example, the connection between NRF52 and PC is through bluetooth instead to...
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...