hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
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...
Hello everyone,
i'm kinda new to microcontroller programming and feel like i bit of more than i can chew. I bought a variant of the nrf51822 chip ( github.com/.../Board...
Hi. Currently, i am testing the BLE power consumption on nrf52.I set connection interval 20ms(min=10,max=30) ,slave latency 0 and connection data size 20 bytes.in addition...
It seems like the IAR startup file in SDK 11 for nrf52 is older than the one that was included in the previous SDK 11 alpha
IAR Embedded workbench 7.50.3
I have a queston for softdevice S130 example about Environmental Sensing service.
I readed spec. but I can't find out any ESS profile example in SDK.
Is SoftDevice S130...
I want to use the nRF24LU1+ for a project where it will be a HID usb dongle. But I dont get which tools I need to make it. The KIT DEVELOPMENT NRF24LU1+ work for it?
T...
Hello,
This morning i did migration of my code from SDK 11 alpha 2 to 11 final on nRF52 and i have a big problem.
Nor bootloader or application do advertising. Am I...
I want to merge the softdevice and application in the makefile is it possible ?
if not possible what could be the easier way. I am using Linux OS .
thanks
Hi everyone.
I'm trying to program a NRF51822 Beacon using the nRF DK board. Of course I looked around here for advice on what type of connector to obtain.
devzone.nordicsemi...
Hi,
I have a hardware (wired) UART transmitting data to the nRF51 at intervals. I'm currently trying to implement UART-BLE that runs could concurrently with the wired UART...
is there a version of nrfutil that works on linux?
this one doesn't: github.com/.../pc-nrfutil
$ nrfutil dfu genpkg --application _build/nrf51822_xxac_s110.hex fota.zip...
Hello,
I have used ble_app_uart example and wants to transmit 12 bytes data over ble using this function ble_nus_string_send call.
In 1 second how many times ble_nus_string_send...
Hi,
At the moment I'm trying to make some current measurements with the new nrf52 dev-kit from the global tech tour. Unfortunately I'm not able to go into Idle- or even the...
Hi,currently i want to measure the current consumption of nrf52 DK. I followed the tutorial nRF51 current consumption guide ,and use the Power profiling application in the...