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'm working on an health thermometer.
I have used the HTS service to send temperature measures from the device to the phone.
Now, the device has to send an alert to the...
Hi,
I have two nrf51 devices one is the master and other a slave device. I need to lock these two devices permanently. What I mean is that these two devices can only connect...
Hi All,
I would like to setup my Eclipse and GCC for compiling and debugging C++ & mbed projects on nRF51 DK. The setup procedure explained in tutorial Development with...
Hi, I use SDK 10.0,
SoftDevice S110 8.0, S120 2.1, or S130 1.0, (I test various examples so I change SoftDevices)
iPhone 6 Plus (iOS 9.2.1), and Nexus 5 (Android 6.0...
Hello, i have a Nordic Nrf51822 ,PCA10001 V2.0.0 EVkit. I am desperately trying to run a beacon code in my EvKit. Since the PCA10001 V2.2.0 is old version ,it only supports...
Hi, i try to understand how to use power down modes. But i have a problem in the example ( nRF24LE1 REGISTER RETENTION TIMER ON ).
while(1)
{
// Register retention mode...
Hello,
I've created own characteristic and send it from proprietary board acting as peripheral to the Client in form of notifications. I use sd_ble_gatts_hvx() function...
Does anyone know of a good tool(s) for prototyping proprietary services and characteristics for App development? Our App dev team is ahaead of our firmware team and they want...
Hi,
I'd like to know how tp estimate of the best "timing accuracy" I could expect to achieve between an iOS device and a peripheral device. The objective is to make a specific...
Hi,
In my application I want to communicate nRF24L01+ with nRF51822 with dynamic length. Some settings are:
In nRF24L01+ side (reference: devzone.nordicsemi.com/.../)...
Hi,
Now I use these fun in ANT SD210 like below:
void MyFlashWrite(ble_ant_csc_t* cscdata)
{
uint32_t addr;
uint32_t patwr[3];
uint32_t pg_size;
uint32_t pg_num;...
what information does the nrfjprog.exe write to UICR(User Information Configuration Registers) register??
==========Tutorial of Flashing dfu bootloader to the nRF51 DK...
I want to use the ble sniffer to capture two peripherals connected to the master control panel.
with the ble sniffer I can only select one peripheral for capturing packets...
Hey there, I've posted this issue on the tutorial website and I came across a post stating that posting here will get me a quicker response. Here's my problem, when I tried...
In my application need to nrf8001 connect(bond) to e phone in a specific duration (for example 1 hours )and then disconnect and in one hour later bond again. In this duration...