hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hello,
I am using the LTE IoT 4 Click board based on the nRF9160, with SDK version 2.6.0 and modem firmware version 1.3.6. I read in the documentation that the nRF9160 provides...
We are developing digital stethoscope and would like to use nrf5340-audio DK as starting point. We need to first get the microphone out on the headphones jack in the DK and...
Hi everyone,
I am using SDK Toolchain v2.3.0 and my code is based on the aws_iot example. I am getting either "cJSON Parse failure" or "Failed to print JSON object" error...
Hello, I am using nRF Connect SDK v2.9.0. While working on the nRF52840 board, I used sys_poweroff() to put the board in deep sleep mode. But before calling it, I called ...
I'm still somewhat new to this but have working code using build 2.6.1 and toolchain 2.6.2 and want to create a sysbuild branch to try with 2.9. The toolchain version used...
Dear Nordic Team, I would like to consult you about that, is there any way to flash modem shell to the custom PCB which already has nRF Cloud connection for location application...
Hi,
1.
I've been trying to get the lte_ble_gateway / let_sensor_gateway example wroking on the nrf9160dk v1.1.3. The example keeps failing at the No HCI driver msg. I...
Hi,
1. Check whether the nRF7000 supports setting the Radio test sample to Non-signaling mode TX test setup for packet generation
https://docs.nordicsemi.com/bundle/nan_046...
HI guys, I'm trying to figure out whether the problem I'm having is a hardware or software issue.
So, my problem is: I have created a custom board using the nrf5340 and...
We are facing strange issue we have this board https://www.raytac.com/product/ins.php?index_id=47
whenever we flash any firmware it works fine but if we erase from vs code...
I've made this following code with inspiration from the at_monitor example to test a custom board using the nrf9160 sip.
I get the following output:
When testing on...
Hi,
nAN_038 WLCSP Handling Guidelines V1.0.pdf does not support nRF52820 WLCSP
Please provide the WLCSP SMT data corresponding to nRF52820
Kind regards, Peter.Min
hello Nordic
i am working with two nrf52832 socs, with ncs v2.9.0.
I would like to know how many retransmissions occurred during a Connection Event in which specific NUS...
Hello,
I have a Xiao seeed nrf52840 and want to operate a peripheral IC over I2C. It doesnt have a driver so I'm following the developer academy on how to do raw I2C communication...