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 have a custom board implementation that operates as follows:
Monitoring an input pin waiting for low high transition, BLE advertising of device.
When input event...
I'm having trouble having multiple characteristics for my custom service. My main.c looks like this:
Even though I have 2 characteristics added here, I can see just the...
Hi,
I had a few nrf51822s lying around and as I find the chip and the SDK quite convenient to use, I thought about using them in a small MCU project which does not need...
Above you can see the original and commented out modified code for the given example. The modification causes crush to
NRF_BREAKPOINT_COND; // On assert, the system can...
Hi,
I was looking at the Thingy-52-to-nrf52xx demo. I want to capture raw motion data no a DK and save it for further processing. Are there any options (I guess one is nRF91...
hi
i read in earlier questions on the devzone that nordic offers to review the schematic and layout as well as perform tuning free of charge to their customer. Is that still...
Hello every!
I am testing FATFS example with nrf5284 PDK .
CLK - P1.15
MISO - P1.14
MOSI - P1.13
CS - P1.12
My micro sd card module work correctly with STM32 MCU. I...
Hi all,
I am Using SDK15, chipset is nrf52810 , In ble_app_uart application i have added the BLE_NUS_C and TWI application code , before this i have added only TWI to ble_app_uart...
This blog describes how to set up SES (Segger Embedded Studio) for use with nRF SDK:
https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform...
i'm using DFU for my project, it worked fine until devices has been bonded , DFU cannot work again. i checked and find out that after running interrutps_disable() , the devices...
Hello, I am using an nRF51822 chip, configured to run as a SPI slave. The device receives commands from master, sends commands out of the radio, and relays back RF payloads...
Hello,
I've created my own custom model which allows a client to control the duty cycle of a couple PWM outputs which are on the server. My model is quite simple, it just...
Dear all,
We're started studying payment via BLE with NRF52. But i looking for in Nordic website and google it seem a little subject and document. Can Nordic expert supply...
Hello,
I am getting really confused when using te SAADC to convert the read values into voltages.
I have seen that the example ble_app_proximity() uses the following...
I'm using 14.2 SDK SES . I'm trying to send data of sensor through BLE . When i enable Notification in mobile applicaion (nRF connect) i generally dont get any value or garbage...