I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
Could someone please guide me through the process?
I believe it can be done through nRF Studio which I have downloaded, but don't know how to proceed from there???
Tks...
Dears,
I am developing a ANCS application with nus service on our product. There are a few problems I don't know how to fix it.
My problem is that :
1. ANCS will not disconnect...
Hey guys,
I have designed one custom PCB based on BMD301 in which I am observing some weird behavior on RESET pin. I have connected reset pin of BMD301 i.e. P0.21 to 3...
How do I deny a connection if the connection is unencrypted? I'm currently trying to do it with the peer_manager using
case PM_EVT_CONN_SEC_FAILED:
{
/** In some cases...
I have request similar to this questions but for SDK13:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
Judging by quick grep sdk_config.h from ble_app_template...
I am having some trouble getting the Power Profiler to start up correctly. Currently, I have the PPK DK plugged onto the PCA10040 DK. All of the onboard switches are set to...
Is there someone I can contact about acquiring some sample chips for prototyping? The normal distributors don't seem to have any information regarding the engineering samples...
Hello,
I am currently working on a project involving the nRF52DK to be a central device.
The peripheral device is based on the Nordic Uart service with minor changes...
hi,
i tried add ancs to the s130 ble_app_hrs_rscs_relay demo, when i use iphone5s to connect, the uart display as follow,but when i receive a message or a call, the software...
In GATT Packet transfer, is there occurs any packet loss and retrial?
I'm trying to connect about -90 Rssi dBm peripheral device with my nRF51-dk.
In this far range...
Hello,
when I was working on MSP430 I used to place the firmware version constant at a known address in flash so that it can be verified which firmware version is flashed...
I was having some troubles using the app_timer (RTC1) shortly after mesh startup, so I enabled the PIN_IN_CB and PIN_IN_TS debug pins, and saw some interesting behavior. ...