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...
Hello,
I'm getting this error when trying to connect, which seems to happen after the first SMP Timeout. Most of the time connecting/disconnecting works, deleting bonds...
Hello,
We have been working on a Bluetooth Mesh application based on NCSv2.5.1 using nrf52840DKs for quite some time. We are now considering acquiring some DKs of the new...
Hello. The problems with starting advertising started after I wanted to add NVS (most likely). The error occurs in the bt_le_adv_start function
What does this error mean...
I am working on a project with the nRF9151 chip. In this chip, I am using the LTE modem in eDRX mode .
Apart from eDRX mode , I also want to put the MCU into sleep mode...
Hi,
I want to use the nRF53 with the timesync demo ( https://github.com/nordic-auko/nRF5-ble-timesync-demo ) to start an I2S task when a timer overflows on the net core...
Hello, The DevAcademy fundamentals lesson 6, example 1 shows how to connect a bme280 to a DK. Then in lesson 6, example 2 it shows how to connect to an onboard light sensor...
Dear Sirs,
I am writing you to inquire about following questions about nRF5340. Especially,regarding the configurable bitrate for the LC3 codec in nRF Connect SDK Ver2.8...
Hi
in my application, I need to reduce /disable RAM sections in nRF54L15 to save Idle RAM current. For Example, I need to retain only 64KB RAM when I am in idle.
how can...
Hi folks,
I'm attempting to program an nRF52833 using a Segger J-Link+ connected to the SWD program/debug pins on the board.The board is only an nRF52833 - as a learning...
hi, noted a few things in the Rev 1 Errata v0.8 that might be tricky to solve practically in sw/hw
3.16 [33] RADIO: GPIOs can exhibit radiated emissions
max...
I'm currently attempting to register a service and it's subsequent characteristics statically using variables and not hard coded GATT tabel , I can successfully register an...
Hello,
I've been playing with an nRF54L15 PDK, specifically with the sid_end_device sample. I was having a lot of trouble getting the device to register/connect to Sidewalk...
Dear,
We have project using normal advertisement (not extended) on a nrf5340 module (Raytac MDBT53-1M) to send data using Manufacturer data.
We have a product already...
Hi, Currently Im developing on a custom board that has a NRF52840 and a NRF9160. Both MCUs communicate using UART Async API and I added the support for LPUART on both sides...