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...
Reviewing the PCA63511_Schematic. On Sheet 2, looking at the nRF52832 chip
(1) What is PO.05 used for? It controls the BJTs (Q1A, Q1B and Q2A) which clamps the input to...
Hi,
We have a board with a nRF8001 running with a STM32F4 as device role.
The bluetooth profile is Nordic UART.
We successfully connect and exchange data with Linux...
Hi everyone,
I'm trying to evaluate the BLE mesh SDK, using the example of the light_switch.
I have the SDK15 and the the SDK_mesh v2 and I am able to compile everything...
I downloaded nRF toolbox android source code from github.com/.../Android-nRF-Toolbox but it can't be built successfully, could you advise how do I do ?
Hi!
When using BLE privat random address, we expect the BD-address to change every now and then.
When advertising with the nrf52832, we don't see the BD-address being...
Hi,
I am using sdk 14.2.0.
there is no logs in pwm_library example.
even though i add it,it's not working.
bellow lines are added in Makefile:
$(SDK_ROOT)/components...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to use nrf51822 as SPI slave and other MCU as SPI master. I am using spis_pca10028 example...
Hi,
I am using sdk 14.2.0.
nrf_gpio_pin_set(OUTPUT_PIN); this function sets the gpio pin to vdd.
nrf_gpio_pin_clear(OUTPUT_PIN); this function set the gpio pin to ground...
Hello,
I am using a nRF52840 with SDK 14.2 and I am trying to synchronize my "app timer" which uses the RTC1 with respect to an external client which is connected over TCP...
I downloaded the latest SDK(15.1), and how to advertising more infomation,more than 31 byte.
init.config.ble_adv_extended_enabled = true;
0> <error> app: ERROR 7...
Hey guys,
I am using NRF51DK board and SDK v12. I want to add MPU6050 library to fatfs example but I have some problems. When i add "mpu6050.h" to my project i get "Not...
Hi,
I'm using NUS service on nRF51822 with SDK 12.3 .
I want to secure the communication between the nRF and the mobile application.
So, I want to know the different...
NRF51822
SDK12.3
keyboard demo code
After each delete match at the PC end,None of the broadcasts are searchable。Then I Google the content like this。
I wonder...
Hello,
I am using NRF52840 in my System. We like the USB access on NRF52840 and would like to use it. However, I don't need BLE in my application. Can I leave the Radio...