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.
...
Hello there,
I'm sending IMU data (16bytes) using a notification from a custom board to a phone. My final goal is to send this packet of data (16 bytes) every 10 milliseconds...
I am developing a mobile application with bluetooth mesh.
But i can not describe the structure of a node with demo application. The sequence that I want to understand is...
Dear Nordic,
I implemented a RTC calender in nRF52832 using RTC2 . I want to port this RTC calender to nRF52810 but 810 has 2 RTC.
RTC0 is used by softdevice and RTC1...
After getting the latest nRF9160 in (DK V0.7.0) I installed pynrfjprog, and then issued the following command (as provided in the README)
nrf9160_mdm_dfu --update
...
Hi, I am new to BLE mesh. As I have understand , a provisioner is one which forms the mesh network and assigns addresses to the node and make them join to the network.
1...
Hi,
How do I-
1. Start a timer when sending data from nrf to host (PC) in form of input report.
2. When the application running on host machine receives this data, send...
When i try to add RSSI viewer app in nrf connect it shows error
Unable to install: Unable to download developer.nordicsemi.com/.../pc-nrfconnect-rssi: net::ERR_CONNECTION_RESET...
I am experiencing strange behavior on the PCA10056. I have two boards now in the same state, both were working fine before starting work on the Secure DFU (uart). The following...
I found that App timer using in ble_app_template in different modules. Is it possible to change prescaler value without harm to other modules? I need to increase maximum value...
Respected nordic community,
I am working on one project where right now i try to make custom service read operation through nrf52832 in segger studio. From my device(mobile...
HI, I am seungwoo
I am developing data transmission using nrf52810.
A 300-kilobyte file is divided into 220 bytes and transmitted continuously.
11-27 17:24:24.416...
Hi,
I'm developing a unit which i need from time to time to send a packet throw I/O lines (F.E.virtual uart)
However the packet bit timing is very critical.
As far as...
Hi, I am using nrf52832 with SDK 12.3.0 and nrf 52 dev board. I am experiencing a problem whenever I programmed nrf 52832 using nrf52 dev board and NRFGO, after certain number...
Hello, I'm currently using the nRF51DK with Wireshark as a BLE advertisement sniffer. So far this setup has worked great, but I'd like to make a small modification for development...