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...
Using EmbeddedStudio_ARM_Nordic_v452_macos_x64
I am trying to build a sample for 9160-DK
I get
CMake Error at CMakeLists.txt:20 (find_package): Could not find a package...
Hi guys,
I am developing an tracking app based on NRF9160. As I know, LTE only works with GPS when enabling PSM.
Here is my PSM configuration:
CONFIG_LTE_PSM_REQ_RPTAU...
I am using 2 nRF52840 DK for range testing using sample code available in SDK V16 (nRF5_SDK_16.0.0_98a08e2\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput...
Hello
I would like to use the extended advertisement feature of BLE 5 and sometimes update the data. My code works but there is one of your functions which returns me an...
Hi,
I am trying the example project "light_switch_server_nrf52840_xxAA_s140_7_0_1_dongle.emProject", facing some errors as show in image below:
If anyone has any kind...
Hi (aimed at Nordic really, this one),
Having the nrfutil available as nrfutil.exe (Windows executable) would be HUGELY helpful.
It's a real nuisance for us as developers...
I'm using 3.6v battery and I want to read the battery voltage, can I get the power ping directly to the any ADC pin of nrf52833 ? Or it cause any damage to the ic ?
Hi,
In the attached study from Nordic and Energizer there is data regarding the discharge behavior of a CR2032 Coincell battery under different conditions. I wanted to...
We are using nRF9160 as the host MCU and Modem for communicating to server. If VDD_GPIO is powered by 3V external supply and SIM card is powered by VDD_SIM i.e. 1.8V Do we...
Hi,
I have a hex file generated by uVision Keil 5 IDE . I would like to combine this with the hex file form the soft device. These two hex files once combined would help...
Hi,
I would like to change the manufacturing data with time. My advertising_init function implements the following line
init.advdata.p_manuf_specific_data = &manuf_data_response;...
I've been using the nRF52840 DK to load the firmware into my custom nRF52840 board using nRF Connect v2.6.0 and programmer v1.0.2.
However, on another laptop when I install...
Hi,
We have developed a custom board using nrf52832 chip and currently everything like (BLE, TWI, ADC etc) is working fine but we are having issues with the UART. we have...
Hi,
We are using nRF52840 with nRF5 SDK ver 16.0.0 with Softdevice S113 ver 7.0.1.
We use the radio timeslot to implement low level radio comm with very tight timing requirements...