Hi ,
I am developing an application which uses nrf52833. I want to perform OTA using 4g module(from Quectel). As per my understanding and explorations, there can be two...
Hello,
I'm using two nRF9161 to communicate with each other and I want to test and measure the differences between the 3 modes available in SDK3.0.0. First, I configured...
I have tested the nRF Cloud Multi Service Sample using Quick Start and it works perfectly.
I am trying to build the sample so that I can make small modifications for an...
Hi,
I am currently using 54L15-DK to create a radio test example, but there is a problem when I build the project: - sdk version: v2.9.0 - toolchain version: v2.9.1
...
Hello everyone,
We are developing products with nrf52840 and our default supply voltage is 1.8V.
Is it possible to program a custom 1.8V board with nRF52840DK?
We are...
Hi
I am using nRF52840 with SDK 15.3.
I have a project where I uses FatFS to write to a SD-card with SPI interface (SPIM3). This works very well.
I am now trying to...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with this specific exercise (l5_e2):
To ensure I wasn...
Dear all,
I'm developing a multi-peripheral application based on PC_BLE_DRIVER and heart_rate collector application. Connectivity firmware running on the nRF52840 development...
Hi, I generate a pwm signal using timers and PPI on NRF51 and use BLE and rbc mesh in the background.
I have notised about 10us jumps in duty when the BLE or RBC stack enabled...
I have set up A 6lowpan environment and can control the gpios of nrf51(nrf51422) kit to swicth on and off leds on a local area network using copper coap.How should i access...
I am learning from scratch on IOT development. So, please be kind. I have nRF52 DK and have developed what I need using mbed os online. It was simple to get it up and going...
Hi,
Is there any example project how to create virtual com port
using the nRF52840 USB interface? (Without using an external MCU like on the DK)
Thanks,
Miki
Hello,
I am trying to sample capacitance change as well as voltage change from sensors. I combined the simplified sample codes from Csense_drv and saadc sample. If I only...
I'm writing a report on Bluetooth Mesh for home automation / smart homes. I was wondering if there are any products on the market yet that make use of Bluetooth Mesh. I need...
Hi, we're starting to plan an update to BLE 5.0 (specifically the double bandwidth feature) on a product using the nRF521832 connected to an STM32.
We were just testing increasing...
SD_MBR_COMMAND_IRQ_FORWARD_ADDRESS_SET is missing from the s140 MBR (nrf_mbr.h). Why is this gone? How do we implement the previous functionality without this MBR function...
Helllo, I have PCA 10056 board with me. Somehow, IMy Windows 10 PC is not able to recognize the board. The nrfStudio Go is not able to recognze the board. I remember I programmed...
Hi,
I'm student in the university of "Paris-Est-Creteil" i saw your profil in Arm Mbed page. I have a project to do with nordic nrf52 and i'm using ARMMbed platform.
So...
Hi dear Nordic,
is it possible to use 0x0059 (Nordic Semiconductor ASA) as Company Identifiers in the Manufacturer advertising data field ? Is it linked to SoC (stack)...
Is the link automatically secure when connecting to a previously bonded device i.e when BLE_GAP_EVT_CONNECTED is published?
When devices are pairing/bonding, the peer manager...
Hi,
I want to make BLE application which works in PC like below application.
I intend to use the Python code to create this program.
Can I download the code about protocol...