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 have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
HI Nordic Team,
I had a production run of 5000 units. Used nrfjprog script to program the nrf51 .
Used the following commands:
nrfjprog -f NRF51 -e
nrfjprog -f NRF51...
Dear all,
I have a project with a nRF51822 based on S110 and SDK10.
Almost everything is running fine, but every time I scan for devices, either by calling BluetoothAdapter...
Hi,
I am writing an application for nRF52832 that uses both Flash Storage and Flash Data Storage in SDK12.2. I want to know how to get the start and the end addresses of...
hello,will you please tell me which code i have to use in the sdk 12.2.0 for rf communication with nrf51822 and nrf24l01 .and also tell me which settings i have to do for...
Hi
I'm working on detecting voltage change direction(up or down) by using LPCOMP or COMP.
LPCOMP initiates as following settings:
detection: NRF_LPCOMP_DETECT_UP.
reference...
Hi,
in want to extend the DFU library (Android and iOS) with a function similar to setBinOrHex(). But instead of a filename, i want to give a byte array with the init packet...
I think there is a bug in Nordic provided code in this thread about fetching the offending PC in a hardfault handler:
devzone.nordicsemi.com/.../
The provided code is...
I have found these 2 threads in this forum regarding this matter but I am a bit stuck.
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
I want to port the...
It's been 14 months since the nRF 5x IoT SDK 0.9 was released.
Given Nordic's normal release cycle, that's an eternity!
Will there be another release or is it dead now...
Hello community,
Before I was using a pca10040 by Nordic evaluation board. The project, that i developed, is running well using the EB but when I change to sparkfun breakout...
Hello,
I'm working on nrf51822 with SDK9.0. I have two modules, one is working as a peripheral using s110 and another one is as a central using s130. Now central has a very...
Hi!
I am fairly new to programming micro controllers so apologies if I ask many questions.
I am using NRF52832. The situation is this - I have 2 devices and 1 host . After...
Hi all,
I've found the nRF52840 with USB but it seems a bit OTT for our application, something more like the 51822 would be nice, but cannot identify one, can anyone list...
Hello!
I have a code that is working perfectly on Eclipse for Linux and I would like to copy it to a windows computer with keil. I created a new project with Keil copying...