Hello support,
For our project we have an integration with Memfault for metrics, coredumps and log files.
We are currently developing in NRF 2.7.0 on a nrf9160 chip. ...
Hello everyone,
I'm developing an application using the SX128x radio with the LoRaWAN Basic Modem.
The project runs successfully on a custom board based on the nRF5340...
We have peripheral, and we want to connect it using NRF 52840. when we are bonding this using nrf connect app we get a pop up with random key and using pair we can pair with...
Hello Nordic community,
I’m working on a project with the nRF52840 DK (PCA10056) using the nRF5 SDK and the S140 SoftDevice. My goal is to:
1. Read two NTC thermistors...
I am trying to write SPI code for the nRF52840 dongle. Since the nRF5 SDK does not directly provide an example for the dongle, I followed the steps defined in this tutorial...
I am trying to build using a custom board and 2.9.1, but am getting these errors:
My dts looks like this:
I have the width specified. Much of this is over...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
I have a smartwatch, smartphone, and tablet.
I went to some place without any other bluetooth devices, my devices are able to scan and pair with each other. But nRF-51 not...
Hi,
I have followed sequence in http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fsdk_app_serial_dfu_bootloader.html&cp=4_0_0_4_3_4...
Hi,
I have a beacon code for nrf51 that I wanted to port to nrf52. It uses app_timer, gpiote and adc. The power consumption in idle is ~30uA. Now I wanted to port this code...
FDS_VIRTUAL_PAGE_SIZE
The size of a virtual flash page.
Expressed in number of 4-byte words. By default, a virtual page is the same size as a physical page....
Hello,
I would like to use proxy_server(example of light_switch ) and ble_app_blinky_c, to make these two functions work together in one card. So this card can be controlled...
Hello everybody,
i have crated an Report id for the telephony usage on iOS from here https://opensource.apple.com/source/IOHIDFamily/IOHIDFamily-247/IOHIDFamily/IOHIDUsageTables...
Hello All,
I'm trying to program a NRF51822 module for the first time.Using Keil, Soft device s110_nrf51_8.0.0,soft device kit nRF51_SDK_9.0.0_2e23562 when I try to program...
I found the next response in a topic and i would like to know if there are some new improvements in the last SDK mesh 2.01.
devzone.nordicsemi.com/.../120547
I turn off...
I have installed from "nrfgostudio_win-64_1.21.2_installer" on Win-10 laptop. Weh I start nRFgoStudio, the main window appears for a second then I get a message "nrfgostudio...
Hi all, we're using code from this forum to enable GPIOTE and PPI to measure the low between the arrows to indicate a "start of transmission" and then switch to measuring...
Materiel and software use :
SDK mesh 2.0.0
SDK 15.0.0
NRF52832 with PCA10040 x5
Situation :
I would like to implement this network :
I follow the instruction...
I'm using the UARTE peripheral via the UART driver code in SDK v14.2. Due to transfer size and SoftDevice timing I have to use the double-buffered receive method (by calling...
Hello,
I am trying to make a beacon start advertising on a long press of a button. Using this as a reference, I implemented a timer as follows:
this is the flag to keep...