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...
I have the following trivial program which has almost identical functionality to the connectivity/ble_connectivity/pca10040e example:
int main(void) { uint32_t err_code...
Hello,
I interfaced nRF9160 and SD card using SPI. I started with this sample: ncs/zephyr/samples/subsys/fs/fat_fs.
Now once the files from SD card are read, I want to...
Hi, I've began making a SPI module for programming a PIC16. It only transmits data, so two pins. My questions are: 1. any obvious errors? 2. does the EVENTS_ENDTX occur when...
Hello everyone
I have an question when I used the 52832.
First of all,I configed "nrf_drv_spi_init(&spi, &spi_config, spi_event_handler, NULL);" and the file (nrf_drv_spi...
We are about to use the nRF52832 and are looking at which SofDevice to select for a Central-only implementation. The S122 summary says it targets the nRF52820 and nRF52833...
i m using NRF52840 with sdk 15.2. In that i m testing direct test mode by UART.Now i can do transmit mode.i can check through nrfconnect dtm mode. i cannot check receiver...
Hi,
I tried the following AT settings on the nRF9160 DK board:
AT+CPSMS=1,,,"00111000","00011110"
AT+CFUN=1
After this the modem enters PSM mode and the current is...
Hi,
One of our modules using PCA10090 0.8.2 programming and production nRF9160/nRF52840 modules.
Our customer reported that they can't use PCA10090 0.9.0 re-programming...
Hi! I ran into a little misunderstanding in setting up clock frequency for PDM. I need to work with lower clock frequency than default - 0.64 MHz. I see, that PDM_CLK = 32...
Hi,
Some questions on the scan consumption of nRF52840 and using the attached Online Power Profiler for BLE as reference
If I am using my nRF52840 to scan 24hours at...
I wish to merge the cloud_client example with GPS example. How should I go about it? Along with main.c files of both, which other files will I need to merge?
I am currently making a program that will interpret serial commands from UARTE1 and then send + read something from the other (UARTE0). Previously, when I have been using...
Hello,
I want to be able to send 1 MB of data from a server node to a client node
I have made a simple model with an array that holds 300 bytes.
and upon a timer the...
Hi,
I want to connect Multi peripherals to one central and want to send the device name(peripheral which is connected) through the uart.
How do i get the device name which...