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 all,
I have a pretty simple question that I hope can be answered for me. I'm integrating an nrf52832 development kit (PCA10040) BLE sniffer into a test fixture to...
hi,
i able to write and read unsigned integer value from the flash, but when i try to write some string to it ,the device is not responding.
void Reading_the_data_from_flash...
Hello Sir,
I would like to ask about the handling of the interruption in the nRF52 SDK.
The versions for SDK and SoftDevice are 15.3.0 and S132 v6.1.1
In the processing...
Hi all,
I am using a nRF52840 with SDK v16.0 on SES. I am trying to understand the flow of code in the secure Booloader(/SDK_v16\examples\dfu\secure_bootloader\pca10056_s140_ble...
Hi ,
I am trying to interface sg90 toy servo with NRF52840 , I am using nrf library but dont know how to drive it from 0 degree to 90 degree to 180 degree . May I know the...
Hi
I m using NRF52832 for beacon application.In my application, the device should be in the system off mode .After holding button for 5 secs, the system will back to idle...
Hi
I'm using SDK version15.2 and SD on a custom board based on nRF52840.
The board has two serial ports, and I want to use both independently. Using the Serial Port Library...
Hi Nordic Team,
My requirement is-
Advertise -> Connect to 1 device -> Send packet -> Disconnect -> Delay(1min) -> Advertise -> Connect to 2 device...
I am using Timer...
I am using nrfMeshProvision cocoapod to create a Mesh Network using a iOS Mobile application. In first step of identifying the device, i am able to call bearer.open() and...
Hi,
I've used the nRF connect 'Getting Started' software and tutorial to setup a development environment, however i am having problems with the "Set up a project in SEGGER...
Hi Nordic Team,
Please share a logic to filter with address for connection over BLE. Please help as soon as possible.
Thanks & Regards,
Aswati Vijaykumar
Hi
I am currently developing a demo application and started with the ble_app_template project from the ble_peripheral_folder (s140 softdevice, sdk 16.0). I copied it to...
I am using a module called Core51822 which includes NRF51822, with the NRF51822 Evaluation kit and the ST Link to program it from Arduino IDE.
I want basically to program...
can someone suggest me some tutorials how to do programming in nrf52840 from scratch.
i have tried some examples like blink an led just like opening the file and running...