Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
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...
there is an error on softdevice on src\ll_adv.c on line of 659 . what is the reason?
this is my adv init
#define DEVICE_NAME "navid" /**< Name of device. Will be included...
hi
I want to know whether we require MCU for enabling "Enhanced shock burst mode " or when we set the CE pin to high for making RX that time automatically this will enable...
Hi everyone,
I am using the nRF51822, I have an issue of programming the bootloader.
It is said that the flash is not erased. But I just did an erase all before programming...
Hello,
I have two questions regarding nRF52832 ADC, which are not documented :
what is the precision / tolerance of the internal 0.6V reference?
what is...
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...
Hi
I'm encountering a problem in UART communication with nrf51422 on a custom board over an FTDI USB-serial converter ic.
When I send a string > 40 chars from the terminal...
hi
i have nrf51422 sdkv6 ss10 v1
i have timer2 inited
after something like 30 minute that it work right it stop without any system or ble event and it goes here
...
ibeacon noob here, I see several postings about implementing with different chips. Is there a preferred solution for an ibeacon for new designs? Thanks!
So I've been following these blogs on getting Monitor Mode Debugging working with SEGGER Embedded Studio: devzone.nordicsemi.com/.../ and devzone.nordicsemi.com/.../
These...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
I try to modify the example code let it can connect to the Blood Pressure (loading...
Hi, I have written some code following an example for my nRF51-DK using a sensor and HeartRateService, but I tried to use some apps and the scan doesn't seem to see my phone...
Hi.
I have a custom board based on the nRF51822. Application uses s130, SDK 11.0.0. It's a peripheral. Using gcc.
I'm finding that when field testing my device, it will...
Hello,
I'm trying to measure the time difference between two pulses using GPIOTE, PPI and a Timer.
My platform is:
nRF52832
SoftDevice S132 v2.0
My thinking is to...
without timer it work fine but when i use timer it goes here.
my timer code is this
#define APP_TIMER_PRESCALER 0 /**< Value of the RTC1 PRESCALER register. */
#define...