Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hello,
The only semi-official information that I can find regarding the differences between PCA10040 1.1.0 and 1.1.1 DK boards is this post . It suggests that there are...
I recently ordered two NRF52840-PDK and a Segger J-Link Base to program/debug the boards.
Then I just read that the development kit have a J-Link OB included, or I could...
Hi.
I wonder that how to setting continuous modulated output mode for nRF24L01P.
I see Appendix C - Constant carrier wave output for testing in datasheet.
But there is...
I see in the SDK 13.0.0 release notes that the NFC type 4 library was updated to "production ready", but I couldn't find a summary of the changes made to the NFC Type 4 library...
So... As I understand it, micro-ECC is a free library that lets you create an ECC private key for signing the SecureDFU that Nordic is using.
The nrf52840 has Cryptocell...
I've put on the stock dfu/bootloader_secure on the nrf52 DK.
I've then create a distribution ZIP and upload a blinky app to the DK. That worked fine.
Then I compiled...
Hi,
I have problem with DFU for 51822xxAB witch has 128kB flash.
I use dual bank bootloader for nrf51422xxAC witch has 256kB flash memory within nrf51822xxAB.
Ofcourse...
I know this might be a dumb question to you all, I am first time doing this sort of work
How to connect Jlink to NRF52? I need to flash a custom built BLE board with new...
I'm running on a nrf51822 chip, using Keil and a JLink Segger programmer. I'm running on SDK 12.2.0 and I believe I was correct in choosing pca 10028 s130 but I'm not 100...
I followed the instruction and installed the latest version of nRFgo 64bit v1.21.2. After installation, I can not find ble-sniffer___SNIFFER.zip at all.
Where can I find...
Hello,
I was able to get SEGGER_RTT_WriteString() to work correctly, however SEGGER_RTT_printf keeps giving me this issue when compiling:
._build\nrf52832_xxaa.axf:...
I am programming a beacon, first I had some problems using sd_ble_gap_adv_start() so I changed to ble_advertising_start() .
Now I have a problem when compiling:
_build...
I'm trying to use the PPK with an nRF51 dev board, and I'm getting this output whenever I try to start the PPK Software:
Checking installed packages
pyside: 1.2.4
pyqtgraph...
I tested a 23byte data transition in iPhone 5s with Softdevice 3.1.0, sdk12.2 .
it is ok. I know that iphone 5s is ble 4.0.
So I thought it would be possible on Android...