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.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I am using nRF52840 PCA10056 DK i want to make my board as central device and scan for all nearby ble devices and display it's device id on terminal connected via...
Using SCAN_INTERVAL and SCAN_WINDOW at 1600 vill make the flash write and erase come out with a error, the fstorage is working fine before the SD is initialised.
/** @brief...
Hi,
I am using the secure bootloader as a template and I want to use the inactivity timeout to shutdown after 10 minutes.
I saw that the limit should be 60000000 ms (according...
SDK: nRF5 SDK for Thread and Zigbee 1.0.0
I have code for the SAADC based on the Low Power SAADC example here .
I have modified it to sample 4 inputs, and changed the...
Hi,
I would like to check battery level using the SAADC of the nrf52840.
Assuming the voltage is less than 3.6V, do I need to have a resistor between the battery and the...
HI,
I am new to IoS development with NRF.
I am having NRF52840 DK, IoS device. I want to implement USB HID device application (similar to pulse/Gluco meter ) on IOS. I...
Hi,
I am not able to compile the SDK example by using SES for ARM V3.52.
I got one error which shown below:
It pointed to the link ldr r0, =%4
Thanks
Gan
Hi,
I am using fatfs of nRF5_SDK_15.0.0_a53641a.
I am writing a program with keil.
I am currently doing SPI communication with BLENanov2(nRF52832) and SD card with...
Hi,
I am implementing the UART on NRF52840. TX works but the RX doesnot. While debugging, I noticed that STARTRX task register is not getting set due to which the RXDRDY...
Hi Sir
We'd want to do RX testing with DTM mode, however, the dtm example code looks can't report receive data or total packets counts,
So that, we don't know how to determine...
Hello,
I'm using the nrf15822 chip and am using the ble_app_uart example from nrf5_sdk_12.2.0.
I know softdevice will automatically generate random numbers through RNG...
I've been told due to PAN 58 it is not possible to use EASY DMA with nrf52832 without switching to the deprecated SPI driver. Is there a workaround that allows the use of...
Hello,
We are going start custom PCB design by using nRF52840 chip and SDK 15.0, but confused for use 3rd party nRF52840 modules or design complete custom PCB using componenets...
Hi,
Despite knowing a fair bit of the theory of wireless comms (mainly PHY and MAC), I'm brand new to actual hardware configuration/protocol development, so please be gentle...