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...
Is there a way to configure AAR so it can do address match for extended advertising packets?
For legacy we had to:
put address into DAB[] and DAP[] registers
set...
Hello everybody!
Feel free to read this question for more background information:
devzone.nordicsemi.com/.../
I'll give everyone reading this a quick bulletin run...
Hello all,
I am newly started working on nrf840 device and i am getting the error like "flash download failed-could not load the file" please help me out to over come this...
Hi, I'm developing a new device using the nRF52832, I have finished the schematics design and I'm wondering how can I simulate the design to check if there is any mistakes...
Hi all,
I am using SDK13 with NRF52DK. I am trying to get NFC to work with a reader and encountered some problems.
I have tried 3 different examples, record_text, writable_ndef_msg...
I am trying to use nordic nrf51822 and transreceive data through ble_app_UART
and (Android-nRF-Toolbox) github.com/.../Android-nRF-Toolbox.
But i am not able to compile...
Hello,
In the reference layout for NRF52840 package (QIAA), the shape defined in the SOLDER PASTE is a bit larger than the one defined on TOP LAYER (copper) for each terminal...
We have a product that uses nrf51422_CE_AA, Revision 3, 256KB ROM, 16KB RAM, PCA10028, SDK 8.0.0, S110. We are now in the stage of power optimization. Therefore we bought...
Hello,
I have used the NORDIC power calculator to calculate the current consumption for different advertising intervals.
Adverting interval (ms) Current (mA) calculated...
Hello is a starter developer
I used the nrf51822 chip on the pcb board and downloaded the example code but it did not work.
When I checked the 16mhz external crystal on...
Hi all,
I am a bit confused about the use of SOFTDEVICE_HANDLER_APPSH_INIT and similarly APP_TIMER_APPSH_INIT. I've not been able to find anything in the documentation...
nrf52840, S140.
So for the past 1 or 2 weeks I have been fighting with this problem :
Now it turned out that the connection handle may actually be INVALID, it's 0! ...
I am using nRF52840 DK as a SPI slave with an external MCU configured as SPI master. The SPI clock frequency is set to 1 MHz. I am using the following pins for SPI:
P0...
Hi All,
I have just got my nRF51 kit (S130) and started working on a beacon project which would transmit advertisements packets from peripherals over a RS485 to a server...
Hi,
im running my DK as a central of a BLE connection and i'd like to read the device_name of the peripheral board that im communication with. how do i do this? i cannot...