I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Is it possible to run Eddystone example from SDK12.3.0 on nRF51822 xx aa chip?
In the eddystone documentation it mentioned that S132 softdevice required, but on older SDK...
Dear Nordic,
Hi,i'm looking for an easy way to make Wlan coexistence with Ble,i know there has a solution that named 3rd party, just like this:
So, What i want to...
when we pass the BLE event handler as a function argument to BLE stack init function and register the function results in a deadlock mechanism. Is that we cant able to register...
Hi Guys,
I have a general question to the mesh functionalities. We built a mesh sensor network and I now want to now if it is possible to decrease the data-rate to increase...
Hi,
I just completed the migration from mesh sdk 2.2.0 to 3.0.0.
After running the project it get stuck at line 422 of timeslot.c in function timeslot_sd_event_handler...
Hi all,
So I've developed a custom board with the NRF52832 qfaa e1 and using Mbed OS 5. System on current is around 3.5uA when not using BLE.
When using BLE my idle current...
I'm learning NRF51822.Now,I want to develop it with PC.I need connected Nrf51822 & PC with Ble.What tools can I use? .I designed a Nrf51822 pcb based on CH340.
Hi,
I am using nRF52840-QIAA-T in my design. I am curious to know if Engineering B modification is implemented in the mentioned package.
Thanks in advance.
Hi i used nRF52840 Preview-DK and i try many example with SDK provided.
the problem is the range of transmission too short . can you help how to set power transmission of...
I’m creating an IOT device with some unusual needs when compared with typical home automation. I wanted to ask if anyone knew of a mesh protocol (Zigbee, Thread, BLE Mesh...
Hi All,
I am working on the NRF51822 development board, using KEIL-IDE for the code development using SDK version 10.
I was trying to develop the serial communication...
I'm coding a feature to measure the battery voltage via the internal VDD with an ADC.
The result I get from a 2,75 voltage source is 170.
When using the calculation (...
When running the Zboss stack to get active endpoint on a disconnected devices some fields are not populated correctly in the responce.
tsn OK
status FF might be OK
nwk_addr...
I was able to use the fds with the help of good people here , I am trying now to save a word into memory.
As I see in the docs, the only way to save data is by uint32_t...