Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi,
we recently moved from the nrf52 DK to a custom board. We went from 2uA current consumption in sleep to 500uA with the custom board. The main difference is that the...
I have been trying to adapt the following example project to work with my SPI peripheral device (LIS2DE12 Accelerometer):
nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi...
I am trying to implement SCCD on S130 v2 sdk11 but this is not in the scope of the tutorial.
I have populated the structure just the same as for CCCD, but I can't have the...
I need to read / write data over RTT with an nRF52 target device. There are function prototypes in nrf52_nrfjprogdll.h that look like what I need.
Before I spend the time...
Hi, I want to connect to a simple Bluetooth device with the help of NFC, no pairing shall be performed. In short, I just want to get the MAC address of the Bluetooth device...
Hi,
I have a situation where our central device needs to be paired atmost with 1 peripheral. I can put a central device into repairing mode for 3 minutes. Within this time...
Sorry for a non-tech question. I've worked in a project using a ble module from nRF51 serie, and in this project we've implemented the suggested Nordic DFU profile described...
hello there,
I use currently 'ble_app_hids_keyboard_s132_spi_pca10040' app of SDK11 for my nrf52832_xxaa device on 'IAR' IDE. It utilizes sofdevise s132. I do not use the...
On nRF Connect v1.0 production only
GENERAL RULE TO KEEP THIS PAGE READABLE
This is ONLY for already confirmed bugs which are discussed in another threads. Please...
Hi Nordic's community,
I have a question about how to write values to different characteristic in one time ( the values to write are inferior to 2O bytes) with an Android...
Hi
I've implemented a BLE peripheral based on the SDK11. For bonding i'm using the new peer manager. If the code runs on a nRF51 DK the bonding works properly. After the...
Hi
I'm having problems with the I2C. For now what I see is the twi_transfer function remains in infinite loop. Other symtomp is the SDA line remains normally at low level...
Hello,
I am currently trying to transmit around 800kbps of data using the Nordic ESB protocol. I am also attempting to sample 2 inputs using the SAADC at around 32 khz...
Hi,
We try to communicate between nRF51822 SoC and a GPS module through UART on a custom board but failed initializing UART.
More details:
We use nRF51822 as a...
Hi i use a soft with DFU and Beacon.
I will use the beacon and when i press on a button i can update the software with DFU.
DFU and BEACON works independently but when i...