hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hi Nordic!
We are gonna do pre-compliance testing of our custom board, with mounted nRF52840 and nRF9160 SICA B0.
We are looking for any software available from Nordic...
Hi,
with reference to case ID:278209, I was suggested with a resolution to add in CMakeLists.txt I need information on all such (CMakeLists.txt) available tags/labels...
hello,
I tried to read adc sampling value from (NRF_SAADC_INPUT_AIN0~ NRF_SAADC_INPUT_AIN4) with pip mode.
Here are my code as followings
If I have no any voltage...
Hi, there.
I'm trying to implement DFU over UART for a NRF5340. I have read the documentation and have understood this will require the use of a bootloader and I wish for...
Hi,
I want to update nrf52840 application DFU over serial UART link from other MCU. We have go through secure bootloader example in SDK ("SDK\examples\dfu\secure_bootloader...
I recently moved my custom board definition from the zephyr board dir to the nrf board dir, to unify my changes into on git repo for internal use. I think that's when the...
Hello, I am using the project as in It is building successfully on VSCode. I need to evaluate interfacing any SDK file moving further, hence I would want to include: nCS\v1...
Trying to flash firmware to nRF5340 cpuapp core with a sample from nRF connect sdk 1.6.1. I'm able to flash it to a PCA10095 dev kit. With EVM-BT40-V1 from Fanstel, I can...
Hi. I have came into trouble with nrfutil and the provided images.
I have a board that's connected via usb to the computer and I am trying to use the connectivity firmware...
In the nRF5340 user manual section 7.14.3, there is a note regarding assigning the same pin on more than one GPIOTE channel can result in unpredictable behavior. We have implemented...
Hello Jared,
the previous ticket find under the following link is locked. So I decided to open a new one.
https://devzone.nordicsemi.com/f/nordic-q-a/80312/uart-break...
Hi Nordic,
A important customer employ nRF5340 in their product, they are chosing the 32M crystal osciallor now.
Form the SPEC of 5340, if we want to communicate with...
I posted this theme, but the post is locked before fixed. I don't know the reason so repost. I'm sorry about this case.
-------------------------
Question:
I consider...
Hi,
I have a custom board with nrf52840 chipset that controls a GSM modem over UART, and this setup works just fine (zephyr project).
Now, I'm trying to replicate this...