hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
I overwrited the application program which made with v5.1.0 and it included only difference against the v5.1.0 to sdk v6.1.0. After this, I buidled it but the target didn...
I am looking for a dev kit which would allow me to try out SoftDevice S130, will I be able to use S130 if I buy any of these:
nRF51822-mKIT
nRF51822 DK
nRF51822 EK...
The nrf51 reference manual shows timing diagrams for the TWI interface when reading from slaves to have a shortcut between BB and SUSPEND. My assumption would be that's there...
I am using the ble_app_uart code from SDK 6.0 on my custom PCB with a nrf51822. I am comparing it's functionality with a PCA10004. Both are running the exact same code. I...
Hi all,
some time ago we bought a nRF51822 Evaluation Kit with the PCA10001 being Version v2.0.0.
Why exactly is it not recommended to work with the new SDKs such as SDK6...
Has anyone played with getting the iBeacon reference kit/software to run with the SD7.0 code?
I'm wanting to change from the boot loader + SD 6 + app to a simpler SD 7...
I have download the puck-central-android code from the following link
github.com/.../puck-central-android
I can build the project and successfully programmed in the android...
hi.
as far as i know, dfu for softdevice 110 can be carried out over ble, while s120 can not. so i have to implement a bootloader for an app with s120 through wired.
is...
Hello to all,
Since a couple of weeks I have a problem in a program which consist of three parts:
1.- a Timer to make a pulse train by interrupts
2.- a program to control...
Hi,
Im using SD5 and after some time (every time different) of transmitting HRS data the SD stops apparently, because there is no more connection with my Android phone...
I am trying to apply the new features in the latest soft device s110 v7 to the firmware of my pca20006 bluetooth smart beacons (nRF51822 Bluetooth Smart Beacon Kit Firmware...
I have Eclipse CDT set up for debugging the ble_app_proximity sample code on a Mac. I can start the GDB server on the console and connect to it. Flashing the code seems to...
Do you a way to get better range for BLE.
Distance outdoor Number of samples per second using the development kit. ( 12 bytes)
15m 100 samples
40m 60 samples
50m 50 samples...
Reading the s110_nrf51822_7_0_0.migration document there's a small section which states that due to an issue in the release you need to do the following ..
sd_ble_gap_enable...
I'm learning about GPIOTE and PPI and looking at an example I come to the following code but now it act incorrectly. So as you can see I'm enabling the interrupt for GPIOTE...