I'm updating our nRF5340 firmware from SDK 2.4.2 to the SDK2.9.0. After few modifications, I was able to compile it using the SDK2.8.0. Now I'm trying to compile it with SDK...
I am having a problem after installing 2.9 where I am getting a problem on some projects where the nRF addin does not seem to work
When try to create a new application...
Hello, We are having an issue on our nrf9160 custom board and application where we receive an AWS IoT mqtt Disconnect while waiting for an PUBACK from AWS!!!
We are using...
Hello Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
Based on this example, I am working on porting a pulse counter to the nRF54 and have encountered issues enabling the DPPI peripheral.
The problem is when enabling CONFIG_NRFX_DPPI...
Hello,
In October last year I made a Message Routing Service to my azure functions.
From then it worked almost without issue. Now I try to do the same with an azure account...
I am migrating from the 2.6.1 development environment to 2.9.0 but am unable to compile due to some configuration issues.
My prj.conf configuration file is as follows: ...
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...
I am coming across a strange issue with a nRF24L01P running enhanced shockburst. I have 1 PRX and a few PTXs communicating in a star network. The type of PTX determines which...