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 refer to and the answer answer given by AI referring me to you.
I need the lithium battery only to about 8-bit accuracy to reduce the leakage current. Please provide...
Hello! I was wondering if there is any advice from trying to get Non-simultaneous firmware updates using sysbuild with the following constraints:
Must update both App...
Hello,
I am going to start programming BLE application, and I would like to know which enviroment is best to program it. Are there too many differences between programming...
Hello
According to the documentation the optimal CPU frequency is 16 MHz, Please, could someone tell me if that is correct or not?
Thanks for your help
Hi,
I modified the ble_app_hrs sample application with one custom service which includes, some custom characteristics (128 bit uuid), Now the problem i am facing is, i am...
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...