Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
I am developing an MQTT client application with NRF9160, trying to connect to a Mosquitto broker using TLS with three certificates. However, I am encountering an SSL version...
Hi,
I encountered some problems when using UARTE.
In terms of hardware, I have connected the 52840DK LOOPBACK_PIN_1A and LOOPBACK_PIN_1B.
Software code is the original...
Hello,
I see that kiss_fft is used in the libLC3 library. I would like to use it for another part of my product in addition to the pre-compiled LC3 lib, but don't want to...
I'm pretty new to embedded development/electronics and I'm trying to interface with a I2C pressure sensor, but I can't seem to communicate with it. I'm using nrf52840dk board...
Hello,
Up until today I had been developing fine with visual studio code, installed via Toolchain Manager. Then, I clicked "Pristine Build" for the first time in a few days...
I installed the VSCode extension for nrf connect.
I want to do the build on this page:
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/thread/tools.html...
Hello Team,
example: SPI master_slave advanced non -blocking
i just open nRF connect sdk example in vs code and build it
I am getting below error while build
Please...
Hello,
I am trying to play with zephyr networking samples on my nRF5340 + nRF7002 EK devkit board.
I am using NCS 2.7.0 release SDK. i was able to build and run some Wi...
I'm not sure if zephyr questions can be also asked here. Problem I am struggling with is approtect mechanism to prevent flash readout. I am trying to use Zephyr config files...
Hi,
I am currently developing a custom Zigbee end device with support for FOTA updates. My FOTA seems to work (all data gets transferred correctly) but the update won't...
Hi.
I have following error:
Here is my prj.conf :
I would like to avoid using CONFIG_SHARED_INTERRUPTS.
Only GPIOTE0 is on IRQ number 11 so I couldn...
Hello,
I build the ZBOSS NCP sample from NCS v2.6.0 for the nRF52840 dongle. I use the optimization flag -O2 (for speed) in the build configuration (VS Code NCS extension...
Hi,
I am working with the Matter Light Bulb sample . I have come across a problem where I can not compile my firmware if I implement the occupancy sensor cluster using the...
Hello,
I am uploading my code with a basic URI to be advertised by the chip.
I am able to build and upload the code for the nrf52832 in my nrf52 DK, the program works...