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,
I wanted to setup a dynamic buffer but I don't have any leads on how to set it up.
Basically, i want to store a stream of data every time it is recorded and then send...
I know this has been asked a couple of times, but I haven't been able to find a straight forward answer.
I have a GPS module that spits out data via UART (no flow control...
Hello, Team.
I always thank to you.
I tried to find some information, but it is a little bit hard to find, so I upload this Q&A.
Now I'm interested in Mesh protocol...
I would like to store unit configuration information into the UICR "customer" area. This is done only once, on first startup, saving configuration received from the host....
Hello all,
I am developing a custom application on a Ruuvi tag with nrf52830 ic. I am using the latest sdk17 and softdevice s132 7.0.1. I am having problems updating the...
Hi All,
according to the release note an "export makefile" function was added in version 3.22. Problem is I cannot find it. Can anybody enlighten me in which of the thousands...
On the master branch something has changed in the at_cmd implementation, and I'm now seeing the assert assert in at_cmd.c line 331
Whenever I attempt to, for example, fetch...
Hi,
Is it possible to access the relative carrier offset of a received RF packet from the radio? Specifically, I'm wondering of there's a register I can access that has...
Hi All,
we are seeing a problem when stopping for debugging that we end up in an end stop called "app_error_fault_handler" after a few single steps.
This thread sheds...
To the kind attention of Nordic support team,
we are using your great sdk to evaluate nRF52840. We want to understand how to use every tool that can be
useful in production...
hello everyone I am trying to implement a Library from Arduino to nordic but I have a problem :
this is the Arduino code :
I replace by that :
But I Don't know how...
Is there any way to reduce the TWIM SDA line input current? We use a 1.8V I2C sensor (connected via level shifter) that can sink 2mA max. So, the communication will fail because...