Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
Excuse me:
When I was testing the OTA of nrf52820 chip, there was a download error in the command line tool。Here are my steps in nrfjprog tool:
1、nrfutil settings generate...
Hi,
I am running the Mesh Light Switch Example Code on My custom board (nRF52840) by changing the BSP_ LED_0 from 13 to 33(LED pin no on my custom board) pin number,but...
Hi teams,
I am trying to implement Decawave DW3000 functions to nRF52833DK as host.
Decawave provides some APIs for nRF52840DK, and I have succeeded make it working on...
nd Since i am still a newbie to nordic i wanted to know how can i break the task in smaller steps.
1)As a first step i get the values in temperature form using saadc.
...
Hi,
I am unable to find how is software interrupt generated for Softdevice.
I am able to see SD_EVT_IRQHandler()
but when this event is triggered
Sudhir Foujada...
Hi,
I am using sdk for mesh V.5 and nrf52840 dk.
I have run the serial mesh example and it worked fine.
I also modified the light switch example to send and receive...
Hi, I tried using the border router example that is provided and it works ok. I would like to install the border router software right onto a machine running ubuntu so that...
Hello! My device (peripheral) is based on nRF52840. Also, I use nRF52840 DK (central) to establish connections from the Linux side and getting of the data from the device...
Hi all,
is it possible to have the Immediate Alert client and Server at the same time? I need to have an alert from Smartphone and also to be able to send an alert to the...
Hi
In the final SLM version , please provide an option to disable and enable JTAG in software (thru AT command or by some means)
As part of security, this is needed...
Hi,
We are in the process of integrating a NRF52840 to a linux based host gateway device, which is supposed to be the gateway for another peripheral device which also run...
nrf52 dk board TWI SCANNING EXAMPLE INTERFACING WITH EXTERNAL EEPROM
Hi, this is vadivelan
I am working on a task like interfacing external EEPROM memory with nrf52dk...
Hi,
I am currently trying to a DFU where the firmware image is sent to external memory, validated and then copied to flash and executed there. I am doing this with the nrf52840...
Hi while implementing Media Transfer Protocol MTP I wanted to know how many bytes were transmitted by the host on EPOUT. I had to do a bit of research and trial/error - I...