Hi.
I'm playing with an scenario based on two nrf52840dk and a dongle.
I have deployed a OTBR on a Linux Ubuntu22.04 and flashed the dk with OT COAP Server and Client...
From "nrf_section.h" (__GNUC__):
Example for the section name " log_const_data ":
NRF_SECTION_DEF(log_const_data, nrf_log_module_const_data_t) //: extern nrf_log_module_const_data_t...
"I added an endpoint called Matter Extended Color Light to the matter_bulb example. After compiling and flashing the firmware, HomeKit only recognizes and creates two dimmable...
Hello Team NordicSemi,
We have developed product using nRF9160 and aware of the PSM operations of this SoC.
I talked to one of your engineer during tech tour and found...
In our firmware we use BLE together with ESB using the MPSL timeslot API, with the implementation inspired by this example: https://github.com/too1/ncs-esb-ble-mpsl-demo However...
I am using the MESH distributor sample from the nRF Connect SDK (v2.8.0) on an nRF52840 development board. My aim is to use the RC oscillator (RC source) instead of the low...
Hi Support team,
I am using nRF9160 module and i want run two server on the module, one is modbus server and other is CoAP server. so is it possible to run both server...
When using the adafruit feather nrf52840 , the lowest I can seem to get power usage is around 400uA (including with the boards/nordic/poweroff sample ) .
This is my device...
Hello
I'm exploring the mesh dfu transfer, get some strange results
Here is the setup
1 distributor, 1 target
On the distributor I start the transfer with mesh models...
Hi,
I need to setup shell interface on both sides to exchange sensor data via uart.
The connection is as follow: cable 1: nRF52840DK Pin (TX - P1.02) → nRF9160DK Pin...
Hi,
I am converting my NRF52 SDK application to NRF Connect. You can find the working project here: https://github.com/jensb1/zephyr-example . It is mainly to get the components...
Hi,
I started evaluate actinius_icarus/nrf9160 board and create a new project copy secure_mqtt_sensor_actuator, I choose actinius_icarus/nrf9160 and despite an exclamation...
i can't create multiple services with the same base uid-128 bit and two service id 16 bit i have created one and its working . this is my code and the error is
Hi,
We are using nRF Connect for Desktop as the production fixture to test the BLE function of our products. To automate some testing procedures in production, we want to...
The advertising PHY is set to 1M; is it fixed? If so, I'd like to understand the reason by reviewing the relevant technical documentation. In the example, it is set to AUTO...
Hello.
I have an nRF9160DK and an nRF7002DK. My goal is to set the nRF9160DK to use the nRF5340 as a module to connect to Bluetooth.
There are two main things I want to...
Hello,
I am considering implementing SPI communication as the transport layer for mcumgr in my application. The setup involves an nRF52820 as an SPI slave and an nRF52840...
Hi everyone,
I am using the S25FL064L memory with the nRF52840 microcontroller and I have a reading problem.
I can read the memory using READ4O mode (opcode 0x6B) but...