Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
hi,
I am working with nrf51822 development board using Softdevice(s130) and sdk 11.0.0.I implemented whitelisting in ble_app_uart code but it's not working correctly.Once...
I'm using the example bootloader from SDK 12.1.0 with gcc, nRF51822, S130. I flash the SD, bootloader and my application in that order like this:
flash: all
$(NRFPROJ...
Hi,
IAR ARM 7.60.2
Nrf52
Softdevice 132 v3.0
SDK 11
I am trying to use SPI with easy DMA. I have implemented the PAN 58 workaround for sending 1 byte but it fails...
I got started with bluetooth learning. But it's too hard to understand ble protocol. Do I have to learn BLE protocol even If my purpose is only ble communication with simple...
Hi,
Could someone help me about the following questions?
Q1: What are the connection parameters set by the Android app nRF Connect? Can I change them?
Q2: How can...
I have a bit of a strange problem.
I am designing a signal Gazell signal repeater.
It listens in host mode then sets itself as a device to pass the data along.
However...
Is it possible to put the nRF52 into recieve only mode (say through direct test mode) so that the input impedance can be measured using a VNA? Is the input impedance of the...
When I initialize PPI after timer1 has been initialized I get a fatal error (and reset).
Code:
const nrf_drv_timer_t timer1 = NRF_DRV_TIMER_INSTANCE(1);
nrf_ppi_channel_t...
Hello,
we were measuring sleep modes and it consumes around 1.3uA which is correct.
But when we needed to be woken up on edge we found out it consumes extra 8uA! Are you...
Are there any nRF51 demo firmware implementing paring function that the central and peripheral devices will connect automatically without user interaction when they come ...
i am working using NRF52, s132, sdk11, freertos.
for fft , i used "arm_rfft_fast_f32(...)" in cmsis-dsp library.
and i inserted a fpu interrupt.
NVIC_SetPriority...
Hi.
I'm using PCA10040.
I'm trying to control GPIO.
But I can't control PIN 09, 10.
Let me show you my source code.
int main(void)
{
/* Configure LED-pins as outputs...