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.
...
Hi,
When the bootloader address resolves to something invalid, fds_init will hardfault. I think it should have some check and return a nice error code instead.
See an...
Hi,
I want to disable all four buttons to my rigado bmd 300 evaluation kit (pca10040 is the board config. the same as nrf52 DK ) in project ble_app_uart
I have tried to...
I'm powering an nrf52810 with a 3.3V regulator. I understand the internal LDO powers the system at 1.3 V. Are the GPIO pins and other peripheral devices outputting 3.3V for...
Hi
When I select the Generic Level server model and try to bind the app key I get an invalid model Error. I am using the nRF Mesh android app.
This might be relevant or...
Dear Nordic Support,
I am using ble_nus service on nRF52840 (BMD-340-A-R) + Raspberry Pi 3B+ ( https://github.com/IanHarvey/bluepy ). The nRF52840 is the peripheral and...
Hi,
I would like to know the I2C bus capacitance for the nrf52840. Do someone have the information please ?
My slave components are compliant for 400Khz and VDD is 3.3V...
I have gone through the tutorial on mesh experimental dimming and I was able to provision the BLE nodes, contol and dim the LED1 on the evaluation module with RTT viewer....
Hello everyone,
We are having a problem with the DFU function in our custom iOS app.
We are using DFU library version 4.5.1.
After updating SoftDevice and Bootloader...
I'm using the nRF52840 DK to develop my application using FreeRTOS while trying to achieve the lowest possible consumption. I'm having some issues so I went back to the ble_app_hrs_freertos_pca10056_s140...
hi
i use the example flashwriting in nRF5_SDK_15.3.0_59ac345, i set a table at 0xfd000:
// ProgramSection alignment="4" keep="Yes" load="yes" name=".tabletest" address_symbol...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi,
Recently, I was trying to established an application based on ble_app_hrs with PCA10028.
The MCU I used is nRF51822_xxac (256KB), S130 for softdevice and the SDK is...
After I add uart function to ble_example, I use app_uart_put() to send data,but data only one byte.What can I do?My board is nRF52-DK.SDK is nRF5_SDK_11.0.0_89a8197.This is...