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...
I've not been able to program the nRF51822 using the Blackmagic probe programmer because the nRF51822QFAAH1 seems to use a previously unseen device code of 0x008F
Could...
Hi guys!
Got a problem with re-initialising my SAADC to read my current battery voltage. I'm using SDK11 and don't want to migrate to v12, so I wanted to do a workaround...
Hi,
Im using SDK11 and id like to use serial DFU, when i try to run pc-nrfutil I get a message "Serial transport is currently not supported".
Id like to write own update...
Hi,
I just upgraded to the new SDK (12.1) from SDK 11... and I'm completely lost about the new secure DFU... Previously I correctly implemented a buttonless DFU in my application...
Hi,
I make some tests on power consumption of nRF52 with evaluation board and I remark some peak on the current. it's appeared that this peak is generate by DEC4 output ...
Hi, if i pair my nrf51-dk with my iPhone works, than I pres discontent (bluetooth settings),
now,
if I try whit another iPhone this doesn't work...
If I reset the board...
Hi,
I think there's an error in SDK12's nrf_drv_uart, some code parts unconditionally use p_instance->reg.p_uart (eg. nrf_drv_uart_task_address_get, interrupts_enable)...
Hi
Recently in the release notes of the SDK12 I noticed a line about updated the MDK update:
Included a critical MDK update (v8.7.1)
My SES project uses the...
Hi,
Is there an example available for Nrf51822 BLE HID (nrf5 SDK v11) with Feature and Output reports?
I've added an output HID report to HID mouse example from SDK and...
Hello.
I use nRF52 and tried to make the shared channel.
There are 1 Master and 1 ~ 3 Slave device.
When the master device send the notification messages to slave...
Hi,
I just did a quick diff using these two commands
> find nRF5_SDK_12.0.0_12f24da/ -type f | grep --text -v -e "c$" -e "h$" -e "s$" | sed 's/.*\///' | sort -u > exclude_list...
Hi
we are switching from NRF51 to NRF52.
Putting the same (very basic) inits for sd and advertising, leads to NRF_ERROR_INVALID_PARAM..
This is my source:
#define...
Hi,
I downloaded the latest SDK V12, coped the example HEX from the BLE Beacon and it worked fine.
I tried to then compile using Keil, it compiled, but I noticed that in...
Hello,
I am currently using the TWIS (slave!) peripheral to get data from a I2C master. Now I would like the ability to place the nRF52 in deep sleep mode with sd_power_system_off...