Hi,
I am using nrf52840 to develop a product. I use NCS sdk v2.5.0.
I developed a project based on the [Bluetooth: Central HIDS] example in the NCS SDK. This example enables...
We are running an HCI controller on nRF52833 based on the Zephyr hci_uart sample code. We are using the Zephyr 3.7.0 LTS version.
We have set CONFIG_BT_CTLR_DATA_LENGTH_MAX...
Hi,
Platform: nRF54L15, SDK 2.9
The application is Matter + BLE. CONFIG_CHIP_DFU_OVER_BT_SMP & MCUBoot are part of the configuration. As soon as we enable the BLE...
Hello,
I'm reading about 700 values from an LSM6SDO gyro/accelerometers per second and need to store them, before sending them over bluetooth once where I store them is...
Hi, I was trying to flash the sweyntooth firmware to nRF52840 dongle using nRF connect for desktop. I was following the instruction on in this tutorial: . The hex file I used...
I have found that in NCS SDK 2.6.2 it was very simple to enable FLASH_SIMULATOR as part of the mcuboot configuration overlays. But starting from SDK 2.7.0, I keep getting...
We are looking to do DFU over UART to the Application as described in DevAcademy nRF Connect SDK Intermediate, Lesson 8, Exercise 1, Step 5. However, we have only one UART...
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...