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 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...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I've testing a Raytac mdbt40 module and I'm running the ble uart example (sdk 9.0, gcc debug enabled, no gcc optimization) and no external 32khz crystal
I can scan and...
Hello,
i would like to update my SDK to SDK11, but i'm not sure that the pack installer in keil works..
What are the different versions of the pack?
I 've this one...
Hello All,
The compatibility matrix states that the sdk for rev 2 devices has been discontinued on version 6.1.
We have some other products with rev 3 devices where...
Hi!
I'm using nRF51DK with s110_nRF51_8.0.0 Soft Device and SDK_9.0.0.
My application reads ADC with frequency 500Hz (2 bytes of data from one sensor each read), and twi...
I am just wondering about the status of nrf52 support for the mbed platform (specifically as a yotta target).
I have seen a number of other threads on both the nordic side...
I am developing an application on a STM32 CPU that uses a 51822 through BLE serialization for BLE connectivity.
I have connected some LEDs at the pins of the 51822 to indicate...
Hi,
The nRF51WLCSP needs IR blocking coating and I found here that an example epoxy can be Epo-tek 320. I just want to check if there is any specific time for covering...
Hi
I have been able to successfully write using FDS but I'm unable to read back using the same keys. Here are my code snippets:
#define FILE_ID 0x1111
#define REC_START_ID...
Hello~
I'm using JLinkEXE to flash an nRF51822 chip. When I use nrfgo and press "erase all", it wroks. But after if I flash the s130, I can't erase the s130 with command...
Currently I have a few characteristics which are Authorized Read and Writes. Upon detected of the Authorization from the Central I trigger a few events such as:
Measure...
Hi !
I'm using an nRF52 on PCA10040 board and nRF5_SDK_11.0.0_89a8197. I want to run the peripheral ble_app_template with SEGGER Embedded Studio v2.20. I correctly set...