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...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
I am using SDK 11.0.0 on a nrf52832, with FreeRTOS and SD132 2.0.0. I configure the FreeRTOS port so that it uses RTC1 as SysTick. Depending on some compilation macros, my...
Assuming that all peripherals that require the high frequency clock are disabled / turned off / stopped, how long does the HFINT oscillator run after calling __WFI()?
And...
What's the delay from setting the Start / Stop task in an RTC module to when the RTC actually starts or stops? Is it less than 1 clock cycle on the CPU (15ns)? More than one...
Hi, I am using the nrf52 dk to sample two analog inputs through PPI.
My question is if I can use different bit resolutions for each analog input?
-Erblin
Hello !
I have a problem with my program (on a nRF52 board) : when I send a value to the board via BLE, it seems that my static variables are reset.
I noticed that, because...
I need to store data in some moments and if something happen i have to read those data, i have to do a log events.
I use nrf51-dk and soft device s130. This data is taken...
"....\dfu_public_key.c(20): error: #35: #error directive: "Debug public key not valid for production. Please see github.com/NordicSemiconducto.. . to generate it.
i found...
nrf51 dk with 51422 device (10028) was running in Segger Embedded Studio example imported from IAR / Keil ble_app_cscs_pca10028_s130 SDK12.1.0 was just fine. I loaded couple...
Hi,
I'm new and I'm a student.
I have to connect the adxl345z to my board mb39c811-evbsk-02.
It has an nrf51822 integrated.
Someone can explain which pin of i2c/Gpio i...
We wanted to update the firmware over the air, We needed help for zip file creation(.dat file, .bin file and .json file). There are many links online, We needed an link which...
Hi,
I'm developing to NRF81522 mcu, using a softdevice S130.
The MCU is connected to another device through the UART peripheral.
I'm encountering the next problems...
Hi,
I am getting data from sensor and want to replace some new data with the older one in flash using fds. Right now,firstly i will write into flash by using one different...
I am using the nRF toolbox to upload bootloader and firmware to a hardware project. Our project requires the number of packets (found within settings > nRF toolbox > Number...
Hi,
I am trying to flash the blinky example from nRF5_SDK_12.0.0_12f24da, the program compiles and is also downloaded to the NRF52 DK successfully. But the LEDs are not...