Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hello,
I'm using TIMER1 to generate a timer compare event. I connect the event with the sample task of the saadc like in the saadc example from the SDK. Everything works...
Hi,
While using the JLinkExe along with the JLinkRTTClient the RTT client eventually stops outputting messages.
After that, both the JLinkExe and the nrfjprog output...
Thank you for the support so far.
I want to ask that if for example in your system or product we want to add bluetooth headphone feature which support Bluetooth 4.0 headphones...
Hi,
I am new to Nordic product and I have NRF52 DK. I have started reading this document
www.nordicsemi.com/.../Getting-started-with-the-nRF52-Development-Kit
However...
Hi,
I am trying to use the BLE v4.2 extended data length on the NRF51822 but the S130 doesn't seem to support it. Please can anyone let me know if it is supported with...
Hi,
I am trying to measure (and reduce) the current consumption of my board. I am using nrf52832 (64K RAM) for my development. The RAM layout is as follows: RAM (rwx) : ORIGIN...
Hello,
Is there any way to mitigate delay of redirecting interrupts from softdevice to application? Using nRF51 with S130 there is ~2us delay even with SoftDevice disabled...
Hello!
I have nRF52 DK and 1 custom designed nrf52832 PCB.
Is it possible to use the one of the nRF52 DK as the BLE dongle and run the ble_app_uart example code on my...
I am developing code to nrf52 and i'm using a sdcard with the adafruit MicroSD card breakout board.
When the sd card has no partitions I'm using the fdisk function (from...
Hi Hi, I am new and I am playing with
nRF5_SDK_12.2.0_f012efa examples in Keil
for some reason I need to use hex file. The files which is generate from those examples...
Hi. I have two codebases here:
A peripheral application on an nRF51822 using SDK 12.2.0, SD 130. It has a vendor-specific service with a characteristic that is write...
Hi,
I am having problem in installing Softwares and drivers required for NRF52.
Please kindly tell me step by step instructions of what software is needed to be install...
I am in the process of getting some nRF52832 based proto units and plan to use the nRF52 DK to load the code and maybe do some external debugging. I will be using P19 (debug...
Hi,
I'm new to embedded development and am trying to interface a 24-bit MEMS microphone (Invensense ICS-43432) using I2S with nRF52 Dev board (PCA10040, V 0.9.0, 2015.39...