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 need information about adding an additional flash IC to my project. However, I am wondering if there are any limitations regarding the maximum storage capacity that...
Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
I have a nRF51822 module programmed for custom service and characteristics. I am able to connect to this module using android 4.3 API. I can get characteristics and their...
First of all, let me say that I've read some of the other topics, and I clearly don't belong here haha. I'm not at all knowledgable about electronics and the inner workings...
I wonder if a couple (or three) of your module with PCB antenna as receivers could be used for triangulating the transmitter, could I have some hints about this, or a schetch...
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...