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...
Hi all,
i am currently working on 5 nrf52832 DK boards, i want to use nrf mesh for indoor positioning system. I am currently using nrf sdk v15.0.0 and nrf mesh v2.2.0. ...
Hi.
We are on early phases of getting UART DFU support for our product. However I seem to run into communication issue with the bootloader even with the examples provided...
Should the DEBUG compiler flag be removed before flashing a board that should enter sd_power_system_off? I've seen some troubleshooting guides mention that Debug mode can...
I have set up the thread border router. I connected the NCP (a nrf52840) with a usb cable to a raspberry pi. Now I wonder if it is possible to connect the raspberry pi with...
Hi all,
Currently, I am working on Nrf52 DK with nRF52832 on Keil IDE. My focus is MQTT with 2 nRF52s and RPi. I have succesfully used examples in SDK, but now I am trying...
Hello,
I have got new rigado-301-A-R module, I want to know following things as I want to work on linux and i have a custom board just like rigado 301 eval board.
1. Procedure...
I have an embedded platform running JerryScript. Now, I need to add BLE functionality to it. The BLE module (connectivity chip) will be used is nRF52840. For this, I guess...
I’m trying to program a custom board with nrfjprog, but cannot get it connected correctly. (Connection is standard SEGGER cable, segger mini edu)
nrfjprog -f NRF52 --halt...
hi ,i have a problem! how to slow down the update speed when bootloader receiving the pack. my project is base on the SDK 15.2.0,s112 ,secure_bootloader example ,nRF52810
Dear nordic,
i want to create a low power current consumption ADC. i don't need adc value in every time. my need is just take adc value and disable it.
whenever i want...
HI,
I'm currently working with two chips RF24L01+.
Each chip switch in sending role to receiving role several times. By default, I set them in sending role and I whait...
I use sdk15.2 and nrf52832.
I copy i2s examples to nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ ble_app_hrs ,and nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ ble_app_hrs_freertos...
Hey all,
So I'm new to the Nordic world and I am having some trouble programming the SoftDevices API. After I compile my code, I get the S112 hex file and try to use this...
Hi Nordic,
I am working on a NRF52 DK with the example code ble_app_interactive. I am using the NRF52 DK as a central and trying to connect to a peripheral hearing aid....