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,
I am using SDK 15.2 and Softdevice S132 6.1.1. I'm having an issue getting my custom hardware built around the Laird BL652 (nRF52832) to start the program. It always...
Hi.
I need PC app communicate with my development board though BLE.
so I'm testing pca10059 with ble-pc-driver sdk.
I tested ble_app_att_mtu_throughput example with...
Hey, I am trying to sample from 10 analog sensors and stream the results via bluetooth. Since the nRF5 is on a board that only lets me access 5 Pins, I am using a 16:1 multiplexer...
Hi everyone!
At the begining I want to write what I'm using to make everything easier.
Device:
- NRF51822 xxAC ( This one ). - GSM module Simcom Sim 7000E ( This one...
I need to be able to upload my application to an nRF52832 through an ARM architecture Linux machine that I have remote access to. nrfjprog is not available for machines with...
Hello. I connected the Image transfer service (running on a nrf52840) to another nrf52840 running a modified BLE_NUS_C service.
However, a BLE packet won't be send out,...
Hello,
I have the following issue when trying to detect which GPIO triggered the interrupt:
For my low power application, I was trying to connect two switches to the...
Hi,
I'm in the process of designing my first prototype with the nRF9160 SiP. For the LTE antenna sub-circuit, I simply want to replicate (as much as possible) Nordic's reference...
Hello,
I am using custom nrf52832 PCB as central role. Also i have the peripheral with similar board . Peripheral communication is working properly if connected with the...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
Similar to WiFi and 802.15.4 where there are...
Hello,
Customer want to use
nRF51822 Bluetooth Smart Beacon Kit
with this requirements:
We need the most simple beacon. Additional sensors are not needed. Its main...
Hello Nordic team,
I'm using nrf52840 DK with SDK 15.3.0.
So I had an example sending data similarely to the ble_app_uart_c example that worked OK.
Basically I have...
Hello there!
We have a running prototype with an NRF24L01+ and ESB. But since it is not recommended for new designs, is there a successor for this setup?
Very low latency...
Hello everyone,
I have trying to store my serial data in nrf52832 SDK15.2 fs flash storage i need to appending data one by one in same file. i have using fds_record_update...