Hello,
I have a few questions regarding the nPM1300 current measurements:
As far as I understand, there are two ways to trigger a current measurement:
By writing...
Hi,
we had used nRF52832 in our product. Our product is undergoing FCC & IC certification.
FCC & IC regulatory body had requested to provide Tone of tolerance (Power)...
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...
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...
Hi,
I've been working on building and flashing the OpenThread CLI sample in two setups:
Setup 1 : nRF21540DK
Setup 2 : nRF52840DK + nRF21540EK
While I've managed...
Hi, GSMA Database suggests that nRF9160 has 2x IMEI, however I am only able to get one. Pakistan Telecommunication Authority is not allowing me to use the device till I provide...
I've been working on building and flashing the OpenThread CLI sample in two setups:
Setup 1 : nRF21540DK
Setup 2 : nRF52840DK + nRF21540EK
I'm using NCS v2.6.1....