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 want to connect to the wired sensor NRF51822 board, whether it is possible to adjust the findings for the closure, they sent a message to the application?
Hi, I've recently switched from the older SDK 6 to SDK 9. However, I am unable to get my NRF51822 working with any of the example projects. I've managed to compile the projects...
Hi, I am working on eddystone project i.e nrf5-sdk-for-eddystone-master which is newly released by nordic. And I set URL,UUID and TLM frames successfully but when I trying...
Hello,
I am encountering a very strange problem with the Timeslot API.
I am developing with s130 and using the timeslot example provided by Nordic to
send data revived...
So far I've been prototyping everything on an Arduino Zero connected to a nRF24. Is switching to an nRF51822 an option for me? or will I have to switch my entire code to work...
I need to communicate with several nrf modules, 1 rx and at least 2 rx. I started with nrf24l01 but it has no rssi. For that reason i bought nrf51822.
What i have to do to...
hi,
i have doubt regarding NRF 51822BEACON KIT [pca20006 board],
......i want to configure it in all ble modes [central,periperal,broadcaster,listener],
how can i do...
Hi,
I want to add DFU OTA feature for my project, I use SDK 6.1.0 and S110 7.1.0, I found a sample Bootloader code for different version of SDK (SDK 6.0.0), from Github...
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...
From the SDK documentation
infocenter.nordicsemi.com/index.jsp
"...platform.h is a use case and
system specific file that can contain
defines and routines needed...
Hello Nordic People,
I am working on making concurrent operation of ESB and BLE to set up sensor network. Currently, the initial set up has been implemented in such that...
Hello,
I use GCC as IDE because I must(though I debug perfectly via Keil v5). I migrated to eclipse GCC by the tutorial published here on 'Devzone'. I added some C codes...
I want DFU function ,so use Heart rate with DFU in SDK v6.1.0.
when i add my new service (in another file) to project , compile passed.
but can't find my new service at...
i've written this program to toggle a led on a button click
if the time between two button pushs is less than 3 seconds it doesn't work the handler isn't called , i've...