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...
DFU & UICR works well. However, concerning sw protection, we found that the binary file in the ZIP package of DFU is open to access. That is a security breach. Is any solution...
I have started to implement bootloader for 52832 and checked out "Secure DFU Serial" example from SDK v13.0 with Segger Embedded Studio.
I checked out this question devzone...
Our current project (custom nrf52 board SDK12.2) is set up as a peripheral device with the phone being the central device. This nrf52 device is plugged in and power consumption...
I continue to debug, via remote control on the other side of the world, a particularly nasty issue that is occurring in only certain units of a device. I had been blaming...
Hi,
I am trying to add saadc sample code to ble_blinky sample code. But I faced a problem. It seems that the sdk_config.h file is not recognized by the sample code. and...
HI, i m beginner in TWI with nrf52832. i want to write a bit in a registre of hmc5883l but i didnt succeed. what i want to do is :
writeByte(devAddr, regAddr, b) ==> (...
I would like to implement the mbed-os uVisor on a NRF52832.
Therefore I need to specify some addresses in the provided linker file.
Now the file: mbed-os/targets/TARGET_NORDIC...
Hi,
I'm trying to notify the temperature value with Tutorial Characteristic Master example. But log shows me this rows when I try to read the Descriptor Client Characteristic...
I am confused with whitelisting and advertising/scanning with device name
I have a peripheral and a central device, peripheral device is advertising with device name set...
I've had really great answers on this forum from knowledgeable and helpful people. That's why I'm always advertising for you guys (no stock though). :-)
In that sense I...
I am currently designing a customized pcb with the nrf52832 with other two sensors. I have two questions related with the design:
I know that the nrf52832 has the...
Hello,
i'm currently trying to implement the bcast mesh into an existing application (sdk v6.x.x + S110 7.1.0).
The github readme states that the bcast-mesh is working...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
I have noted that Nordic now has 0xFEE4 and 0xFEE5 as registered 16-bit service UUIDs, any chance one of those is a short alias for the Nordic serial service?
I modified the nordic uart apk from this website
github.com/.../Android-nRF-UART
and I do some revising below
MainActivity.java:
if (action.equals(WearableService...