I have two projects, project MQTT, that was built around the Secure MQTT Sensor/Actuator sample and project CRYPTO, that was built around the Crypto AES-CCM sample . I am...
Hello and thank you for your help
I am working with the 9151 Rev3 and I attempted to update the IMEI with a valid one provided to us by Nordic
But the following error...
I am working with the DWM3001CDK board for Ultrawide band, but would like to use one of the free LEDs on (P0.14, P0.22, P0.05, or P0.04) as a way to show that the 3 AAs powering...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
Hello Nordic team,
I would like to automatically patch the merged.hex file each time I build my project. I’ve attempted to use extra_post_build in CMakeLists.txt , but my...
I noticed that the product information of the nRF54L15 series kit supports 4Mbps, but I'm unsure how to verify it. Are there any relevant examples available? I have currently...
Hi
this is not a question - I'd like to give feedback about the peripheral example usbd_hid_generic.
I'm new to 52840 and new to USB. As learning lesson I tried to build...
Hi All
I am now developing BLE application on nRF52840 DK. I have a question about BLE retransmission process.
When master sends a packet to initiate a connection event...
Hello All,
When I was testing our ble keyboard, there was a problem with the Lenovo tablet connection pairing binding. Please help me, thank you!
1. Ble keyboard is based...
Hi,
I need to send data from a CSV file on the nordic board(Via fatfs library). I have presently gotten a Gatt service up and running.
I have a mobile application which...
Hello ,
Do we need to use TIMER1 ,2etc.. to use TIMER1 ? In my current configuration i have set NRFX_TIMER_ENABLED to 1 and others to 0 "NRFX_TIMER0_ENABLED and other instances...
Hello,
I'm trying to use th nRF52832 as a slave SPI device but in the examples "spis" I see the firmware uses DMA.
Can I use it without DMA?
Also, what is the difference...
Hi ,
I need to generate a count data to third party library.
So I create a timer1 ,it can work well.
But I set time_us equal to 1 ,the "timer_led_event_handler" don...
I am interfacing external RTC PCF8563 to nrf52840. Also I will be using low power sleep mode. Will it be possible to wake up nrf using 1hr alarm interrupt of rtc?
Hi ,
I am working on the project based on nrf9160.
Please verify it-
1. I want to print the current clock source of the board as board is initially work on LFCLK....
Hi!
I am feeling a bit stupid, since I know that I must have made a config error somewhere. I just don't know where. I am developing a BLE HID device using SDK 16.0 and...
Hello,
I have trouble with interrupt.
I use pin 16 to trigger interrupt signals from a sx1261 module.
It has worked well on example code with SDK 14, but for my projet...
SDK Version: 15.1 IDE: Keil Softdevice: S132 v6 Example: Blinky peripheral example slightly modified Q1. Does the Softdevice use RTC0? Q2. Does the App Timer use RTC1? If...
Hello everyone,
I am using the pc-be-driver-py library to start a scanning with IRK and I view the advertising events that I get. My peripheral is configured to do 1 advertising...