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,
I am sampling 2 200Hz signal using ADC and transmitting data using heart rate and battery service of ble_hrm(instead of using simulated data).
But since the connection...
I have the following setup:
nRF51 dongle
connectivity_115k2_with_s130_1.0.0.hex firmware
Windows 7 PC
nrf51-ble-driver_win_0.5.0
My app is written in...
Hi,
I see that you provide Master emulator API for windows (dll) that works with firmware for Master control panel application. Master control panel firmware, as the name...
Hello,
I try to set up an external signal for the LFCLK on a nrf52832. From this question :
I know the nrf52832 can do this (signal on XL1 pin, XL2 grounded).
...
Hello,
I am working on development to concurrent multiprotocol: BLE+2.4G proprietary. I am using timeslot feature in S132.
Because in my own 2.4g proprietary protocol, the...
I want to use feature reports in my HID project, but as far as I see this functionality is not fully included in ble_hids.c (SDK 11). I already managed to properly receive...
Hi,
I want to advertise in variable intervals and mostly only one advertisement at a time. I planned to do it like this:
1- start advertising with any interval (e.g...
Hello,
I followed the example for doing 128 bit UUID advertising using ble_app_uart example. The problem is, this seems to work if I run it when the radio and controller...
Hi,
I have my custom nRF51822 board based on Raytac MDBT40-P module. I am trying to program it with nRF51-DK(PCA10028). I could program it with mbed interface once or twice...
Hi,
I want to implement Advertising with the Timeslot API. I only need non-connectable advertisements but I want to be able to control the transmit power.
Which example...
Hello all,
I would like to understand advertisement packet more.
if I add the following to my packet my firmware causes nrf51822 to crash.
advdata.include_appearance...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
I'm using the BMD-200-EVAL S board (using Segger JLink). I've defined SCL and SDA as:
#define ARDUINO_SCL_PIN 5
#define ARDUINO_SDA_PIN 8
When debugging into the...
As title, where can I find the syntax for this editor?
If it does not exist,
Q1. How can I put sample source code block?
Q2. How can I put new line only? (without...