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...
My nRF51 will occasionally lose connection to the computer, and I have to disconnect and then reconnect it before it will work. How can I reset the device dynamically, without...
I'm trying to compile a project I have for nrf51 on nrf52. I am running into errors with macros not being set.
For example:
error: #20: identifier "ADC_CONFIG_RES_10bit...
Hi,
I'm working on a sensor application that sends out fairly large quantities of data via BLE notifications. I understand how bluetooth works and have read and followed...
Hi,
I'm currently testing ble_app_uart on nRF51822 custom board. I connected it to nrf51 DK P19 and was able to program the hex file successfully.
But it doesn't run...
Hi, In your documentation you specify the maximum CPU temperature 85 DegC.
What problems could one expect after this point?
How much safety margain du you have on this number...
I'be been reading over and over the datasheet but cannot see how to dissable Enhanced ShockBurst features for my application which only requires basic one way radio.
I...
Hello,
I'm trying to program that module, but i can't do it correctly.
I'm using a program that works fine in nrf51 DK, but when I program this in ptr5518 my smartphone...
I want to port either the S210 experimental DFU over ANT_FS to serial DFU or the S110 dual bank serial DFU project to be S210 compatible.
I'm using S210 V4 and SDK 8
...
I would like to connect more than 8 devices to a single host. Therefore I would have to set the same role to multiple devices.
What are the implications of using the same...
HI,
I have some problems with the function sd_ble_gap_scan_stop(). I want to stop scanning into the RTC1 event handler but when I use this function (sd_ble_gap_scan_stop...
HI:
i have a question.if i use 51822 to connect other ble(ti or csr) ,could that be achieved.i have used ti dongle to scan 51822,but can't found 51822 device.if 51822 connect...
Hello,
In our project we use HID service. The difference between our HID and standart HID is that we use our own UUIDs. Our report charactestics include Report Refernces...
I'm having trouble compiling the pc-ble-driver ( github.com/.../pc-ble-driver) on windows. Some help debugging the problem would be greatly appreciated. It might be an issue...
Hi,
I am using SD110 V8.0.0, SDK 8 and chipset nRF51822 QFAC.
Sometimes my app get assert error from file A\a with random error code and 0x0000000 line number. How to...