Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
I am using nRF Connect to measure the power of the nRF52840 DK. But I don't know how to output the raw data out. Is there a way that we could get the data out from nRF connect...
We are evaluating to use this IC for BLE/NFC purpose.
we would like to flash the nRF52840 thru our Linux processor (not using external flashers), using the SWD lines connected...
I am using nRF52 DK and program example code ble_app_beacon and test with nRF Beacon APP, we are not able to connect to update UUID , Major and Minor values , however beacon...
Hi!
I use SD 6.0.0 and SDK 15.0.
I am developing an application and I want it to include service of buttonless OTA firmware updating. So far I have managed to zip my application...
i init the saadc and uinit saadc ,then init saadc again. my code is below:
err_code = nrf_drv_saadc_init(NULL, saadc_callback); err_code = nrf_drv_saadc_channel_init(0,...
Dear Sir,
I have connected a phone to a peripheral device using NRFconnect App.
Now I want to know the rssi value of the phone on the peripheral side.
I want to get...
I have an application with a custom service, based on the ble_app_template example. I want to add DFU functionality. I flashed the DFU secure bootloader and can discover the...
If I use NRF_SDH_DISPATCH_MODEL with NRF_SDH_DISPATCH_MODEL_APPSH what size do I need to use for the scheduler data size and queue length in
APP_SCHED_INIT( ?, ? ),
Is...
In SDK 15.1.0 NRF_LOG_STR_PUSH_BUFFER_SIZE is defined twice in every sdk_config.h in the SDK. For example in the ble_app_template/pca10040/s132/config/sdk_config.h:
Hello,
I'm trying to update an application with a dual bank over BLE, but first I wanted to try on the given examples so I'm sure that I'm creating the .zip files the...
Hi there,
we are currently looking for a suitable hardware + software with Bluetooth 5 support. All of our software projects are build and developed with KEIL MDK/ uVison...
Hello,
I integrated your firmware (iOSDFULibrary) in our project but I got error when I tried to make the DFU to our Nordic device.
Error : Error raised when the CRC reported...