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,
Im trying to connect ble_app_uart to my gsm module. For some reason program fails at runtime. I was expecting to find a filename and line number where the error has...
Hi,
nRF52 Board, S132. Now, I want 6 pwm, 6 adc .
nRF52 has 5Timers, Timer0-Timer4.
Now, I allocation these timers as follows:
//TIMER0 is used by softDevice
APP_PWM_INSTANCE...
Hi,
I want to access restricted peripheral: TIMER0.
After small research found that I should use sd_ wrappers, in my case sd_nvic_SetPendingIRQ(TIMER0_IRQn) however I...
Greetings,
I'm working with LPCOMP to detect a signal. This signal is the output of an opamp amplifier. What is happening is that when the LPCOMP is switched on there are...
Hi,
I am using SHT21 Temp sensor via TWI manager. As per the spec shown in the image
I have to add 20us delay between the sensor ACK and STOP command.
Is there any...
Hello, I have the Beacon Development board and the sample firmware downloaded and up and running in the Keil MDK IDE. My specific application requires some code to execute...
Hi,
i want to add a current time service to nRFgo. In particular for the glucose measurement profile.
Any suggestions for this???
I add manually the current timer service...
Custom nRF51822
SD130
SDK V11
So sometimes my disconnects seem to fail, the return code says success, but when I try to reconnect I get an error 18, NRF_ERROR_CONN_COUNT...
Hi,,
In the GPIOTE example code(I use TIMER2), I want to control the cc register values by accessing the TIMER2_IRQHandler routine. I tried enabling the interrupt for compare...
I found there is no ble_app_hrs_rtx PCA10040 ,
and release note said:
nRF5 SDK v11.0.0
Heart Rate Application with RTX: Support for nRF52 has been removed.
...
Hello,
I have some MDBT40 modules from Raytac that are blank. I want to flash some code (anything at this point) using the STLink/V2 programmer , SWD interface, and OpenOCD...
So I've got my device running, set up two services with some read and write characteristics and it all works like charm now.
But now I want to react to values written into...
I am using GPIOTE to response to transitions in some GPIO pins. This code is added to the BLE UART example code (ble_app_uart_c with S120) from SDK 10. The code is already...
Hello
I have some trouble with my DFU bootloader, because I changed the BOOTLOADER_REGION_START.
This is, because I need some more space for bootloader.
Do I have to...
Hi,
Hardware:PAC10040
Platform: nRF5_SDK_11.0.0_89a8197
Master Control Panel: V4.1.3
1.If dfu has started and transported some data, then disconnect bluetooth and...