Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
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...