Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
Very beginner to this so bear with me.
we are testing an asset tracker which uses edrx. The asset tracker can receive a wake-up sms command.
However the network...
Hi,
I have ported my already working nRF52840 SPI slave code to a nRF5340, but it doesnt seem to receive any data. I have verified the CS, SCK and MOSI signals, but no MISO...
Hi,
I was wondering, what is the professional, assembly line ready procedure to program the IMEI on an nrf9161?
So far, I've only found rajeev's post in this discussion...
Hello,
I am using a Raytac MDBT50Q (nRF52840) on a custom board , and I am trying to blink an LED, but it is not working.
"I need urgent help as this is blocking my...
We can get BLE address in adv report: How to get mac address of nearby ble devices? - Nordic Q&A - Nordic DevZone - Nordic DevZone
At that moment, peripheral not connected...
I have download this .zip from the Nordic site. I am a beginning coder and I am using AI to help assist me on my project and learning C code. I seem to unzip the file correctly...
Hi, I am trying to understand periodic advertising and some basic questions:
I am using periodic_adv example from the NCS.
I see teo ADV data defined in the file as...
NCS 2.7
NRF52840
SPIM3 at 32 MHz.
I have CONFIG_NRF52_ANOMALY_198_WORKAROUND=y and have confirmed the workaround is being activated by setting breakpoints in my code...
Dear,
I need to generate a pulse signal on one IO following this pattern: HIGH for 12us ; LOW for 106us ; and so on...
I tried to use TIMER0 with NRF_TIMER_EVENT_COMPARE0...
Howdy,
I am using an nRF52840 to perform BLE communication. For this communication I am using extended advertising to perform most of my data transmission. Thing is though...
Hello, i have a device supporting DFU OTA i'd like to create a small tool for flashing firmware from the computer to the device. I've set thr device to DFU mode. Is it possible...
I just got a PPK2. I was able to use it perfectly with Power Profiler. Great tool! Today I wanted to learn more about nRF Connect other applications. (Actually I was looking...
Hi there, I'm having so much trouble trying to get this two nRF9161 DK to communicate using SPI, being one Master and the other one Slave. I'm using the spi3 driver for SPI...