Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
I use the software 1.0.1.478.0 release. Is it functional with V1.0.4 plugin ?
When I generated the following message code is displayed :
" Nordic Semiconductor nRF51 plugin...
I am trying to setup a multiceiver scenario with the nrf24l01+ with three transmitters (PTX1,PTX2 and PTX3) and one receiver (PRX) with enhanced shockburst but I am having...
Hi,
I'm trying to use winbond spi flash (w25q64fv)
but i have a problem with spi as you can see in below image clock stop before receiving data from spi flash, do you...
Hi,
i use for debugging propose JLinkRTTViewer on OS X Terminal. It works fine but i wanted to use Colored Terminal output, like it is possible in windows rtf viewer application...
So I've been using the SPI master driver supplied via the SDK. I'm currently trying to use the nrf51822 to control an LCD screen so I can display some information. I don't...
SoftDevice : S110 7.1
SDK 7.2
Example : experimental_ble_app_uart
Using IAR 7.1
Using nRFGo Studio 1.19.0
Board : PCA10001 V 2.0.0 (Rev. 2 MCU)
Test device...
Hi, recently I'm looking at some computer architecture books.
So my question could be easy or silly.
I tried to search more but I couldn't find many.
The nRF51822...
Since the SoftDevice uses Timer0, am I correct in assuming that the maximum number of PWM channels for nRF51-DK with SoftDevice running is 4? (Two each on Timer1 and Timer2...
Hi Expert,
At my nRF51 platform, I opened two GPIOTE users one of which is used to handle an external sensor interrupt. After invoking app_gpiote_user_register(&sensor_gpiote_user_id...
I am seeing some very strange behavior when using an ANT channel with the sd_ant_acknowledge_message_tx call to guarantee message deliveries between a master and slave.
...
hello I am using nRF51822 microcontroller and KIELuvision5 for programming, I am new to this platform kindly need your help, I was compiling the basic code it toggles an LED...
I tried to follow some tutorials on this site to build the samples for the beacon modules using gcc.
I am seeing this error:
Compiling file: bootloader_util_arm.c
...
I download my elf file using SEGGER Jlink via Eclipse. The instruction pointer gets positioned on the Reset_Handler. But when I try to run the code after that, I get a SIGTRAP...
HI:
I try use pstorage_raw_mode to store data. According to the document description,first steps:
ble_stack_init() and scheduler_init(). Then, in turn, calls the function...