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 am using S120 central stack 2.1.0 with SDK 9.0 and able to work with single server connection. Now I am trying to connect to 2 peripherals with 2 different UUID...
I read timer example of SDK7.0/6.0, and found that often we write some code to tigger the clock.
but the same example of SDK9.0 needn't. why ?
the code of SDK7.0: NRF_CLOCK...
Hi,
I am developing ble apps with the BL600.
I am coding a source file with the keil IDE. And this source is deployed to the nRF51 DK board through the nRFgo Studio....
hello,
i am unable to update application or softdevice or bootloader via master control panel 3.9.0
while doing so, it shows error:"FAILED TO OPEN TRANPORT BACKEND". ...
I followed the Nordic Tutorial located here . I'm using a PCA100028 Dev Board, MCP 3.9.0.6, and a Segger J-Link Plus. I'm using Keil uVision5, and used the pack installer...
I have a set of characteristics on my ble peripheral (nrf51) which I display with nordic control panel tool (android). but when I deleted one characteristic on the peripheral...
Hi, I am evaluating the use of Gazell and BLE as a possible solution for my project. I had heard that there was a way to have both BLE and Gazell running on a device at the...
we will do some measurments and answer when we get some time to spare for this. Others are welcome to answer/comment freely about their experiences/knowledge.
I have some custom hardware (nRF51822) with a couple sensors on it and would like to have the data sent via BLE to a smartphone. This may be timer based on triggered by an...
Hi :
I want to update the firmware of 24le1 over the air ,follow the 3 step ,fail.
download "rf_adapter_nRF24LU1P.hex " to the nRF24LU1 by nrf6310,and connect to PC...
I am using the nrf52832 to communicate uart with hw flow control and a baudrate of 9600 and fifo.
Everything is going well most of the time, but sometimes the other device...
I write an infrared receive driver on example ble_app_uart with softDevice 6, but it not work after I use softDevice 8.How to fix it ? Is there an offical infrared receive...
I'm trying to generate a 1kHz PWL and call a function every 1ms the code is below.
My initial though was to set TASKS_CLEAR once the timer reached the max pwl value.
Oddly...
Hello,
I am using multilink central example to connect to multiple peripherals. But I am facing a problem in connecting 2nd device.
After connecting the 1 st device, upon...