I have found that in NCS SDK 2.6.2 it was very simple to enable FLASH_SIMULATOR as part of the mcuboot configuration overlays. But starting from SDK 2.7.0, I keep getting...
We are looking to do DFU over UART to the Application as described in DevAcademy nRF Connect SDK Intermediate, Lesson 8, Exercise 1, Step 5. However, we have only one UART...
I am working to convert from Thingy 91 to Thingy 91x. I have successfully used the modem_shell with RTT output and control and the overlay does not seem to work with SDK 2...
Hello I am looking for the IBIS model for nRF52840 for signal integrity simulations. I saw similar requests older than 2yr and I am wondering if now the model is available...
Hi, I am having problem making DFU work on nrf52832 using nrf connect sdk 2.6.0. Below is my mcuboot.conf under child_image and prj.conf. Please guide me where I am wrong...
Hi all,
I am running the lsm6dso zephyr sample on my nrf52833 dev kit. I am unable to set the sampling frequency. I get this error after flashing:
This is my overlay...
I am looking into the possibility of using an nRF5340DK to probe SPI pins. For context:
There is a total of 3 devices in the system: the master and slave being used primarily...
Hi
I am a beginner in the MCU and SoC realm. I was checking the nRF52810 WLCSP33 specs but could not find any mention of the bluetooth range. Is it a standard range for...
Is anyone aware of the status of NBIoT / CATM1 use on flights? Are they covered by the various "mobile phone" limitations of use?
I'm referring to the use of a product containing...
Hi,
I am developing central device application which shall run on Win7 PC + nRF52840 dongle / equivalent nRF52840 DK
I intend to develop in C# / C++ and call PC-BLE-driver...
Hi all,
I have a problem with ble_app_beacon example. I'm using sdk v15.2 and my board is this . The problem is that I can see the beacon alive in the nRF Connect app on...
Hi Devzone, I am struggling to build projects in SES. I am getting "fatal errors" when I try to build applications and samples. See following output from SES (asset_tracker...
Hello,
I tried using the Thingy:91 out-of-the-box, but didn't succeed, using a SIM (LTE-M/NB-IoT) of a local operator. I suppose this is possible?
Thanks.
Guy
Does Nordic provide a BLE functionality with a USB dongle that a PC application can use? I do NOT want to use the Windows 10 BLE as it is buggy and does not provide the low...
Dear ,
I just tried to run LTE-M/HTTP POST with NCS v1.0.0-rc4 (with nrf git fetch origin pull/943/head:branch1)
but, I COULD NOT POST any more:
It worked normal...
Dear,
I am using thingy:91 pca20035 and try to test the color sensor BH1749NUC
I tried to run the /samples/sensor/bh1749
I got the output:
I expected it will return...
Good afternoon,
I have previously asked the following question ("NRF9160 Zephyr ncs ZTE-M/NB-IOT Cell-Tower RSSI"):
https://devzone.nordicsemi.com/f/nordic-q-a/42241...
Hello Nordic Semiconductor,
I connected my nRF9160 with my MQTT broker. My MQTT client as well as broker's keep alive time is 60.
MQTT client connection disconnects...
I have a custom service with custom characteristics. I have writes working. I can't seem to get read characteristics working. I never seem to trigger the BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
I need to add secure networking. How does one add the library module ncs\zephyr\subsys\net\lib\tls_credentials to a project? I tried editing CMakeLists.txt which caused SEGGER...
The interactive GATT client of the 'ble_app_interactive' example has multiple issues. As I heavily modified the example, I'm not able to provide a diff against the original...
Hi,
I am interested in using a pair of NRF52840 USB dongles to communicate on the L2CAP layer. I have flashed the dongles with the Zephyr's hci_usb samples, and have been...