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...
I am using the nrf24l01 on a FRDM k64f board, I want to communicate between the board and my laptop, so I have bought a nrf51 dongle.
I am using mbed on the k64f board...
I try to create a custom boot loader that enable to update soft device via data come in from SPI msg. When I try to use the command nrf_nvmc_page_erase() to erase the flash...
Hi everyone,
I'm a beginner in Android development and BLE environment, and I want to communicate with the nRF52 card using an Android app. In fact I have to develop an...
hi,
I am using the nRF51 with code from SDK 9, as well as the S110 softdevice and made a custom service(128-UUID) with bond using device manager.
connection and service...
Hi,everyone,
I would like to know that what's the dedicated bonding ?
I saw this in the introduction of a BT chip.
I am confused with 'dedicated bonding'.
And what's...
Hi,
I am using the nRF52 with code from SDK 9.2, as well as the S132 softdevice. I basically ported code from the ble_uart_app into the twi_example to send data over bluetooth...
In the very first blinky example from the nRF52_SDK_0.9.1:
#include "stdint.h"
#include "stdint.h"
#include "nrf_delay.h"
#include "nrf_gpio.h"
#include "boards...
hello,my experiment phenomenon is:one nRF24L01's channel is 0x0A,used as send terminal;the other one nRF24L01's channel is 0x02,used as receive terminal;receive terminal can...
I try to make a build of the example ble_app_hrs_rscs_replay_pca10028 (central and peripheral experimental) in SDK 10. My MCU is nRF51822-CFAC, and I'm using IAR compiler...
I'm using custom board with 32MHz oscillator and S110 SD 7.1 (SDK 6.1).
Somteimes (quite rare) the chip completely hangs when calling sd_flash_erase in pstorage.c.
Only...
hello
we use nRF51822 QF AC A1 / IC rev 3 with SDK 6.1.0 / S110 7.1.0. We have produced and delivered to client > 1k units
pwm code nrf_pwm_noglitch 02.2015 from
github...
Hi!
If you look at the reference design for nrf51x22_ceaa the pad size is 0.18mm with a 0.076 mm solder mask expansion
BUT in application note nAN-38 (page 6) it is...
Hi!
I have NRF51822 QFAA pcb. I uploaded mbed bootloader with DFU through uVision & st-link V2 interface. I have Windows Phone 10 (Build: 1511) installed on Nokia 830. Nokia...
I'm using a nRF51822 (with SDK 10) and the Nordic UART Service to provide transparent UART communications with a host CPU. However, occasionally it is necessary for the host...