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
I am trying to build the BLE Secure DFU Bootloader example using SDK 17.02 and the PCA10040 Dev board. Following various threads in the forum, I have been successful...
Hello, I'm trying to merge NFC writeable example " writable_ndef_msg " with BLE Beacon " ble_app_beacon ". My aim is to start BLE Beacon after the scanning of NFC. I have...
Hi.
I have implemented the Central and Peripheral NUS service on two devices(nRF52). Since the central knows the characteristic values, I would like to bypass service discovery...
Hi, I've a timer configured by gpiote to capture with a second 'overflow' capture should the signal stop. I'm not using an interrupt instead the CC[0] value is being used...
I have seen the same issue reported.
nRF52840 DK does not appear as a removable drive named "JLINK"
Done the following.
1- My laptop has only one USB port. So I have...
Hi there, I'm controlling the nrf9160 with a esp32 and I'm wondering if you have an recommended libraries for forming AT commands and parsing the return messages?
I'm running through the nrf9160 dk startup guide and I've updated the application and modem firmware. However, it does not look like the application is accepting AT commands...
I have a BL654-DVK (nRF52840) and BL653-DVK (nRF52833). I have a custom program modified from an example that runs and debugs properly on the nRF52840, and am trying to port...
Hi,
We connect our external Board through P20 from EVB NRF52-DK everything goes well.
We are trying to do the same setup on other computer and we get failures to flash...
Hi,
I'm having trouble with debugging the nRF5340. I'm only using the network core and hence use the empty_app_core project for the app core.
The problem i'm facing is...
Hello,
Ubuntu 20.10, nRfConnect v3.6.1, Programmer 1.4.8. Running appimage.
I get:
" Could not fetch memory size of target devkit: Error: Error occured when get library...
hi,
i am working on " ble_app_multilink_central " in ble central . i have connected two peripheral devices .how to include uart in "ble_app_multilink_central" example code...
I have an issue with getting the I/Os correctly setup for antenna switching.
I am running the radio_test example code with the following modifications.
So far, I have...
Hello
I am new to all of this and am wondering if this is possible, and if anyone can point me in the right direction if it is. I am looking to create an open source project...
Hi DevZone Team,
when I use west to configure a project, build/zephyr_settings.txt always contains
"BOARD_ROOT":"/home/user/test/nrf" "DTS_ROOT":"/home/user/test/nrf"...