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 faced interesting problem which I fortunately solved and would like to share with others because I hadn't found any information on this.
I am using nRF51822 on...
Hello,
we are currently trying to create sensor networks with the nRF52840 Dongle . Our first RSSI measurements in the field show that the orientation (rotation) of the...
My Software as follows: nRF52832 DK(pca10040) nRF52 SDK15.0.0 mesh 2.1.1 SEGGER Embedded Studio 3.12
I want to transplant "examples\peripheral\pwm_library" to "examples...
Hi,
We have a firmware application using SDK 12.3 and Softdevice S132 V3.0.0 running on a nRF52 controller.The firmware is used pheriperial BLE device and provides a GATT...
I am working on ble_app_hids_keyboard example code. I downloaded the bin file in my eval kit and tried to connect the Nordic_keyboard device with my android device. Then,...
Looking at the "Pin assignments" section in nRF52840, I found that some GPIO pins are recommended for standard drive, low frequency I/O only. I am wondering whether there...
-SDK: 15.0
-S132
-nRF52832
-Segger studio
I'm trying to implement bonding/whitelisting to my project, which is a connectable beacon with a custom service. What I want...
My Software as follows: nRF52832 DK(pca10040) nRF52 SDK15.0.0 mesh 2.1.1 SEGGER Embedded Studio 3.12
I want to transplant " examples\peripheral\pwm_library " to " examples...
I need to change, on a time basis, the advertising packet :
Let's say for X seconds it has to work as a "iBeacon"
BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
Hello,
We want to build Expiremental examples in BLE Peripheral.The Common issue which we have faced in bulding any of the Expiremental BLE Peripheral issue was the missing...
Hello. I am using the custom board (buttonless) of nRF 52840 to verify the services of DFU and NUS. After firmware rewriting with DFU, I confirmed that BLE communication with...
Hi,
Our Application software running in Micro is communicating with BLE over UART.
So in nutshell, we are using serialization to speak with soft device present on NRF52810...
Hi,
I'd like to have a second UART available, as the nRF51822 only has one and I'm wondering if there exists a UART software emulation example implemented already for this...
Hi!
I'm trying to add logging modules to my own libraries that I've created. I'm using SDK 14.3 with the nrf52832. I can enable logging for any of the SDK driver/libraries...