I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
I'm calling sd_ble_gap_adv_start after a connection disconnects to start advertising again and it's returning err_code 12... which is NRF_ERROR_DATA_SIZE. However, the documentation...
Hello,
I am currently working on a project that involves the host device to send configurations parameters over to the device. I was hoping the connection between in device...
Hello All,
We working on OTA features with nRF52810 using sdk16.0 . When we are trying to upload the firmware zip format through mobile its giving error "upload failed:Insufficient...
Hi,
I am new at mesh .I use SDK UART coexistence example to test, and I can scan Ble uart demo by nrf Connect APP. But I can't scan Mesh node by nrf Mesh APP. I've been...
I am trying to program the Nordic nRF51822 MDBT40 Series module to communicate to an STM32 processor chip. The way I understand the procedure is as follows:
First, I must...
I want to use mbed TLS backend in BLE stack.
For example, BLE controller will use AES(hardware accelerator, I think) to gennerate link key and encrypt.
I know that SoftDevice...
I am trying to step through the code of an example of the nRF5_SDK_16.0.0 on the nRF52840 board.
I downloaded the latest version of Segger Embedded Studio (v4.30c) and I...
Hi,
Working with hx711 library and want to add some function for taring. I have a problem that when i run my simple taring function, the function returns 0, but it should...
Hello,
We have developed an nRF52840 based peripheral which works fine with Android. The SDK version is 16.0.0 and soft device version 7.0.1. It works fine with iPhone as...
Re: this excerpt from nRF5340 PDK product brief at www.nordicsemi.com/.../nRF5340-PDK: "NFC, ANT, 802.15.4 and 2.4 GHz proprietary protocols are also supported". If you please...
Hi, all:
I am really a senior BT/BLE developer, but I am still a beginner of nRF52, and I really need BIG help.
I bought nRF52DK and Power Profiler Kit recently, and I...
Hi
A nrf52832 device board is programmed with the hex file using nrfjprog command as follow for two times,
In the first time programming, the device board is programmed...