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...
I using nRF52840, SDK: 16, Softdevice: s140 with Keil uVision5.
In my application, I want to merge many example codes like iBeacon, BLE as UART, SPI etc. I have successfully...
I have an application built on the 52840 which is using a software interrupt triggered by the event generator unit. Occasionally my SWI function is being passed a zero for...
Hi everyone,
I want to set by BLE device advertising itself for 30s and then go to sleep. To that I set the APP_ADV_DURATION = 3000. What is not clear to me is the difference...
Hello ,
I am playing with PDK NRF 5340, I am trying to write a simple code to configure a PIN (0.10) which is not already in use by PDK.
When I print it's state it always...
Hi,
nRF52 SDK Version: 16.0
Example: examples/ble_central_and_peripheral/experimental/ble_app_multirole_lesc
File: main.c
I made two different binaries of this code...
Hi,
My question is about Nrf connect for mobile but I could not find that in the product dropdown list.
I am trying to analyse packets between my mobile phone and...
Hi all,
i am using twi_scanner and twi_sensor as templates to get data from CCS811 Air Quality sensor with PCA10040 and SDK 15.3. But i cannot get the data printed in...
I really don't understand your terminologies. In beacon example you are passing BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED. It is getting scanned in NRF CONNECT...
Hi,
Trying to implement ECDH I struggled creating the random seed. Using Nordic Security Backend and Vanilla Mbedtls on the nRF5340 I get the following errors:
Minimal...
Hi,
I am developing the board to act as Broadcaster and also Observer
I am using SDK_16 with SEGGER EMBEDDED . nRF52
board wants to do Broadcast the signal ( non-connectable...
Figure 7 of the nRF24L01 data says ACK payloads must be loaded in advance to the automatic ACK transmission. I wish to make the ACK data packet dependent on what is received...
Hi:
I noticed, P0.18 P0.19 P0.21 P0.22 P0.23 P1.00,recommended as QSPI.
There is no way to raise the P0.22 pin using this code.
But my own board must use P0.22 as...
I'm been analyzing this code for a while now but can't see how this code actually triggers a switch into the Bootloader mode. There are no references to any resets or the...
Hello
I would like use at least 2PPI channels to control a GPIO.
If PPI CH0&CH1 both setup, then GPIO_CTL just go high.
If PPI CH0 remarked, then GPIO_CTL go low
How...