Hi,
We have a pretty small device to be designed and I was wondering if nRF54L15 CAAA WLCSP would
have updated recommendations for matching network components available...
Hello,
I've been working with nRF9160 for a while now and wanted to let you know, I love this little piece of hardware. The possibilities, the small form factor, the power...
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...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hello, I would like to know if the adress byte that is transmitted after the preamble is the MSB or LSB.
I've read the datasheet's page 28 and it's not very clear, it just...
I need to have an iOS device send my nRF51 some commands, some settings, and retrieve some data, not at regular intervals. The nRF51 should only-speak-when-spoken-to.
I...
Hi guys,
I want to use the nRF51822 as a gateway to send uart-commands from the µC to my iPhone and vice versa.
µC---|uart|--->nRF51822 ) ) ) ) BLE ( ( ( ( iPhone
...
Hi,
I am using the NRF51822-CEAA flip chip package for my custom board.
Because this package has an optical vulnerability from the sides, could you please advise how...
Hi developers,
I recently had a problem with nRF51822 and radio interrupts.
My situatios is quite clear but I cannot resolve the problem. I hope You will help me.
Description...
hi,everyone.
because of careless,i enabled pin reset in debug mode by set bit 0 in RESET register in my software,and i downloaded the hex file to a 51822.now,because of resetting...
Hi all
According nRF51822 Product Specification , GPIO pin can config to SPI interface. Means if I set a specific GOP pin range to SPI and connect these pins with...
I am successfully sending data from the PCA10001 Evaluation Kit to the Master Control Panel. But I cannot find any information about initiating and sending data from the MCP...
Hi,
Here i am attaching my text file. in my case timer api is working
but button event handler is not calling.
Kindly tell me , what is my fault.
Regards
Balaji...
I want to store a block of data in nRF51x22. I tried the following:
void HalStoreNVMBlock(uint32_t size, uint8_t* pBuf)
{
nrf_nvmc_page_erase(NRF_UICR_BASE);
nrf_nvmc_write_bytes...
I'm using the TWI module. Where can I set whether the DSA SCL pins have the internal pull-up enabled or disabled? I can't even find where to see if they are enabled at all...
Hi guys,
I am having a breakout board made and would like to know what are the programmers out there which I can buy which will help me program the board. The J-Link is...
Hi,
I'm designing a custom board equipped with nrf51822 and is not clear for me how the flashing part works; I bought nrf6700 and pca10005 as reference design and now i need...