I have a project using BLE as a central on an nRF5340 to connect to several devices. For factory test I am being asked to implement something that can be used in the factory...
Hi, my code will return ATT error code: 0x0E cyclically
I have check some tickets and try to update my central device to
Hoever, it still cannot, the error is like...
Hi,
I have designed a custom board, and I cannot get coexistence interface to work reliably. I don't get any errors, but I'm not able to connect to my board with BLE. WiFi...
Hi
Does the nrf-sw-pwm driver work on the nrf54l15. I am porting code form the nrf52840.
My output does not toggel, 0% and 100% does work but noting else.
Dear Nordic Engineering Team,
I am currently developing a wireless ECG acquisition system based on the ADS1298 analog front end (AFE), the nRF5340 SoC, and the nRF7002 Wi...
Hi,
I believe 2M and 1M are OK to adjust, however, long range code added the extended advertisment, I am curious whether I can update these three PHY all together.
Thank...
Hi.
I have a problem to understand what is the difference in SFR registers IEN1 and INTEXP.
Bit 2 in both of them is responsible for enabling 2-Wire completed interrupt...
Hi,
We are currently developing an app which require DFU.
As part of the bootloader development we would like to use the SWO in order to do a printf debug.
In the app...
Hi there,
I am looking to double check the state of NRF52840 while its reset is active.
I have found this thread regarding the NRF52832 ( https://devzone.nordicsemi...
Hi,
I am using sdk12.2.2 and customised nrf52 boards. I am storing 9000 records with 7 bytes each in flash.
After sometime I am getting buffer space full error and I am...
Hi!
I am developing anapplication on NRF52 DK. I need to preserve value between software resets and to do so i tried to use GPREG .
To set value i use code:
//set value...
Hello, I am a student studying firmware
I want to use SPI and UART in one project at the same time.
The soft program uses KEIL and is the latest version. Code generation...
I just received the PPK and use it for the first time.
I am trying use the PPK to monitor the current of an external board.
SW2 is set to 'external' and SW4 is set to...
I have downloaded both "nRF5_SDK_15.0.0_a53641a" and "thingy_sdk_v2.1.0".
After that I tried to build the "main.c" file of " thingy_sdk_v2.1.0" in keil uVision5 but it showed...
My nRF52840 custom boards seem to be unable to boot without RTT viewer started of JLink commander connected.
The hardware configuration is taken from the nRF52840 PS 1.0...
I'm currently trying to update data periodically in the advertising response packet. After successfully initializing and starting advertising, I configure srdata within a...
What is the difference between setting a pin output (to drive an LED) with this set of commands:
nrf_gpio_cfg_output(5);
nrf_gpio_pins_set(5);
and this set of commands...
i use sdk14.2 52832 i use uart
UART0_CONFIG_USE_EASY_DMA =1 consumption ~2.1mA
UART0_CONFIG_USE_EASY_DMA =0 consumption ~650uA
Is this a normal phenomenon, is it true...
Hello !
I'm Omar Rosas from Newark / Farnell tech Support.
I have a customer that he need's to know if there is a enclouser or housing for this part number NRF51822...
Hello,
Few days ago our CI builds which were written with Mesh SDK 1.0.0 started failing and it turns out that 1.0.0 was removed from https://www.nordicsemi.com/eng/nordic...
What is the ID for indicating that NO SD is required in a DFU pkg?
I am using SDK15 with a secure UART bootloader, but NO soft device. (just MBR, APP, BL & BL settings)...