VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
Hi everyone, When I try configure UART (parity, data_bit, stop_bit, flow_ctrl), I have noticed error when I run in terminal: "
*** Booting nRF Connect SDK v2.9.0-7787b2649840...
Hello
I am developing an application based on the nRF9160, it uses Coap protocol to connect to nRFCloud to transfer the data. Also I have implemented the FOTA which always...
Hello,
I am using the nRF52810 with SoftDevice S112_nrf52_7.0.1 and trying to create a simple program that sends the character "1" to a mobile device. However, I am encountering...
I've been having trouble downloading the Connect SDK in VSCode, so I want to download the SDK from GitHub first and then import it into VSCode. How can I import the SDK I...
Hi all ! I'm new to the nRF MCU, I'm aiming to use one for a school project.
I've bought the devboard (nRF5340-DK) on a known website (Distrelec.fr, part of RS groupe)....
Hi im having problems with restarting advertising after disconnect. I tried NUS example, simple peripheral example but none of them works.
I modified NUS example with some...
NCS 2.9.0
Adding mcuboot to sysbuild and using "sysbuild/mcuboot.conf" works as described in Academy exercise-1-configuring-extra-image .
But if I want to use a board...
I am working on the ZigBee communication my device is working fine but i got in to the issue when i tried to use custom cluster all the resources, i found online are more...
Dear Nordic Team,
I am currently working on a project that utilizes your HTTPS client sample, specifically on the nRF5340 with the 7002EK. The main difference from the sample...
Hey,
we have to use BLE based DFU. Our Bootloader ist SDK11 based, so we just have the bootloader API V1.0 available.
10.000 devices are in stock, so we cannot change...
What would be the best way to plot RSSI levels in dB versus distance using the distance measurement sample code? I see that the default code gives an RSSI open space measurement...
Encountered an issue while programming the nRF5340:
It was working fine before, but after connecting to RTT, a pop-up prompted some encryption option which I didn't read...
Two days ago, I bought a set of ppk2. in the process of use, the host computer software prompts "Device must be programed do you want to procced?", when I click "yes", the...
https://github.com/NordicDeveloperAcademy/ncs-fund/blob/main/v2.9.0-v2.7.0/l4/l4_e1_sol/src/main.c
The current logic uses i and j to calculate factorial.
for (i = 1;...