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...
I'm trying to use gpreg for state across toggles of nRESET. I thought it was working, but when I tested it on hardware without jtag connected it seemed that gpreg was getting...
Hello,
Finally, after some struggle, I achieved to port the bootloader to s120 V2.1.0 and work just great on a dev. board with nRF51422. But now I have another problem...
Hi, i hope i'm not duplicating any questions, but i couldn't find a similar one.
I worked with other ARM micros in both mbed and Keil before, but i'm new to Nordic Semiconductor...
Hello,
I getting started with nrf51 DK.
I followed with many blogs.
I checked errors, and fixed. And I builded the example 'blinky'
But my nrf51 is not blinked.....
Hi all,
I am doing the PTS and meet some issues here:
Using the SDK 8.0 KB demo with SD8.0;
Do the profile test with PTS dongle and tool, and return errors on...
Hello everybody,
I'm using NRF Beacon (51822) board, sdk 6.1.0.0 and s110, problem is when I enable whitelist and add the Bluetooth address of my phone( 74:51:BA:F7:60:9F...
In my bootloader I'm using sd_flash_page_erase() directly without pstorage.
The flash erase performance is exceedingly slow. It is taking 13.187 seconds to erase 132 pages...
Hello!
We are thinking about creating some devices for Apple HomeKit.
But devices for HomeKit have to go through one thing: Apple certification. And one part of the certification...
Hi
Maybe silly question:
I was wondering: if I cast a pointer to a uint32_t to an array "buff" of uint8_t, what is held in buff[0], MSByte or LSByte?
Or in other words...
Having just upgraded to the Soft Device 6.0.0 and SDK 5.1.0, I can no longer flash my nRF51822 from Keil. I get this in the Keil console:
Load "C:\\Users\\Eliot\\dev\\nrf51_sdk...
Hi,
I'm designing a four layer flex PCB with the nRF51822-CFAC and recommended ST BAL-NRF02D3 balun and PCB trace antenna (not chip). I have a couple of questions.
...
Greetings,
Using the "central multilink" example project, how do I stop scanning if no advertisers are found? I see a case BLE_GAP_EVT_TIMEOUT in function on_ble_evt() but...
Hello
I found similar questions but no answer?
In the manual is written that I can control the parity bit in manual mode with the TXPARITY register but I can not find how...
what may be the reason for app_assert _callback error in s130,ble_central_and_peripheral that occurs from the following 2 lines
sd_softdevice_enable((uint32_t)NRF_CLOCK_LFCLKSRC_XTAL_75_PPM...
I have Rezence SDK working well with Keil uversion with wired and wireless debug without any issues on either nRF51 and nrf51822 DKs. When I port the project to Eclipse with...