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 I'm using a macbookPro 2016 which only has usb-c and I can only connect the dk through a usb hub.
I have already installed the nrf5x-Command Line Tools for OSX but...
Hello everyone, i'm currently doing a project with nrf52832 and i just came across a problem. I configured 3 pins as output, then i set 2 pins to high and 1 pin to low. But...
I would like to implement UARTE.
· Nrf 52 · SDK15 · S 132
The big advantage of EasyDMA is that it does not issue interrupts for each byte received. In nrf 51, "app_uart_get...
Dear Sir/Madam,
Normally battery level notification is only one byte. But I need send byte array of 58 bytes through battery level notifications in my project. I have to...
I am developing my code in a custom nrf52832 breakout board. My code was modified from the example "ble_app_uart".
I find a high current issue with UART. The current is...
Hello,
I am trying to evaluate the NRF52832 on a custom board and i will design the antenna according to your NRF52 Thingy:52 design. I am quite a newbie about RF&Antennas...
Hello
I'm using SDK 15, S132 PCA10040
I have followed this tut.
I've tried 2 scenarios which in both I get error value:
1. when advertising_init() is before services_init...
Hello,
I saw this , but I was struggling with the merge for quite a long time now. Is there any ready example for e.g. provisionee or provisioner from light_switch merged...
Hi, Nordic!
I wanna know how change characteristic(service,Rx,Tx) UUIDs .
For example,
Proximity UUID : 01020304 -0506-0708-0910-111213141516
Service UUID : 01020304...
Hi,
I'm trying to merge central/peripheral example "ble_app_hrs_rscs_relay" with "ble_app_buttonless_dfu", and get error while compiling ‘ble_dfu_unbonded.c’:
I've included...
Hello I originally wanted to use esb_ptx/esb_prx but the packet could not be changed to 128 bytes! Compressing data packets is inconvenient! I use radio to achieve my project...
I am using Segger Embedded Studio and the nrf52840 development kit.
I can run the BLE peripheral examples using SDK 15 and s140 V6 "blinky" and " cscs" .
but the ble_app_rscs_pca10056_s140...
Checking if this is possible and how to complete.
For the ble_app_beacon example, I'm able to reuse #define APP_DEVICE_TYPE 0x02, to be #define APP_DEVICE_TYPE 0x0E, 0x06...
Hello ,
we are new to BLE
1. We make a long life temp and light sensor , just only transmit from the Nrf to mobile (one way ) , we would like :
1.1 sensor always be...