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...
Hello,
We have the following environment:
1) nRF Connect SDK v3.0.1
2) The custom board with nRF54H20
3) Our project with update capability using SUIT file.
...
I'm trying too use a timer as a counter on my nRF52840. This is the function in question:
static void timer_init ( void )
{
nrfx_timer_config_t timer_cfg = { ...
Hi NordicSemi
We might have mixed up different SoC versions of the nRF54L15.
According to the following page, there are different SDKs that supports different HW versions...
I want to evaluate Bluetooth LE Channel Sounding on the nRF54L15, using multiple antennas. The nRF54L15DK only has one antenna, so if I use it as both initiator and reflector...
I am experiencing issues programming my newly purchased nRF52840 DK, which has never been successfully flashed. After following the official starting guide on nordicsemi.com...
When Enabling an advertising set already enabled on the Softdevice Controller, the HCI error command disallowed is produced when according to the BLE specification 6.0 it...
Hi everyone, I am attempting to configure two of NRF5340DK modules to execute ISO_Connected_Benchmark. I have tried to configure ipc_radio to compile for cpunet and application...
Hi everyone,
We're using the "Manufacturer Specific Data" field within its advertising packets to send the firmware version to a phone application. It requires the company_indentifier...
1st issue: Tingy91X doesnt build at all with debug -Og enabled: Because of all the strange issues of Thingy91 (nRF9151) and "not to be used in new products) we ordered a couple...
Hello,
I would have a question regarding the use of PCAL6408A I/O expander on nRF9151 DK. The buttons and LEDs on nRF9151 DK are connected both directly to the processor...
We are planning to run a small proto build, and looking to program a small quantity of nRF54L10, prior to the SMT. These are loose parts (not built onto any PCBA). I am hoping...
I recently switched from evaluating an nRF52805 (Fanstel BC805M) to an nRF54L15 (using the nRF54L15-DK), and after I updated the toolchain and tried to flash the kit (using...
checking in if anyone is successfully using an open debug-probe for nRF54L series?
...guessing nordic is using segger OB on the DK's because of the Risc-V not fitting...
Hi,
I'm evaluating the nrf5340-DK board. I have a question about LED5 state. I tried following power sources:
usb J2, sw9 in VDD position - LED5 lights and I can detect...
Hi,
In the example ras_initiator for channel sounding, there is a macro set for maximum TxPower:
where #define BT_HCI_OP_LE_CS_MAX_MAX_TX_POWER 20
In the...