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...
What's the significance of the conn_cfg_tag argument in nrf_sdh_ble_default_cfg_set? When I first read through the documentation it seemed like you could have multiple configurations...
Hi...
I'm new to Nordic devzone.I am using nRF52810 I want to know is there any recommended power amplifier for this particular chip..? because this chip right now does...
Hi,
I am basing on examples for PCA10040 board with 52832.
Now I want to make some app for 52810.
I want to use softDevice s132 version 6.1.0.
I am a little bit confused...
Development Kit - NRF 52
SDK - 15.0.0
Softdevice - S132
Computer Platform - Windows 7 64 Bit
I am facing an error in running the application when I initialize both...
Hi,
Assume the following situation:
Two BLE devices, a control unit and a medical implant inside a patient (no button can be pressed on it), are paired and bonded. The...
Hi People,
I'm using nRF52832 and SDK 15.2v.
i wanted to do Json Parsing in my application.
Kindly someone let me know how to make use of the cJson Parser from the library...
Hello,
I am using SDK15.0.0 and nRF52832 . Using Segger IDE on windows platform.
My project has to read Analog sensor input through SAADC and transmit the values using...
Development Kit - NRF 52
SDK - 15.0.0
Softdevice - S132
Computer Platform - Windows 7 - 64 Bit
Hi,
I am trying to integrate the ECDSA example with a custom ble application...
Hi, great Nordic teams:
As title, I'm wondering what's the maximum sink/source current of pin 13/48/36 of 52832?
Cause there are GPIO electrical specification about sink...
Hi all,
I know that IOS has many restrictions regarding Bluetooth and one of them is, of course, changing the device name of the peripheral device. The peripheral device...
My customer looking for very low power solution for their project. It's not reuired fast answer of node in network or permanent connection with each device. Just a rarely...
Is it possible to talk TCP/IP over BLE on nRF52810 (similar to PAN profile on BT classic)? Can SD S112 fullfill this or would S132 be needed. I know memory needs are an issue...
HI.
I use BLE in observer role. I register event handler only ones in initialization: NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, NULL);...