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 have been experimenting with the example of the MQTT Client Subscriber/Publisher from de nRF SDK. I use:
SDK v15.3.0 (also nRF5 SDK v15.2.0).
Raspberry Pi 3 (as a...
Are there any working projects that integrate TWI and MPU6050 sensor. That are edited by KIELu5 and follow the SDK 15.3v ? I tried modifying the 'twi_sensor' project but I...
Good day
Im trying to switch off an LED when my relay/hopper is not advertising. I switch the LED on successfully when transmission starts but I'm struggling to do the sd_ble_gap_adv_stop...
Hi, everyone,
now I'm test " \ncs\nrf\samples\nrf9160\gps\build_nrf9160_pca10090 ",
it's error about" nrf_socket.h: No such file or directory"
I'm find the file at ...
So this is a small continuation of this ticket https://devzone.nordicsemi.com/f/nordic-q-a/50656/using-pdm-mic-on-nrf9160dk .
The problem I'm having now is that when I run...
I wrote UART echo sample based on ble_app_uart_c for S140/ nRF52840-DK.
When nRF52 receive one line on USB/UART, it send same line to USB/UART.
I also write Linux socket...
I am following this tutorial:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/application-timer-tutorial?CommentId=43347679-22d9...
Hello,
I want to use the ADC for a burst @ 8khz.
I use this sample " test_adc_sample_with_interval " from https://github.com/zephyrproject-rtos/zephyr/blob/master/tests...
Greetings...
Please help me understand why PB-GATT support is removed from SDK UART coexistence example?
The dilemma I am facing is as follows:
1. No PB-GATT for SDK...
Hello, Currently, we trying to use PPI with the SPI module (we use the SDK 15.3.0) We expected that the SPI makes one read transaction every 5 us ; to do this, we use 2 PPI...
Hi there,
My project needs TrustZone and ETB feature. The manual clearly states that the board supports TrustZone and ETM. I wonder if it also supports ETB to store trace...
Hi,
I am using SDK15.3 with the SoftDevice enabled. I've been unable to get any SoC events after making a call to sd_flash_page_erase. I registered my observer as follows...
I'm trying to develop a Bluetooth application where my Nordic nrf52 DK sends an event when I push the button and another when I release it.
I'm trying to apply this on the...
Folks,
One of the devs here found that all warnings were switched off in SES, so I've recompiled and got rid of most of the 1400 odd (sic) warnings by suppressing unused...
Hi
I want to use loggers in the program. I understand that the code itself uses NRF_LOG. But I do not understand where those log details are printed. So, how do I create...