I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
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...