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 saw in the infocenter that the SAADC can measure the VDD directly. So in my case I want to check the voltage of a 3.3v coin cell regularly, I could do this without...
Hi Everyone,
The On Semi 7150SL reference design incorporates a dongle that can stream stereo music to two hearing aids which are equipped with the Ezairo 7150 module....
Dear sir,
Can we use NRF51822 OR NRF52832 as a slave device .As our controller is STM32F407ZET6 and we did not want to change any firmware from our previous version except...
I am using Keil to compile code and program into nRF51822 chip. SoftDevice s130 is used. There are various types of nRF51822 chips - nRF51822_xxAA, nRF51822_xxAB and nRF51822_xxAC...
Hi,
I need to measure the frequency of a PWM signal with 50% duty cycle through one of the GPIO pins. The frequency of input PWM signal ranges between 100Hz to 1000Hz....
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hello.
I use nRF52 , PCA10040 , S132 & SDK 11.
I want to send data what get through UART to nRF52 from a peripheral, to PC by UART.
Due to, I made this program from example...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
Hi,
is it possible to configure the nRF51822 Beacon (RCA20006), that it could be used as a wifi access nfc device.
So that the device (Beacon) sends the Wifi SSID and...
Where can I find a working application that has an observer callback function (not a beacon) .
this application must have also the broadcaster callback function.
OS: Ubuntu 14.04
IDE: Eclipse, installed as per tutorial.
Board: pca10040
When trying to debug esb prx and esb low power trx I get the following error:
No source...
So I'm only use to programing PICs with mplabX
I've designed my board and am ready to dive into programing the Nrf51822
I'm a little overwhelmed by the different information...
Hello,
I have build a gatt server device and my application is setup following the tutorials, which are really helpful by the way.
Now I want to check if the notifications...