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 had an issue when using both the current time service (CTS client, getting time from phone) and the battery service (BAS getting battery level from phone).
When requesting...
Hey everyone, I got a question regarding the BLE Advertisement with the nRF52840 (Softdevice s140). I am using the nRF Connect SDK with Zephyr and currently working on a BLE...
I created the project with 3 custom services with 1 characteristic per service (SDK v16.0.0, NRF52832 DK PCA10040 ). All characteristics has next settings:
char_md.char_props...
static void nus_data_handler(ble_nus_evt_t * p_evt) {
if (p_evt->type == BLE_NUS_EVT_RX_DATA) { uint32_t err_code;
NRF_LOG_DEBUG("Received data from BLE NUS. Writing data...
Hi,
I am trying to update firmware of multiple things on AWS .during upgradation I got error in download thread block Error in recv(),errno 116 and download client error...
I use ESB to send data to a nrf24L(PRX) from nrf51422 (PTX) , data is recieved correctly in nrf24L but I always got a NRF_ESB_EVENT_TX_FAILED event in nrf51422.
the nrf24L...
Dear support,
I am using nRF52840DK board (PCA10056) with SDK version: 17.0.2 version. I am trying out the USB CDC_ACM sample application from the path: <SDK_PATH>/examples...
I am using nrf connect sdk 1.7.99 with nrf5340dk. When building the ncs/zephyr/samples/net/socket/echo_server sample with the following command:
west build -b nrf5340dk_nrf5340_cpuapp...
I want to use Mbedtls for secure boot so I got to know that I should define CONFIG_BOOT_MBEDTLS
1.but when use that I am getting error as,
error: BOOT_USE_MBEDTLS (defined...
I'm using s132.
I'm using the app timer with the app scheduler.
I'm running a simple loop and constantly scheduling the timer in the timer callback.
The callback works...
Dear forum,
I want to achive low energy consumption for a BM833 (with crystal).
From the following thread, I could deduct, that running the softdevice, an average of 300...
Hi,
OS: Windows 10
SW used is Segger IDE, nrfCOnnect for desktop to program HW used is nRF 52480 dongle PCA10059
I am starting using nRF 52480 USB dongle, I need to...
I am working with nrf52840DK, SDK v17.1.0.
I compiled and downloaded the open bootloader project to the DK using SES (No errors and verification says OK). According to...
Hi,
We wanted to add an additional flash section to the linker.cmd file located in the zephyr folder of the project folder. However, when we make changes to the memory section...
We have a situation where the network core of the nRF5340 has been given control of Port 0/GPIO pin X (GPIO0->PIN_CFG[X].MCUSEL = 1 on the application core). The network core...