Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
SDK:11.0 Example:ble_app_hrs\pca10040\ s132_with_dfu
Hi Does nrf52810 only support a maximum of one central connection at the same time? If I currently want to connect two...
We wanted to understand better the use of external NOR Flash for nRF9161 applications. For example, in nRF9161-DK, this would be the GD25WB256E chip.
For modem delta fw...
Hi!
I just succesfully flashed my modem firmware to version 1.3.6 using the nrf programmer and a segger external programmer. I can still connect over the serial monitor...
I used nRF52840 board with SDK 17_1_0 ,
I want to used WS2812B in my project so any one can give me reference code for this or
can suggest me how can i implement its driver...
Hi,
I am using nrf52840 and SDK-16.0. Initially I was using SPI1 and SPI2. now along with this I am using SPI3.
we have added new feature which consumes 316*9*26 bytes...
I am trying to cancel a pending connection as a workaround for .
However when I run:
```
LOG_DBG ( "Peripheral connection timeout cancelling and trying later" ) ;...
Hello . I saw this issue raised previously but with no resolution so here it is again
I built the smp-svr sample in VSCode with Zephyr SDK 2.6.1 which produced a DFU package...
Hi all,
The question is about 125kbits and 500kbits long range modulation in proprietary protocol. I'v seen a post saying that is technically possible ( ).
But is...
Hello,
I have a project in progress with an NRF52840 chip. I was able to buy an aircard with the same chip www.kickstarter.com/.../aircard-find-your-wallet-always With this...
I receive the following error message when trying to install the toolchain manager (V 1.5.0) from nrf connect for desktop (V5.0.0):
Error: Failed with exit code 1. Failed...
Hi everyone, I am trying to send data over USB port for the nrf7002 dk Could anyone have any guide, tutorial, resources, or suggestion on how I should do that project config...
We have a device that does not support bonding, however the services changed and so we want to notify devices that may have cached the previous attribute table. To do this...
Hi,
Good afternoon. I try to implement littlefs file system in my external Nor Memory. I want to store a file and then want to access the file. I am using nrf52832 board...
I am new to nRF MCU's and nRF connect SDK, I want to interface my INMP441 (I2S MIC) with my nRF52840 MCU to print the mic data on serial monitor , can anyone please link me...