Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
Hi,
after porting an existing application from version 3.0 of the s132 SD to version 5.0, I experience, that sd_ble_gatts_rw_authorize_reply() returns NRF_ERROR_INVALID_PARAM...
I want to use the SPI in master mode, but the slave just have three lines,the miso and the mosi is the same line,but I don't know how to config the pins? Do the nRF52832 supports...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
I am trying to wrap BLE into a nice c++ class.
For this i am using ble_app_uart example.
I think it was working fine until i was up to clean the helper functions.
After...
Hello,
I have a nRF52 as central and a cc2650 as peripheral, when I received advertising answer, I can't see the full size of advertising data (see 7 instead of 31). With...
Another programmer developed the nRF52832 source code using IAR.
But I want to use Keil uVision.
So please tell me how to convert IAR project file to KEIL uVision Project...
Hi!
Using SDK 14, nRF52382, used ble_template to develop a custom app.
I have problems with BLE_GATTS_EVT_WRITE not being called.
I do not use auth. My custom ble sevice...
Hello everyone! I am working with 2 board nrf52840 with BLE_Blinky_example. When I press button1 on client board, LED1 on sever board is was toggle. I think that : Client...
Hello, I'm practicing this blog; Segger Embedded Studio - A Cross Platform IDE
on the following environment.
64-bit Windows 10 desktop
SEGGER J-Link 6...
Hello,
In our product, we would like to select LFCLK from the following choices instead of external XTAL.
NRF_CLOCK_LF_SRC_RC
NRF_CLOCK_LF_SRC_SYNTH
However...
Hello developers,
I am developing a smart padlock using nRF52832 SoC and plan to launch it on kickstarter. By far I have successfully made prototypes using HRM code as...
Hello everyone, I've been trying to solve this problem for several days.
Hello everyone, I've been trying to solve this problem for several days.
I have developed a custom...
Hello!
I make peripherial device with some custom services. It is connecting with smartphone. i need secure access with it with passkey (pin code).
My last result is when...