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...
This is somewhat of a continuation of this topic:
What does APP_BLE_CONN_CFG_TAG do?
Softdevice 132, header: ble.h: SVCALL(SD_BLE_CFG_SET, uint32_t, sd_ble_cfg_set(uint32_t...
I'm using RFduino that utilizes nRF51822. I need to set a timer1 as timer0 is used by the BLE stack, so I used the following code:
#define TRIGGER_INTERVAL 1000 // ms...
Hello,
Today I had a case where I tried to perform a bootloader-only DFU on a device with a debug version of the bootloader, but instead of trying to replace it with another...
Hi Technical team,
I want to use nrf52832 for my project, below are the some doubts i have with nrf52832
1) nrf52832 will act as HUB and receive data from peripheral...
Hi,
I have already working code in nordic sdk 13.1 with eclipse. But we are move to latest sdk v 15.0 for example of central and peripheral. Now every thing i have modified...
After a node successfully provisioned in the Mesh Network. If I want to unprovision the node, what procedure is needed to make it?
Should I remove all the netkey, appkey...
Hi, I have a problem with the usb HID examples in sdk v15.0 on a nrf52840 Preview DK. I cannot get them working together with a Linux or WindowsCE based USB Host, with Windows10...
Hello.
I'm modifying the Eddystone Beacon Application example. For now, I can transmit my own Eddystone frame. This frame is static, and the board starts transmitting it...
Hi,
I'm using a nRF51822 on a custom board. I would like to implement serial DFU on it using the bootloader_secure example.
1.) Is serial dfu implemented in sdk 12.3 ...
Hi all , I am beginning with MESH SDK on Window . I use NRF52832 board with Softdevice S132v3.0 on KeilC5 . I read instructed at infocenter.nordicsemi.com/index.jsp but I...
Hello Nordic:
I am trying to add advertising with whitelist function to my code which is base on
nrf52832 dk
softdevice s332 5.0.0
SDK 14.2
I use the example code...
Dear Nordic support,
In our company we are using application "nRF Connect", in android platform. It works well, however when we try to use it on iOs platform the application...
Hello!
What version|tag|commit of MQTTSNGateway ( https://github.com/eclipse/paho.mqtt-sn.embedded-c ) do you use in Raspberry Pi image? Do you use special way to build...
I had the nrf52832 with BLE 4.2 running just fine with iOS 10.xx and Android phones.
iPhone would SCAN and connect and I could interact with the services on the hardware...