Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hi everybody. I'm using nRF Connect SDK 2.8.0. I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
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...