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...
We have developed an Android application for a customer (Ibiza) which makes use of nRF's Android-BLE-Library ( https://github.com/NordicSemiconductor/Android-BLE-Library ...
I defined a timer and start the timer when application open gps, it can prevent the timeout of star search failure; When the gps search star successful, I will turn off the...
Hi,
Now I using the nRF5_SDK_for_Thread_and_Zigbee_v4.1.0 to develop the zigbee function on nRF52840,
I am using the light control Example,
it provide two examples to...
Hello,
I'd like to know how to interface with the SDK libraries(as a "beginner") and ask how do you approach such a thing and learn how to use it? let's take for example...
Hello,
I have an xon / xoff flow control implementation with nRF52833 DK.
The setup is the nRF52833 DK is connected to the computer through USB cable.
A python script...
So far, since UART has been working well, now, we are switching from UART to RTT to remove UART port connection from our PCB design.
However, the output to RTT is working...
Hi, I am trying to use the nrfx_pdm driver with a microphone connected to the NRF52840DK. Currently, it is working but I cannot quite understand how handlers are functioning...
Hello
I want to flash my simple coap server code in nRF52840-Dongle using USB DFU mode with nRFConnect but I did not find COMPORT/ Any Jlink Device after put donge in USB...
I'm using the nRF 52840 Dongle, flashed with nRF Sniffer 3.1.0. I have installed Wireshark version 3.0.7, and configured extcap and profile according to documentation. I am...
Hello Nordic Community,
I am using nRF52840 SDK 17.0.2.
I took examples \ble_peripheral\ble_app_beacon as reference and created mBeacon profile.
Then I created three...
Hi,
We need to store about 4Gb of data. Can someone give some external memory ICs that can be integrated into our application. Looking for a low power small footprint...
Hi,
I am new to Mesh network. I want to implement a simple mesh network which include two devices. One device need to send sensor values(ex: temperature) and another device...
Good afternoon,
I'm facing an issue porting the mqtt simple project of the nrf stack to an application that I'm developing myself.
The issue is, when I try merge prj.cnf...
I use Zephyr RTOS and segger Embedded studio to develep nrf5340 project. in a c file , i configurate spim2_ns below:
#define SPIM2_CS NRF_GPIO_PIN_MAP(0,15) #define SPIM2...