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...
Hello,
When working with an nrf9160 sample that uses Nordic nRF Cloud and A-GPS, the GPS functions as expected and I am able to get regular fixes. However, when using the...
I have used an nRF 51 dongle for capturing BLE packets on my Mac using Wireshark,, but it no longer works. The only system change that I can recall that might affect this...
While working on some problems, I often find it useful to increment a counter at a line of code, and occasionally log the counter for developer debugging. I'd love to have...
Hello,
I decided to play around with an nRF24L01 chip and I'm trying to get it to work on my Windows 10 computer.
My current issue is the following: I've downloaded and...
Hi. I'm writing my own libraries for nRF52832 and I can't get UARTE to work.
Here is my code.
I'm using pins 6 and 8 as the UART example.
I wrote same code for UART...
I'm beginner with nrf chips.
I have a custom board with ntf52840 module. I connect board to stlink via swd interface, then check:
st-info --probe Found 1 stlink programmers...
I would like to perform observer role scanning i.e. passive scanning. I am using nRF52832, S132, SDK 15.2.0. I am trying as follows.
NRF_BLE_SCAN_DEF(m_scan);
static...
I am using the SDK5 development kit with Segger for a BLE application.
I found the Service for SES but the SDK doesn't seem to include the Pulse Oximeter service.
I would...
We are developing hardware to work as a AirMouse (Gyroscope based working mouse)
I am using SDK16.0 SES
I have seen that HID Mouse example
and i implement gyroscope...
I have bought a BLE Micro. ( www.seeedstudio.com/Seeed-Micro-BLE-Module-w-Cortex-M0-Based-nRF51822-SoC-p-1975.html) 1. I downloaded "nRF Connect App for Android" on the phone...
Hi there,
I've recently purchased an nRF52840DK with the 52840 SoC and I'm wanting to develop Bluetooth Mesh apps.
I'm on Mac OS X. Should I begin with the nRF52 SDK or...
Hi,
I just got the brand new Thingy:91 and would like to program it with an application earlier developed for the nrf9160 DK .
Further I'd like to use the Link Monitor...
Hi All,
Recently I have been working on nrf9160dk board. The use case is to have nrf9160 work as a serial LTE modem with GPS functionality. I have the following link https...
Hi,
I have implemented my own Vendor model, using the light switch client/server as a starting point. The model allows to send byte arrays. Since I have used the generic...
I am using SDK v16, SEGGER to program on my nrf52832 SOC for our project. I need to save a few variables to the flash memory. These variables will hold the status of the device...