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...
Hi,
We are building an application on the nrf5340 application core. We noticed that library calls are being made to perform double precision floating point arithmetic which...
Hi all,
I was looking at all ble events and found a few GAP events related to security:
BLE_GAP_EVT_SEC_PARAMS_REQUEST
BLE_GAP_EVT_SEC_INFO_REQUEST
BLE_GAP_EVT_PASSKEY_DISPLAY...
Hi,
I've been monitoring the posts regarding ARM support for the various Nordic tools and libraries - and its been almost two years now since the M1 were released, and still...
I know this should be possible if the phone acts as a BLE advertiser.
But is there any way to scan for a (specific) phone MAC address, if the phone is not advertising BLE...
Hi,
I am writing the code in the cpp for bt_le_adv_start () function with BT_LE_ADV_CONN as input parameter, this helper macro is not compiling in cpp. It is throwing the...
Hello, guys!
My goal is to monitor battery voltage by using a voltage divider and ADC peripheral of nRF51822 SoC. I find that this example perfectly fits my needs. Consequently...
Hey, I found some plot difference when using write and transceive functions with nrfx library (zephyr os).
I'm trying to send 0x11 using this two codes:
And here...
Hi,
I have been mingling with kernel funtionnalities of Zephyr. I am trying to improve my application using an event based approch and threading.
I am trying to define...
We use nRF9160 on our own board with SDK 1.9.1. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. We are connecting to an MQTT broker...
Hi everyone,
i'm currently developing on nRF9160DK with AWS brocker via NB-IOT connection and i don't know if i'm encountering an issue.
Until now, every time that i reboot...
sdk nRF5_SDK_17.0.2_d674dde
I used some flash to store data.
But before dfu,it was equal to (FF FF FF FF FF FF FF FF|........) and after dfu,it was equal to (29 48 0C...
Hi,
In a multi-role central-peripheral code for a nRF52840-DK based device, I have to send a buffer acting as a peripheral. I use the ble_nus_data_send function sent as...
Hi all,
I am currently trying to realize a USB to Uart bridge with the nRF52840 development kit.
I used an old sample as a starting point for this task namely the " usb...
Hi,
I need a sample project for upgradable mcuboot, I am to understand that to have mcuboot upgradable, I need to have 2 stage boot loader, wherein 1st stage bootloader...