I am following along this example on your website: Exercise 1 - Nordic Developer Academy , and currently trying to complete this excercise: Exercise 1 - Nordic Developer Academy...
Hello,
I'm having a serious issue with my nRF52840 board. Here’s what I already tried:
What I have done:
Verified working USB cables (data + power).
Installed...
Hello,
I’m working with a custom board using the nRF54L15 and the latest Nordic SDK, and I’m facing an issue while trying to communicate with an nPM1300 over I2C.
Here...
So I need to decrypt a single 16 byte block of data using AES128 and a pre-shared key on the above SoCs. But PSA doesn't seem to work (I'm currently working using the nRF52DK...
nRF52832, SDK17.1, s132 I work with SPI and it works on the this project with SDK15. But I have transferred this prj to the SDK17.1 and I can't make SPI work. I don't get...
Good Afternoon,
I am working on getting the npm1300 up and running on my custom board. I have a 1v8 line and a 3v2 line with the load switches being used as LDOs. I am using...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
Hello,
I'm using SDK12.2.0.
I opened the PPI example (in SES). I want to use the GPIOTE driver to trigger GPIO tasks on Timer events. So I #include "drivers_nrf/gpiote...
Hello,
I am writing to you because I have a problem with the DVK BL652.
I ran the Quick Starter and all worked well. The DVK BL652 and UwTerminal software communicated...
i am using nrf24le1 contyroller can anyone tell me how to use the 1k sram.what is the datatype for using this and what are the compiler settings in using this.i am using keil...
Hello, recently I've been going through SDK v12.2 and board documentation but I can't find any info about choosing which of board's antenna to use.
Simply, I'd like to know...
I am developing on a BLE Nano 1.5 and need to use PWM to make a beeping sound from a piezo buzzer. I am wondering which pins are capable of PWM. Here is the pinout diagram...
Hi
I am using app_button library to sense button detect, it work fine.
static void button_init(void)
{
uint32_t err_code;
//The array must be static because a...
First of all I appreciate your help.I am using mesh example in https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh link .I can send data by providing connection with...
Hi Nordic team,
This problem bothers me for a very long time. I cannot find the root cause. I used nRF51822 IC. It uses SDK11 with softdevice S130 and bootloader (but I...
Using nRF52 with SD 132 3.0.0.
Peer manager uses fstorage to store information.
I need to be able to specify the address range which fstorage can use.
Is there a configurable...
Hi,
I have problem with both functions sd_ble_gatts_value on central device.
It works on peripheral, because there is my characteristics definition.
Now I have to read...
Hello,
I'm developing a BLE Application where I use the peer manager. My Goal is to use direct advertising after disconnection if a device already has bonded. But every...
I am using the SAADC on the nRF52832, SDK12.2.0, with it set to 12 bits and low power mode. I have enabled five channels which I run blocking nrf_drv_saadc_sample_convert...
Dose this capture from the Nordic Specification means that to read bytes from SPI i need to send before. Each byte i send i get a byte!!!
MLy case i have read only sensor...
I am using the nrf52832 with the s132 for a project in which I have a frame with 24 bytes that need to be transmitted through BLE.
I have followed the tutorials and I have...