void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
Hello,
I've come back to an existing project after a reboot of my computer and I'm now getting the error when I execute a build:
ImportError: Module use of python39...
https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-6-serial-com-i2c/quizzes/lesson-6-quiz/
I think "i2c_read()" can only be used by I2C master...
Hi, how can i build and flash the Thread CLI sample code to my dongle? doesnt seems to work the .hex file? any links or steps tutorial i can follow closely please. i am setting...
Hello everyone,
I read in the datasheet of the nrf52840 that an instruction cache is included in the chip, but I couldn't find details about it (i.e. its architecture, consisting...
Hello fellow Nordic users,
I'm completely new to NRF technology (started about a month ago) and I've hit a wall, though I'm not sure of its origin.
I know may be similar...
Dear Nordic team,
I am maintain firmware on nRF51802QFAA with SDK12.3.
It starts a timer within 5 seconds interval, in timeout_handler, it will read sensor data via i2C...
Hello, Our peripheral device (52840) broadcasts BLE extended advertisements with 1 Hz frequency. Each advertisement has a "manufacturer data" with sensor readings. To estimate...
I am using ncs2.7 on the nrf9160 with MCU boot. MCU boot is configured and is able to update the main app with no issue. Is there a simple way for the main app to read the...
The coaxial connector on the nRF5340 devkit is an SWF connector with the Murata part no. MM8130-2600.
What are the possibilites for connecting the devkit with an antenna...
Hello Nordic team,
I bought newly announced NRF54L15-DK board. Its version is v0.9.1. I am using NCS v2.8.0. I tried to test sleep current via nrf52840-dk and nrf54l15-dk...
I am developing an application using the nRF5340 Bluetooth chip and have encountered an issue.
When I use the nRF5340_CLAA package, I have difficulty directly connecting...
I am a student working on a project for university "forced" to do something unconventional:
I am currently writing a "custom first stage bootloader/updater" for a nrf54l15...
Hi, I'm running the "samples/pmic/native/npm1300_one_button" PMIC sample w/ my nrf54l15k. I'm able to initialize the PMIC through I2C successfully using the sample default...
Hi,
I am trying to create a I2C slave application on the nrF Connect 2.9 SDK for nRF51840. But I have trouble tor enable the twis driver (e.g. the irq_hanlder is not included...
Hello,
While developping firmware I wanted to use the PSA API psa_hash_compute() to compute a hash over 8 bytes but to no avail. The function returns -134 and the out...