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 am working on an application targeting the Fanstel BT840X, which combines nRF52840 and Skyworks SKY66112-11 PA / LNA on a single module.
I am using GPIOTE and PPI to drive...
Hi Nordic devzone...
I want to form a ble mesh network through which a Central can reach any Peripheral in the network, if not directly then through other peripheral. The...
Hi,
I'm following the Border Router Quick Start Guide . In it, it states:
To change the settings, edit the /etc/config/thread_border_router file.
However, that file...
Dear experts, please tell me, how can I switch the frequency source for the RTS from STAL to internal RC generator when the processor is running? command sequence does not...
Hello,
im using nrf52832 NRF5 SDK 12.2 , S130 . using the pasted code and i get 1023 on the ADC even voltage is 1.7 volt i using keil ver 5 s130 i double checked the voltage...
Hello,
I have prepared an nRF52840 with DFU example (dfu_nrf52840_xxAA_s140_6_0_0).
When making the DFU package for the blinky example (bin/blinky/blinky_nrf52840_xxAA_s140_6...
Hi all,
I'm working with 2.1.0 version of Thingy:52 firmware (the last version currently). Further I am working on Linux with SEGGER J-Link Commander V6.34c in order to...
Hi,
I want to read register 0x00 (chip ID) of ads1292. i do following...
===========================================================================================...
Hi
I am developing 4 layer PCB for the nRF51822 with a power and a ground plane in the inner layers. I will be using a balun from Johanson Technology (2450BM14E0003) with...
Looking to apply an nRF52 chip in a wearable device... ideally without mounting it on a board.
Is that remotely feasible?
It would still be necessary to connect to 12...
Hi to all,
i have a project that was based on SDK 13 and in that version i had a bility to call fds_record_write with multiple data chunk, but in softdevice 14 and sdk15...
I have integrated the code of the multilink into the uart central example. The project can be built without error. however, it is not possible to establish a connection to...
Hi,
I'm starting development of a new product utilizing nRF52840 mcu. We used this chip in previous product with Bluetooh stack (SoftDevice). I didn't participate on this...
Hello!
Since the code of nRF connect code is open (on github) - is in possible to extend supported devices list? In other words, is there any way to use non-nordic boards...