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,
I am developing software supporting LEsecure using SDK 12.3 with nRF 51822.
Please tell me what to do when incorrect data is entered in "Passkey entry".
Currently...
Hi.
I've been trying to send a payload with STM32F but I can not. I've used both STM32F103 and STM32F3 to send a payload but neither of them worked. However, when I use...
Hi,
I use nRF5 SDK v15.0.0. In my application I need periodically disable and enable Bluetooth because they are wifi also, which connected to the same antenna. Its mean...
Hi,
I'm trying send me the mac address of the device by UART by the following method:
By serial I receive:
Start b9:24:82:d5:4f:81
The problem its that the device...
Good day
Firstly, an overview.
I am currently busy with a technical proposal for a client. Initial details will result in a completed approx 60 000+ sensor network. My...
Hi EveryBody!
I've begin to work with the n51 family, my board is based on a n51822QFAA H1 IC.
I use Keil5 MDK and a ST-Link V2 programmer. They work fine as I've tested...
IOS, nRF Toolbox 4.4.4, DFU Library version 4.1.1
Attempting to flash to ruuvi with nRF52832 reports
:INFO:Hash failure and
:INFO:Return false in CRC
to J-Link RTT...
Hi,
I'm trying to modify the slave latency and supervisory timeout setting, but found sometimes the gap_params_init() will get error after changing.
For example, I can...
I want to implement mesh functionality. There is no problem with nrf52dk board, but I think there is a problem with board that I made with nrf52832 chip. attach the photo...
I'm on SDK 15.2 and iOS 12 with nRF52832 on a custom board.
I've added the dfu service to my existing NUS/UART service. In the nRF connect app I can see both services and...
I have downloaded SDK software nRF5_SDK_15.2.0_9412b96. I am using segger studio as my IDE on windows.
I tried compiling the Example code for SAADC. There were no errors...
Hi, On SDK12.3 when using sd_flash_write at any memory location causes the device to halt and restart. On SDK11 I've been using flash_word_write and flash_page_erase using...
Hi I am using a nrf52832 board with a BMI160 sensor. I am trying to sample Accel and Gyro at 1600hz using a timer. The timer timeout is set at 20 ticks (32768/1600) @32768...