Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hello,
I am trying the UDP sample for the nRF9160 DK board, using the iBasis SIM card that came with the kit.
The problem is that it does not register onto the network...
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...