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...
Hi All,
I am trying to get the serial DFU working with nRF52832 development kit with SDK 13. I am able to get the bootloader flashed and have installed the nrfUtil tool...
since im working on sdk9... advertising program(hello world).i wanted to generate a random address .but i couldnot complete it sucessfully.can you please help me in providing...
Hi
I'm trying to create a DFU package for a SDK11 (insecure) DFU
For just the bootloader I have this syntax in my makefile
nrfutil dfu genpkg --bootloader $(OUTPUT_BINARY_DIRECTORY...
Hello all,
I started working with nrf51 series on mesh networking as i am new to this i want know whether the chipsets will come with preadressed? as it require to adress...
Hello,
recently I was going through this and the following statement concerns me:
First of all make sure you have a
recent Linux kernel installed (at
least 4...
Hi,
I have serious troubles when trying to program the board with softdevice (s140).
nRFGo Studio:
nRFGo Studio installed and running fine. When I connected the board...
Hello!
I'm using this module and I currently am working with keil. I would like to switch to Segger but the documentation for this module is only for keil from this manual...
Greetings to all,
I am working on a project where i need to interface both the SD card and the OLED Display with ble altogether. I am able to do so individually. But i...
I've a scenario where BLE central has registered for notifications on some characteristic of a BLE peripheral. The frequency of change in data of this characteristic is very...
Can a BLE peripheral listen for scan requests or any commands from BLE central without making any advertisements? If this is possible, then it would save on the transmission...
Hi,
I was in a process of developing a central device with nrf51422 in PCA10028 board with NUS service client.I use SDK v12.2.0.We have an example code in the library which...
Hi:
I set up a peripheral on nrf52832 and add beacon_info data as Manufacturer specific information。The version of softdevice is s132.
memset(&scanrsp, 0, sizeof(scanrsp...