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...
In the sensor datasheet it says one can use SPI_Mode 0 or 3 (doesn't say that there is anything to do to switch between them).
I connected MISO from the DK with SDO from...
I want my application to cooperate with DFU. I am using example DFU project from SDK (6.1) (from nrf6310 folder, i simplified it so it could work on PCA10000), but i need...
I increased my IRAM1 size as advised here , but now my program doesn't work anymore on the nRF51 DK.
I know the problem is somewhere in the memory allocation, because when...
I am working with nrf51422 chips version 2, so according to this table taken from the compatibility matrix v2.0, the last supported versions of SDK/SD/SDS I should refer to...
Also it seems not to advertise. What may cause this problem?
All I could found in the ble_gap.h is:
If both conn_sup_timeout and
max_conn_interval are specified...
Hi
I am trying to debug the "ble_app_hrs" example from SDK 6.1.0 (using keil IDE), on 51822 chip.
The IROM1 is defined to start at 0x16000 (meant to be used with softdevice...
I'm trying to minimize current consumption on my BLE peripheral and I wanted to know what advertising data is required. I have a custom service with a 128-bit UUID but do...
Hello!
I am using a keyboard (4x3) and the rows are configured as input PD and columns as output set, after a successful interrupt , the columns and the rows shift settings...
I am using nRF8001 bluetooth ble for my project. I would like to get the RSSI value as a reference value in my firmware. Is there any way that I can get the RSSI value from...
Hello,
I'm using the following (nRF51822-Beacon): www.nordicsemi.com/.../nRF51822-Bluetooth-Smart-Beacon-Kit
I would like to use the beacon for beacon-to-becaon and...
I am calling the spi_master_send_recv in a ISR from a GPIO using app_gpiote.c It causes a hardfault on APP_ERROR_CHECK(sd_nvic_DisableIRQ(p_spi_instance->irq_type)); Otherswise...
Hi,
The nRF Toolbox app on iOS crashes when opening user added files in the DFU. These files are added to the app via iTunes. The version of the nRF Toolbox is 1.7 which...
Hi,
We're producing a custom board based on the nrf51822 and would like to add a USB Serial chip.
The current contenders are:
a) FTDI 232R
b) ATmega8U2 ( www.arduino...
As the picture shows, I saw this softdevice_hex option available.
The error says, "require nRF_SoftDevice S310_Hex".
But where to this missing component.
My development...