Hallo.
I am working with Thingy.91x and after learning almost all lessons with Nordic Dev Academy, LTE fundamentals, i have encountered an issue.
Right now I can't use...
Hi,
When I use NCS V2.5.0 (board:nRF 52840),I want to set the Non-Connectable and Scannable Extended Advertising.My code as follows.I use the APP nRF Connect for moblie...
Hi Nordic team.
I'm finding a way to update the factory data over-the-air. Specifically, I want to update the Matter Certification information (PAI, DAC, ...) over-the-air...
Hi,
In Core Specification v5.4, there is support for Non-Connectable and Non-Scannable Extended Advertising (ADV_EXT_IND) without AUX packets. However, when using Nordic...
When both ethernet and WiFi are supported on one MCU (with both sharing the same L2 implementation, only one network device being active at a time), does it matter if both...
Hi,
We’ve designed a project using the nRF5340 + nRF7002 combination, with Wi-Fi connectivity enabled.
As part of our preparations for FCC certification, we’re currently...
HI,
I am using the NCS V2.9.0 ,nrf Desktop sample;
I want to mouse can pair 3 hosts, and i can select one of them connect and work;
I set CONFIG_BT_MAX_PAIRED=3 and...
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...