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...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
as I understand (and tried), in order to get low power consumption on the NRF91, I need to to get CONFIG_SERIAL=n.
However , I need the uart to be enabled (for short...
Hi - I am wondering what is the power optimal way to read/write with the TWI module. I do a tx and rx with the TWI interface. I have something like this, from the examples...
Hi,
We have just almost finished develop a product which used nrf52840 as a data hub, a wifi module connect to nrf52840 through uart, and baudrate set to 460800, and also...
Hi ,
I am using the example "ble_app_uart".
I enable uart while receiving data from nus handler and turn it off after transmitting.
After I mondified the code, it can...
When trying to write the bootloader hex file to the device with nRFgo Studio, the following error message is displayed.
[nrf52840_xxaa_s140.hex programming failed: This...
Hello
I'm using SDK 15.2 on nRF52 DK to test the ble_app_multirole_lesc example.
I downloaded the code to nRF52 DK to act as central.
I commented the scan_start() function...
I take bootloader_secure_ble example for pca10056 build it and use hex file to program using nRFGo Studio get error verification Failed. if i programmed with keil then load...
HI,
I'm having a problem when I use the function nrf_drv_twi_xfer. The function returns the error code NRF_SUCCESS, but using the event handler I notice that I'm receiving...
I am using nrf connect app on ios , the device is getitng on device mode but it is not showing DFU button on it , but it is working when using android app of it
And...
Dear all,
I am using SES, I have an application that relies on a softdevice. For it I developed a custom bootloader that DOES NOT rely on the softdevice and only transfers...
Hello, Nordic! I'm developing with a nRF52832, a bmi sensor and SES. I am starting with the BMI160 libraries on github and encountered some problems with the call of the i2c...
I am trying to implement a simple matrix 4X4 keypad. I have an issue in enabling gpiote events. I disable gpiote events when there is a row event and i scan the keys by turining...
Hello,
We were wondering under what conditions the SIM will reset. AT commands will give us activity on the SIM_CLK and and SIM_IO lines, we are looking to see activity...
Hii,
I have two question regarding advertising and connection
1. Is there any way to hide my peripherals advertising from any other central scanner .
2. Is it possible...
Hi
I did test two sample code with nrf52DK kit in segger embedded studio. with sdk ,nRF5_SDK_15.3.0_59ac345
1) ble_app_uart (I connect one sensor with UART,I did some...