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...
Hi,
Iam trying to implement multirole ble in nrf5340 using ncs. I am using legacy advertizing type for advertize and observing both.
why it is working only first time...
Hi nRF support team,
In my application, I need to show system date and time, so I am trying to get the system epoch time by using the nRF Connect SDK on nRF52840 dev kit...
Since I am a beginner with Zigbee, I would appreciate your guidance.
Currently, I am using the nRF Connect SDK v2.8.0(Zigbee-addon) with the nRF54L15 to work with Zigbee...
Hi there. I'm attempting to do trilateration between 3 nRF Devices. A1, A2, and A3.
A1 - A2 I can get using the nRF Distance Measurement toolbox
A1 - A3 I can get using...
We have implemented a simple contact switch using the nrf52840 and the latest zip generator (v99). The device connects to a Samsung Smart things edge router. A contact device...
Hello Nordic Team,
HW: nRF52840DK
SDK: ncs v2.8.0
App: hci_pwr_ctrl
I am testing with hci_pwr_ctrl example to see how tx power can be set from application.
The...
I am working my way through the Beginner course on Dev Academy, and am trying my hand at using my own accelerometer breakout board communicating over I2C for lesson 6.
I...
Hi,
I have used course's example for GPIO interrupt for toggling LED and used to update BLE adv parameters without using DK buttons library. But, as soon as, I update BLE...
Hi there, I'm new to the nrf/zephyr sdk and while using the nRF5340dk board, I've found that the pin1.01 is pulled high right after the board powers up. My assumption is that...
Hi All
Hi, I am using nrf51822 controller in my design for with SMD chip antenna for RF output.
Can anyone suggest me any reference design(Hardware and Layout files) to...
I'm attempting to initialise my first zephyr project using the nRF SDK, and have been following the academy course on the nRF boards. Problems arise on the install SDK (2...
Hi,
Only the TX and RX of NRF52840 chip UART are used to test OpenThread CLI Demo. How can I change the configuration of UART in the original CLI Demo?
Thanks.
Hi,
"In a BLE Mesh network, if a client uses GAP attributes to send data, can it also use the GATT profile to communicate with a single device? For example, can the client...
I am currently using SDK 17.1.0 to implement dual UART mode on the nRF52833. UART0 is used for logging, and it directly utilizes the SDK library without any modifications...
I use SDK v.2.6.1. To avoid other possible factors affecting the results, I only keep the simplest function in the code which is reading the potential of gpio every second...