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...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
I have made following connection between nordic device and external sound sensor:
VCC--> 5V
GND--> GND
GATE --> Pin 04
ENVELOPE --> A0
I would like to...
Hi all,
Can you give me an estimate about the power consumption required for the update Fw on OTA.
Our product has a solder batteries, so it's important know if in his...
I am using proximity profile using NRF52 DK.When i started measuring power consumption it is not at all coming less than 2mA.
In order to make as low power ,is there any...
Hi all, I am using a nRF52 in PTX mode to request a progress status from another nRF52 in PRX mode every two seconds. The PRX is updating its internal status every 0.25 seconds...
E:\nordic\nRF5_SDK_12.2.0_f012efa3\examples\proprietary_rf\gzll\experimental\gzll_ack_payload
Use gzll_ack_payload this routine master-slave why always send and receive...
I'm using the experimental buttonless DFU app in SDK v13 to automatically change a device without buttons to run in DFU mode for an update.
I'd like to automatically reconnect...
hi:
i update app fail using serial ! SD version 8.0.2 . nrfjprog version 9.0.0.
the device page as follow:
APP_START: 0x18000
APP_SIZE: 0x18000
SD_START: 0x1000...
I use SDK9 s130 nRF51 in central mode. When I save 2 devices in my central, all ok.
In a
m_peer_table[index].id_bitmap
i see that value 0xFF changed to 0XFC
But...
I have been following BLE Services, a beginner's tutorial to add a service to my ble_app_template project. But tutorial was written for SDK 11 and I'm using SDK 12 (s130 &...
Hi, i am using this program to send the data captured on 3 sensors from AIN0,1,2 to the mobile nrf toolbox application via BLE UART.
The problem is that when the sampling...
Hi,
I had done OTA DFU update on nrf51 DK Board using SDK11 version.
Now i wish to do same thing with other custom board which is having nrf51822QFAA. For that, my hardware...
How to test Link loss in the proximity profile using Andriod phone.
By using 'nRF connect' andriod app,Here we can only write and read the Link loss Alert Level.By setting...
Hello,
I just went through the release-notes of the S132 and found a passage that the s132_nrf52_4.0.0-1.alpha introduced some new ble-features like f.ex. the role-configuration...
Hi!
I'd like to collect statistics from BLE physical layer, namely about errors that have occurred in receiving packets on a BLE advertisement channel. I see from custom...
Hello, I working on nRF52DK, for programming am using Eclipse IDE. For that I am following nordic tutorials here
I need to add a new project it does't have any makefile...