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...
Where would be a good place to feed a watchdog when using a softdevice?
My first guess was in main loop:
for (;;) {
NRF_WDT->RR[RR_number] = 0x6E524635;
power_manage...
Hi,
When a watch dog timeout occurs, I want to save some data to the flash memory prior to reset (namely the RTC count value). Therefore I enabled the wdt interrupt. The...
Im using nrf51, I configured the watchdog to reset after 3 seconds of hang and it works. But I have absolutely to save some data in flash before reset
Is there anyway to...
My custom profile was being built fine until I added a couple of standard descriptors to a custom service characteristic. Any idea what's going on here?
19:34 - [Code Generator...
Hello All,
I want to develop bluetooth mesh using NRF51.
I have question about this:
Is their library closed or not?
Do we need smartphone like in CSR?
...
Hi, I have a TinyShield Nordic module and I am having some troubles trying to customize the advertising packet. I have downloaded NRFGO Studio and I have enabled service data...
I have an nRF 52 dev kit, an Asus router running openWRT, and an android phone with the master control panel.
I'm able to compile and flash the dev kit with the example...
hello,
I am using the nrf51822, I want to add a normal service which do not need bond before used at the ancs example.I hope it can do the follow tow points,firstly,if the...
Hi,
I tried to figure out what is happening on the lower Bluetooth levels but it is very difficult to find straightforward information. Especially the Bluetooth (4.2) standard...
Hi, My apologies that this seems repeat information from previous posts, however they do not give a clear answer to my question regarding 4.2 compliance. I must also state...
Hi,
I want to count the time in seconds for which I press the button and stop the counter when the button is released. How should I detect the long press of button and...
Hello,
I need to use storage component with wear-leveling (i need to save some data persitant quite often). I decided to use Flash Data Storage (FDS).
I found fix for linker...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
nrf51822-QFAA has 16KB SRAM,when run with SoftDevice S110 v9.0.0,
the memory areas is below:
why the size is 0x2000(8K)?
when change size to 0x4000(16K), the app can...
Hi,
I'm wondering if there is a throughput example for the NRF52-DK?
There seems to be one for the NRF51-DK posted on the Nordic github but nothing much for the NRF52...