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...
Hello,
I’m trying to interface the MAX32664GWEB+T sensor hub with the NRF52 by using I2C, I’m wondering if you could provide me any recommendation, libraries or codes for...
What I want to do is do UART communication (UART_1) between nRF52840 and nRF9160.
From the nRF52840 side, uart_poll_out is OK, From the nRF9160 side, uart_poll_out examined...
Hi Nordic team,
We have planned to use nRF5340 based BLE mesh device which is interface with sensor
We would like to transfer customized user data from one node to another...
I tried different nrfconnect examples and noticed that: C:/Nordic/v1.4.1/zephyr/samples/basic/blinky/build_nrf9160dk_nrf9160 blinky: rebuild solution + flash: OK also hello_world...
HI,
I am working NRF52810 with SDK 17.
I am able to pair my nordic device to mobile. but after pairing I want to send some data/receive some data.
how can I achieve...
In SDK 17.0.2, most places it looks like BLE_GAP_ROLE_CENTRAL is allowed to be undefined, except in nrf_ble_gatt.c line 142. Was there supposed to be "#ifdef BLE_GAP_ROLE_CENTRAL...
Hi Team, I am prototyping a product that includes DFU OTA using nRF52832. To get familiar with the topic, I am experimenting with the buttonless DFU example.
It is working...
Hi Nordic!
I am completely new to the Nordic MCU. Please, where can I find all the information (technical datasheet) about the NRF52840? What peripherals can I connect on...
Hello,
I want to use radio to send and receive data periodly. So I refer TimeSlot API in ' devzone.nordicsemi.com/.../setting-up-the-timeslot-api',and also refer the radio...
I am trying to implement the AWS FOTA sample from SDK V1.4.2.
I have already implemented the AWS IOT sample which works fine.
However, the AWS FOTA fails with mqtt_connect...
Hello there, I just try to demonstrate TCP examples in NRF5 SDK 15 and 16.
I got two linux boards, one of them Allwinner V3S with Debian Bullseye and the other one is...
Hi,
I'm trying to configure nRFgo studio, but after connecting the device to my PC via RS 232, nRFgo studio can't recognize the com port.
Where can I find a user manual...
I'm working on pca10059(nRF52840 dongle) to send UART data over bluetooth to another device.
My test environment is,
Arduino Uno to send uart signal using "mySerial.write...
In nRF5 SDK for mesh v5.0, what kind of information (related to provisioing and communication) is stored in the internal flash memory?
And what is the API for accessing...
Hi , I have real ECG device with 2 Click and I almost got NRF52840 with PCA10056 development board. I want to put the analog signal from the ECG device to the ADC on the development...