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...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hello,
i want to power off and on the board using the Long Press Button Event.
Is this possible? Please help me out to resolve this issues...
Thank You
I used to get all my output by running cat on /dev/ttyACM0. Now I only see the first few lines, until the filesystem gets mounted.
How do I prevent Linux mounting the filesystem...
The Bluetooth Mesh Light Switch example provides an example of how to program a Bluetooth Mesh application where the client model is on the provisioner device and the server...
Hello
what we want :
One central and several periphals.
The periphals will have different DEVICENAME.
Is this possible with the NUS Service?
The doku says ;
Note
...
Hi all,
Anyone has tried if the Tx power of nrf 51822 is changed from +4dBm to -20dBm, how much power (%) can it save, in a ballpark figure?
Thank,
Carl
hi
i am using the sdk 12.3.0 when i'm trying to compile the file under blinky/pca1028/s130 i'm getting this error anyone can help me please
............\components\softdevice...
I am using S132 V5.1 in combination with nRF5 14.2, and I cannot find where I can set hvn_tx_queue_size.
We are using the new option to configure the softdevice using the...
any one can help me to fix this erreor please
............\components\ble\ble_services\ble_nus\ble_nus.c(41): error: #59: function call is not allowed in a constant ...
Hi,
I am trying to send an command line through UART to the UART device such as MP3 audio module.
MP3 module is taking only hex values. How to send it to the UART device...
Hello,
I have connected my PCA10040 to a SIMCOM SIM5320 WCDMA modem and I am trying to make my PCA10040 a gateway for other BLE devices to send data over a cellular network...
Hi everyone,
I'm trying to upgrade a functional code in a pca10028 board s110 with sdk 8.1.0 to a pca10056 board s140, I want to use the latest version (i.e. 14.0.0). ...
I'm following the tutorial for how to use SEGGER_RTT_printf() function.
The screen shot shows the nRF_Libraries as a software component class (green icon)
However...
Is anybody have any experience powering nrf24l01 with smps stepdown converter?..i have trouble using fr9702 as 3.3 volt supply for nrf..the problem is..nr24L01 cant received...
Hello,
I have a question about the NFC tag. In the example nrf_url_record_pca10040 there is a part where the url will be written in the tag
err_code = nfc_uri_msg_encode...
I develop ANCS success in S110,but in example ble_app_hrs_rscs_relay of S130 SDK9 .I don't know how to add the ANCS.I find S110 has ble_bondmnngr.c file,but in S130 dosn't...