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: ...
Hi,
We have a pretty small device to be designed and I was wondering if nRF54L15 CAAA WLCSP would
have updated recommendations for matching network components available...
Hello,
I've been working with nRF9160 for a while now and wanted to let you know, I love this little piece of hardware. The possibilities, the small form factor, the power...
I have problems with nRF Connect(Android, latest Version, no version number found) to find BLE devices with 2M phy, coded phy and extended advertising. So i am running nRF...
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...
Hello,
Having a problem with the 1 wire sensor DS1820, I've created my own 1 wire protocol functions. They compiled without any errors. but when I run my program, it only...
Hi,
I'm currently developing a board that utilizes a NRF51822 and I'd like to utilize the meander antenna from the PCA10000 dongle reference design. However, I'm using Eagle...
dear Nordic:
i created a new characteristic assigned UUID 0x18e1.in order to be writable,i set its properties with following in
static uint32_t pressure_high_byte_char_add...
I'm measuring current consumption on nRF51822, making code changes and then flashing/debugging via JLink GDBServer and gdb.
Right now it seems like I either have to physically...
Hi,
I´m using nRF51822 with my own application and I want to connect just to one specific master device (for example smartphone) after this one is bonded:
nRF51822...
Hi There,
I am developing a desktop applications (C#) using NRF2739 dongle and NRF8001 on the other side. Things were going very well using the masterEmulator.dll provided...
Hi,
How to put nrf51822 in power off mode? i simply tried NRF_POWER->SYSTEMOFF = 1; in keil but it is not going to off mode. Is there any procedure before making SYSTEMOFF...
Hello, I am using the HTS example for the nrf51822.
In the example, bond information can be deleted during initialisation by holding down one of the buttons.
In my program...
Hi sir
In Desktop 2, before BTLE pairing, nRF51 uses Connectable Indirected advertising. After BTLE pairing with BTLE host, nRF51 will select Directed advertsing for saving...
Hi to all, my first experiments with NRF51822... i compile the example projects, and everything works fine (compiling and download are ok), but looking at the code editor...
Hello,
I am using an nRF51822 Development Kit. I am trying to run pca10001/board/uart_example (with simple_uart) using the UART serial viewer built into the Keil programming...
Does anyone know how to get debug messages out to host console via SWD? I know SWD supports Serial Wire Viewer, but not sure how to get it working over GDB with JLink.
...
Hi,
I'm going to try not to get into stuff that is under apple's NDA, but my question is really on the nRF8001 side. Basically, the ANCS is a service that offers three...
I am definitely missing something here, but I can't figure out how to specify a subset of data to read from my peripheral.
Here's the setup: my nrf51822 device is a server...