I am attempting to get the SMP server sample to work on some custom hardware in order to run a BLE FOTA. I'm using NCS version 2.6.1.
I'm able to build the SMP server sample...
HW: 52840DK PCA10056 3.0.1 2023.16
NCS SDK: v2.8.0
I want to test Zephyr's BLE controller instead of the default SoftDevice controller, and the `prj.conf` of ISO_CENTRAL...
We have devices that have low signal so they have to reconnect to AWS a lot. We have a watchdog timer with a 100s timeout that we feed every 10 seconds in the control loop...
I'm migrating an nRF52840 project from ncs 2.7.0 to ncs 2.8.0. We pass the board in to the west build command line. Our CMakeLists.txt uses the BOARD & BOARD_QUALIFIERS to...
Hello, I am new to BLE and nrf zephyr programming. I am trying to flash periodic_adv and periodic_sync samples ( https://github.com/nrfconnect/sdk-zephyr/tree/16bcaed54230e3d86aeaf2b2f1d47393967254fd...
Hello,
I am currently developing a project using the nRF 9151 and SDK version v2.7.0.
The issue I am facing is that I have configured the PSM mode, but it doesn't seem...
Hello,
I am using NCS v2.8.0.
In this, when I configured the application to use OOB legacy pairing only mode, the build process failed.
Following is the configuration...
nRF connect SDK 2.7.0 CONFIG_CHIP_LAST_FABRIC_REMOVED_ERASE_AND_REBOOT KConfig option is not working, it is not erasing nvs and not rebooting device. Although I have enabled...
Hallo,
I'm using Segger Embedded Studio to program nRF52840. In the Nordic nRF5_SDK there is the ble_app_uart example using S140 softdevice, which is running well. Now I...
I am working with the unicast samples where one board is configured as a server and the other as client. Initially i had trouble installing the SDK, but it seems to be working...
I am trying to measure the current consumption on nRF52832 PCA 10040 2.0.0 with PPK 2 (PCA 63100 1.0.1).
I have cut the SB9 and connect the PPK as the picture:
as shown...
Hello Folks,
I've got a thorny problem that I've spent an entire day minimizing before even trying to post about it here.
Before diving in, however, here are my environment...
Im a bit stuck here.
I have the following code, trying to communicate with a flash memory:
Overlay:
code:
I get the following error message:
error: ...
Dear Nordic, I have developed an application for nRF52811 on nRF52840-DK.
For this i have referred examples -> peripheral -> template_project.
I have followed https...
I just fired up our most recent custom boards with nRF9161-LACA's, and tried to compile modem shell application for RTT.
I noticed the RTT is disabled because HAS_SEGGER_RTT...
I am working nrf52840 with bg96 modem, i have configured quectel_bg9x.c driver to communicate with bg96 modem from nrf52840.
can you provide a sample application on MQTT...
Hello,
I'm experiencing an issue integrating a freestanding Zephyr module with the sysbuild system. The module defines custom boards and projects. When I use the...
Hi
We are the Manufacturer of Smart lighting
We have start new project" Cellular gateway".
We are evaluating the nRF9160 Dk board .
During this we found issue . it...
Hello,
I have 4 nrf52840, 3 act as peripheral and the last is the central.
The peripherals are identical hardware with various sensors using the same FW. I order to...
Hi
for DFU is bluetooth used by default. Your DFU app suports only using bluetooth to do a DFU.
Do you have any tools to do a DFU over NFC? Or do I have to write a tool...
SUMMARY
Attempting to OTA the nrf52840dk over BLE.
I was able to perform most of the steps in this sample: https://docs.nordicsemi.com/bundle/ncs-2.1.4/page/zephyr/samples...
I have a photodiode, and under indoor lighting conditions, the reading on the oscilloscope is about 150mV. When I connect it to an Arduino Uno or Adafruit nRF52840 Sense,...