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...
We have AD74413R and we try send 32-bits frame size using spi interface and try read results, but it return always zero or 0xff bit. Maybe spi interface nrf9160 cannot work...
In SDK 12.2, why is the SAADC #define NRF_DRV_SAADC_LIMITH_DISABLED (2047) set to this value? On a reset the register is set to 32767 according to the product spec and my...
I am generating a bus fault with the code
static struct cloud_channel_data *ccd=0; int i = ccd->type;
I wish to run the program under SEGGER debugger or any other debugger...
Hello.
I have trouble to run the nRF Connect SDK v.3.4.1 on my Linux Elementary OS.
First problem shows up when you try to clone the nRF and you want to insert the sourcecode_root...
There was a problem converting the structure to JSON. I have two structures
And their description:
I create a structure and initialize:
Code for getting JSON:
...
BLE 4.2 uses something called LESC (LE Secure Connection) for significantly enhancing the link encryption between 2 devices (using public private key pair model). But prior...
HI... I'm in the middle of understanding code line by line...I've taken classes of C/C++ for an year, but BLE programming by myself is so difficult ㅠㅠ I have a very simple...
Hi,
I am using the example above on a PCA10056 development board with nRF5_SDK_15.2.0_9412b96.
No changes have been made to the example code.
After 3 minutes approx...
Smoe android devices can not connect to ble while starting dfu. The android duf library i used was https://github.com/NordicSemiconductor/Android-DFU-Library ,but in some...
I'm trying to run nRF52840 as central to discover and connect to a sensor. This sensor advertises once every 5 seconds. I find it's time consuming to discover the sensor and...
Hi. I am starting design of anothe rproduct which will be on a flexi PCB wherein i'll use nrf52840 and nrf52833 in the two product variants. Nordic Semi has reference design...
The OOB data for LESC pairing contains the BLE GAP Address 256bit random and 256bit confirm value, and is generated by sd_ble_gap_lesc_oob_data_get using the connection handle...
Hi.
I am using the nRF52810 for Bluetooth SIG certification.
S112 6.0.0
SDK 15.0.0
I am testing using ICS of QDID 102861 and 49943, but a failure occurred in the GLS...