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...
Hi,
How to implement the passkey authentication, we are using nF51822 evaluation board. Is it possible to display the passkey using master control panel? And, we also don...
Howdy,
In a similar vein to my recent question about production programming....and nothing to do with takign an nRF51822 out for a walk :)
We'll write a simple test...
Hi
Before, TX and RX functions run well at iOS6. After we updated to iOS7, RX still worked but TX couldn't send out data. Did you verify nRF UART app at iOS7?
I'm reseaching a tag in low energy-cost using the nRF24le1.Till now,I can receive the message from the tag successfully, but can't send the command to the tag to read or write...
hi,
Now,my pre-Develop product(BLE),that to measure the Tx transmit power not correct with my setting(default 0dbm).
so,i have program a project for to sure the reason(Hardware...
I need to connect an I2C/TWI device to the nRF51822. The I2C device is running at a fixed 3.3V (from a boost DC/DC), but the nRF51822 is powered directly from a CR2032 battery...
Hi,
Is there anyway to keep the RTC going while in reset, device sw has crasched or in powered off mode or would I need an external RTC for this?
Is there any possibility...
I have two NRF24L01+ devices. My aim is to have one as PTX and the other as PRX replying with ACK_PAYLOAD. It is working with ACK enabled (without payload). However when ACK_PAYLOAD...
I'm interested in using the master emulator to connect to multiple target devices, but it does not appear there is support for this in the API (v2.1.3). For example, there...
I just discovered that the s110 SoftDevice does not support a peripheral connection and non-connection based broadcast. This is one of the primary specifications for my application...
What's the trick to using the WDT without causing a system reset???
We want to use the WDT for a pause mechanism - then continue from the pause at the same Main location...
Hi,
We have Nordic custom board. flashing simple c program to custom board is done fine.
cant able to get expected result. so we tried for step by step debugging. but...
Hi,
Is it possible to use button press(button on slave) as an authentication key to establish the connection. Since our device does not have an display or keyboard, we are...