We are running an HCI controller on nRF52833 based on the Zephyr hci_uart sample code. We are using the Zephyr 3.7.0 LTS version.
We have set CONFIG_BT_CTLR_DATA_LENGTH_MAX...
Hi,
Platform: nRF54L15, SDK 2.9
The application is Matter + BLE. CONFIG_CHIP_DFU_OVER_BT_SMP & MCUBoot are part of the configuration. As soon as we enable the BLE...
Hello,
I'm reading about 700 values from an LSM6SDO gyro/accelerometers per second and need to store them, before sending them over bluetooth once where I store them is...
Hi, I was trying to flash the sweyntooth firmware to nRF52840 dongle using nRF connect for desktop. I was following the instruction on in this tutorial: . The hex file I used...
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...
I have trouble when discover the BLE Peripheral that have the base UUID of characteristics and service are different. Then I followed several instructions in some cases, but...
I am trying to run the SDK15.3.0 gfx example code - only changing line 82 to:
And also I have changed the sdk_config to the display's width and height. I have wired it...
hi
I want to update RTC time in my device nrf52840 through nrf connect app. How can i do this? Is there any related example which may help me in doing this?
Hi,
I'm attempting to use OpenOCD to perform the equivalent to "nrfjprog --recover", since we've recently started using that feature.
I read through this case, but it...
Version 4.20a (Win x64) of Segger's Embedded Studio has problems with it's C syntax highlighting -- specifically conditional compiled sections of code. Code that is not being...
Hi,
We are using nrf52840 to develop a cryptocurrency hardware wallet. We want that user can verify that the device is authenticate. In order to authenticate, the desktop...
Hi,
I'm using Kail and I have a project with original target device nrf52832xxAA, I need to change it to nrf52832xxAB (the device onboard is nRf52832QFAB).
When I...
Hello,
I have to send SMS from NORDIC nrf9160dk which is using iBASIS sim card to my mobile phone. For this I tried two programs (at_client and simple_at). But nothing works...
Hello,
I am trying to run https://github.com/sigurdnev/fw-nrfconnect-nrf/tree/master/samples/nrf9160/i2c_scanner exampl. It is not compiling with the zephyr right now...
Hi,
for a new project we use the NRF52480, I can get it into low power mode with a total use of 20µA ( with all the other hardware on the board ). But when I initialize...
As far as I can tell, the packet sent by nRF24L01+ PTX only contains a destination address. There if no information that identifies the transmitter (i.e. PTX).
So, when...
Hi,
Just a small question, as the subject indicates: Is the power consumption for the Radio RX component (per µs) indicated in the Online Power Profiler for connectable...
Every time I try to connect to Android phone (running Android 7) or nrfConnect, it connects the first time. After I restart the nrf52 DK, the host takes a while to reconnect...
Dear Nordic support,
Now, I am using Nrf51822 to build up BLE Mesh network in my project on Keil C. As I found in here, Nordic doesnt support this chip anymore but is there...
When I try to receive data from terminal at that time it can not goes in uart_error_handle() function and data is not received.
Which macros are enabled in sdk_config.h...