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.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
Hello,
I have included nrf_pwr_mgmt.h to the gpiote_pca10040 SES example to able to run "nrf_pwr_mgmt_init();" function.
I have added nrf_pwr_mgmt.c file under the nRF_Libraries...
Hi
I'm using nRF52832 and trying to make programming patterns via SWD myself, and want to make programming time short.
I have a question about flash programmng time via...
Previous versions of nrfx_spis.h:nrfx_spis_config_t had a "csn_pullup" field but the latest version does not.
The nRF52840 Product Specification is not very clear about...
I am trying to test this example on my nRF52840 DK and it is not working. Here i the steps I followed:
1) Erase the device by clicking "Erase All" under the "Target" menu...
Hi. I'm working on central device which is connecting to peripheral device. I used blinky example, modified characteristics to my needs and it works fine.
Now I try to do...
Hi,
I am developing a system with 2 nrf52840 devices, communicating via the NUS Service. I am programming both the central and peripheral project. I am using the NRF5 SDK...
Hello
I'm porting DFU to my project .
But I have some issue.
The following error occurs.
I set the header file(nrf_cc310_bl_hash_sha256.h) path, but why does this...
Hi All,
In application, I want to config mode of directed high duty to back connection after BLE disconnect for my hid keyboard. So I modify based on this example: "nRF5_SDK_16...
I know there are multiple different questions/answers relating to this topic but none exactly solved my issue. Further, some of the questions are many years old so it's not...
I tried them all. No, really.
But it seems that nothing really works 100%.
I have an nRF52 board here from Nordic, and a cacophony of tools.
I have a million sample projects...
I'm having troubles parsing the received data stream form an UART device. If i just print whatever i received from the datastream, everything works just fine.
Howeve,...
When I move the mouse pointer over the area, I will see the Region name "Bootloader", "Application", "SoftDevice", etc, along with the addresses and size. Where are these...
I tested the example of MQTT publisher of the IOT SDK and it works, and for the next step i want my mqtt publisher scan for the router, in the example it is advertising and...