After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
I am using timer ( created with app_timer and started with period of 1 sec ) and ported RTC calendar example in it . But both features do not work together ( since RTC is...
Hi Nordic Team,
Currently, I have get DVT board with nRF52833 solution.
My queasion is whether have any document, application note and other to let me know which of tool...
Hi All,
Since I couldn't find a CC310 function for calculating a public key from a private one, I got around it by providing to CRYS_ECPKI_GenKeyPair() the private key through...
8-bit data, no stop bits, No stop position, that is, transmission of 8 bits, 8 bits are data, nordic can do it, I found a place where the city did not find the stop position...
Hello,
I am wondering if there is a list of recommended chip antenna for the nRF52811 SoC?
I am designing a board that will use BT5.1 but does not need the AoA /AoD applications...
Hi,
I tried to burn the hello world sample code into thingy 91 using segger and J link Edu.
After configuring Termite it did not show anything.
And now LEDs are...
Our device is based on nrf52840 + SDK 15.0.0
We use nrfutil application for packaging sw update (application) and use DFU for uploading & verify authentication
We also...
Dear Members,
How can I use ST7735 module with I2C ?
I saw :
NRF_MODULE_ENABLED(ST7735)
at
G:\nRF5_SDK_17.0.2_d674dde\components\drivers_ext\st7735 ,
How can...
Hi, we are developing an Application with one nrf52840 acting as central, that is connected to up to three nrf52840 acting as peripheral. For our Project, latency for transmissions...
Hi we are seeing some very strange and would like some help clearing it up.
Recently we noticed a very weird hardfault issue triggered through data bus error, at first it...
Hello,
I am currently working on a project with the nRF52832. I need to get the data being provided by the Bluetooth sensor to be stored as a file in my Android device....
I am working on a project that requires some functions from nrfx_saadc.c, i have included this file in my project yet I can not access the functions in the file. The code...
Hi,
I want to add HID consumer control to the usbd_hid_composite example in SDK16. I have seen HID consumer control in the ble_app_hids_mouse example but don't know how...