I have problems with nRF Connect(Android, latest Version, no version number found) to find BLE devices with 2M phy, coded phy and extended advertising. So i am running nRF...
Dear Nordic Team,
I hope this message finds you well.
Some time ago, we asked about the migration from nRF9160 to nRF9161.
We want to ask the same question regarding...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
I have made my own NRF52832 Dev board as in the next image:
I received the board, and ICs and hand-soldered them in my home.
however, I am still a newbie in nRF SDK...
For the GetAssistanceData endpoint (POST /location/agnss), if we are using the x-custom-device-id header instead of a device token and registered devices, how can we view...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
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...
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...