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 three devices in my Zigbee network:
A Coordinator. A Router. An End Device. When I retrieve the LQI data:
If both the Router and End Device connect directly...
Hi,
In our project, we're using Mcumgr FS to download files from our device.
After tweaking the BLE configuration parameters using the throughput sample ( https://github...
I am working on RTOS that does not have WiFi driver for nordic wifi chips. I would like to port this driver to that RTOS.
In the documentation there is a mention of platform...
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...
I got the following setup: nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001
nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001...
Hello !
You have DTM test in nRF5_SDK_17.1.0 and in nRF Connect SDK.
I have used SDK test some years ago and it looks more simple if we compare it with new environment...
Hello,
I am working with the nRF9160 to communicate via DTLS. It works, but managing certificates is a bit of a problem. I am using the AT%CMNG command.
First, certificates...
When running example code which involves BLE on nRF52840-based boards, the devices (which have assigned names in the example code) don't show up on the iOS nRF Connect scanner...
Hello,
I am following the cellular IoT fundamental course with nRF9151-DK.
I didn't have any issue until Lesson 7, but I found that the screen shot of the lesson is...
Hello,
I am using nRF Connect v2.6.0 and nrf52832 for product development.
I have implemented MCUmgr callbacks to check the DFU status, as shown in the code snippet...
I need to move everything off of UART0 so I can use it for my touchscreen
On a previous post I was told I could move everything to RTT in the overlay, but when I try to...
We've noted that our coordinator sometimes hangs and it's because that sometimes, maybe once every 1000-10000th call, the zb_zdo_mgmt_lqi_req API never responds to the callback...
We have experienced some modem faults and have implemented a custom `nrf_modem_fault_handler` to try to capture them.
We have enabled the config:
CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC...
I have an app where I'm using the AP and STA mode of the 7002. I'm running on a nrf5340.
*** Booting nRF Connect SDK v3.5.99-ncs1-1-1-g6dc48c918694 *** [00:00:12.620,269...
Hi,
I used the reference code from inter_less8_exer3_solution and successfully built it with the nrf5340dk board. However, when building it for the nrf7002dk , I encountered...
I'm using firmware 1.3.6 and sdk 2.7 for Nordic nRF9160. For the internet connection ppp is being used.
Here are the results:
modem shell:
time wget https://leil.de...
I ordered my second prototype board with the nRF9160, which includes small changes compared to the previous version. I encountered an issue with LTE connectivity. After some...
Hi,
as i would like to use the uart shell for production purposes as well (e.g. setting the devices serial number) - how can i turn off the shell at runtime (in order to...