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 wanted to design a custom development board based on nRF52832 SoC. I will go with the exact schematic diagram which was given in Nordic supporting site ( https:...
I'm looking for some additional information about the Assisted GPS functionality in the nRF91.
Exactly what is it?
How does it work?
Is it available with the current...
Hi,
I have an application that does HTTP requests to a backend server. I'm now working on implementing TLS for encryption of the data.
Are there any examples of doing...
Hello everyone,
we are developing a bluetooth application based on the relay example included in SDK 14.0.0. We have already developed our own services and characteristics...
Hi,
I've been searching for a LSM9DS1 driver compatible with the nRF5 SDK >= 14.0 but I couldn't find any which uses the nrf_drv_twi so I started to write my own but it...
Hi All,
I'm working on minimizing power when transmitting a small message between two nRF52832 boards. I'm also trying to maximize range so sensitivity is important.
I...
Please ignore, this is test post. The SES project in Thingy:52 SDK seems to be broken, I get a lot of error trying to compile. What can I do to fix it?
Hello,
I have an application that requires an always running ADC to sample three channels at 4096 Hz. I have successfully adapted my application from the many examples posted...
I am working on Flashing Code into Nordic nRF52832 using SWD Protocol.
We have achieved 80% SWD in communicating and flashed code into Nordic and verified all is working...
I would like to confirm what I'm seeing on my setup trying to measure current with the nRF9160 DK.
I'm using an oscilloscope and am following the instructions in the latest...
If I were to design a product using nRF52840 & Thread. Normally, I would have to certify the product with the thread group and become a member. The thing is: - the product...
Hello,
I am developing a remote device which uses system off mode for idle state. I also have the condition where extra long press of any key that is beyond the long press...
My Peripheral is using the ble_conn_params module. I'm seeing that if my Peripheral calls sd_ble_gap_disconnect() soon after making a connection, the module will sometimes...
To the kind attention of Nordic support team,
I'm studying documentation in https://developer.nordicsemi.com/nRF5_SDK/nRF51_SDK_v5.x.x/doc/5.2.0/html/a00140.html where it...