Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
so it looks like there are no s140 iot examples available. My cursory investigation indicates this might be because L2CAP is not in the 140 softdevice.
I am currently interested...
Hi
I used nrfjprog.dll in our internal software. implementation is in C#.
Everything works just fine - except for the last call to NRFJPROGDLL_go - it seems like it starts...
I successfully ran the proximity_demo supplied by Nordic. I used my laptop's usb port to power up the device and it worked fine.
Then I unplugged my laptop and tried to...
Hi dear All!
We going to prepare final PCB Layout for nRF52840 MCU.
Previously, we used nRF52840 -AA , then -BB (pinouts changed!),
The question is about release / next...
Using NRF2401+, I have two units running side by side on the bench.
With Auto-Ack turned OFF I can successfully read the RPD register (bit 0) and get the expected readings...
I have a small problem with Bootloader + application in our custom board.
If I do the DFU update,application starts at first time but if i do a power reset application doesn...
Hello,
Some time ago I bought an nRF51822 evaluation kit to start developing with this chip. Now I have a project that needs a small pcb like the beakon you show here www...
Hello,
I am using the following code to set time in my code, but when trying to set 2100 year or 2040 more year with nrf_cal_set_time function,
it is failed, it shows...
Is it possible to send an SMBus quick write and quick read using the TWI hardware?
The sequence is:
<START><ADDRESS><R/W><ACK><STOP>
I can send the address, but...
Hello,
if I send a byte over uart to an device (e.g. gps -logger), the same byte will printed to the terminal (e.g. Putty or Termite).
If I get a byte from the micro-controller...
I am confused from reading the nRF52832 Product Specification on how to clear the GPIOTE port event (EVENTS_PORT) register?
On Section 21.2 (Port event) on page 158, it...
I am experiencing a difference in current between the example program during advertising between a IAR compilation and a GNU compilation.
The differences appear to be significant...
Hi,
Can the Nordic SoftDevices be consumed by a BareMetal ARM GCC compiled application?
Which compiler/linker flags are needed for the application to be able to link...