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 everyone,
I've got an issue with ESB. I'm using 3 nRFs 52840 with firmware based on SDK 15.2. One of them, the radio-receiver is RX, and two of them, PilotA and...
Hi,
I'm working on putting our system into low power idle mode. We use MyNewt to build our application. In order to get to the lowest power, I disabled BLE and all our drivers...
SDK 15.2, S132 6.1, nRF52832
I have a characteristics to write data to a peripheral, using variable length up to 507 bytes and authorization.
Writing to the peripheral...
I'm trying to get the code below to compile. One question is how to fill in the nrf_crypto_hash_info_t structure. Another issue is that the nrf crypto includes don't compile...
Chip: nrf52840
Platform: Android
MacOS Dev
There is pretty much no error logs but it can't actually send anything over mesh network on udp. Seems to receive without...
I have a RedBear BLE Nano v2 (nrf52832) connected to 3 AA batteries for power. I also have a Maxbotix (MB1043) ultrasonic sensor attached. I have configured a gpio pin for...
Hi, I am a beginner to nrf24le1. My company has products made of nef24le1. I would like to debug nrf24le1 devices but couldnt able to , I would like to know the answers for...
Hi. I am trying to run the makefile of ble_app_blinky (from SDK 15.2.0) on Ubuntu 18.04 and Visual Studio Code. When running "make" in the armgcc directory, the following...
i have recently upgraded to SDK 15.2, and since doing so I am struggling to get timestamps working in the logger.
I am initialising the logger here:
And here is my microsecond...
Hi all,
I've just downloaded SDK 15.2.0 on Windows 10 and it was unable to unzip the file and reported an error. I copied the file to Mac OS and got the same error.
Is...
Hi ,all.
I now need a open bootload through BLE.But I found it hard to modify it from the secure ble bootload example。
Any open bootload examples of 52832 through BLE...
Hi,
I try the last days very often to Recover my NRF52 Chips on NRFGO Studio 1.21.2.10.
Error: Unable to find or open the JLinkARM dll, Unknown Error.
I reinstall...
Hi,
I am developing a timing critical application for the nRF52840's and would like to implement USB functionality as well as be able to turn it on and off in software....
Hi,
Recently, I bought a nRF 52 DK in order to use it as sniffer for a project that evolves a BLE Mesh environment composed by multiple nRF52832. Although, I've not been...
Specs: SDK 14.1, nRF52832, S132
Env: Eclipse IDE, Linux
Hardware: Custom board
As the title explains, we've had no issues during development if the optimizations are...