Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Hello,
i am currently trying to build a minimal firmware for the nRF5340 on the Thingy:91x. Unfortunately my build failles to link zephyr/zephyr_pre0.elf:
My suspicion...
On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
With nRF51822, I have a GPIO port configuration function as:
static __INLINE void nrf_gpio_cfg_output_S0D1(uint32_t pin_number)
{
NRF_GPIO->PIN_CNF[pin_number] = (GPIO_PIN_CNF_SENSE_Disabled...
I'm putting an nRF51 into an existing electronic device where I can't change the case at all. That means that my antenna will be very sub-optimal. However, I don't need very...
We are experiencing bizarre, bizarre DFU problems.
I have a custom circuit board with a NRF51822-QFAC - when I initiate a DFU with an iPod touch purchased in the United...
I have a strange problem trying to use timer1 in a trivial app that's loaded via DFU. I can't get delays longer than about 1 second, despite having the prescaler set to 9...
Hello Everybody,
My development board type is Nordic nRF51 - DK pca10028 board link I press Boot/Reset button and plug in the USB cable, then the LED5 is blinking,Now entered...
Hi,
I would like to connect my nRF51822 board to my PC (Bluetooth 4 compatible) instead of my Android phone.
Do we have a software (in exe) format available for that...
Hello,
I am testing the sample project under \nrf6310\s310\ble_ant_app_hrm.
I just made one modification to bond_manager_init function in main.c:
static void bond_manager_init...
According to the Product Specification of nRF51822, the internal 16MHz RC clock has tolerance up to +-5%. I am wondering what the context of this 5% is. Is it the highest...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Hello Guys,
Everything was working fine with my nRF51822 device but all of the sudden the hardware started not to resume advertisements upon disconnecting from the host...
I have an application which runs successfully when downloaded and executed by my Crossworks IDE and J-Link debugger.
However if I just download the code and detach the...
Hi,
I am using an nRF51DK device in sniffer mode.
I could see devices discovered in the console window.
Launched "Wireshark" tool using "w" command.
I could see the...
Hello,I found in S120 documentation that minimum connection interval for 8 peripheral connected to central must to have minimum connection interval 20 ms.But what is the minimum...
Hi Developers!
I programmed a new code for my custom board's nRF51422, where I use the TIMER1 to generate 500ms interrupts to measure something important with this scheduling...
I was doing some works with ble_app_uart in nrf51822. I have added some modification in the main function according to my requirements. What i have to do is, read data over...