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...
What do I have to set in order to require a new passkey every time I connect with my nrf52dk_nrf52832 build?
I have tried to prevent bonding using bt_set_bondable ( false...
I am using the PPK2 kit to perform current measurements of our system and what I notice is that after a couple of minutes the program becomes very sluggish.
When I open...
Hello, we are developing a keyboard with two types of connections, via USB and Bluetooth using the nRF52833 chip.
We have all the firmware developed in Arduino since it...
Hi, We are using nRF9160 on our custom board. (SDK 1.9.1) with "serial lte modem" firmware. We have two external antennas for GPS and LTE. Now we are implementing location...
Hi
I want to communicate with nRF52BK (nRF52832) board via its UART.
Eventual goal: Get Android device, acting as USB host, to connect with nRF52DK board's UART Short...
i devzone
I following the blog ( devzone.nordicsemi.com/.../testing-max-range-with-ble-with-nrf21540dks-and-nrf52840-dks) to setup 20DB on 21540 DK (pca10112), it is works...
Hi,
I was trying to turn off logging in zephyr\subsys\usb\class\cdc_acm.c, by setting LOG_LEVEL to 0, but when I do that the logs are still printed on the console.
First...
I added custom module to default asset_tracker_v2 to upload custom data to AZURE_IOT_HUBuisng nRF9160DK kit. All the functions are working well. The default is getting transferred...
The iBASIS SIM card I received with the Thingy:91, during activation, I got an error message that the SIM card is expired. I contacted the iBASIS support and I got a new SIM...
Hi everyone,
I'm currently doing some experiments with the zigbee feature of NRF52840 and I'm working with an PCA10056 development board.
The light_bulb example however...
Hi,
I'm so confused about UART error when I enabled DFU and download bootloader.
In my application, UART worked normally when disabled DFU, but logging ERROR 1 after enabled...
The provision button in nRF Mesh is no longer active. It worked yesterday but I think there was a update to the app and it no longer works.
The app finds the unprovisioned...
Hello all,
Four leds are connected to the GPIO (22-25) and gpio are defined and with a simple method within the while loop I can see them working
Next is to use the...
Hi, I am developing nRF52832, ADS1291.
I got the data from ADS1291 normally through SPI communication.
And I applied RTOS by referring to the nRF5_SDK_17.0.0/examples...
Hi,
Is there a way to turn off the reset loop detection on MFW 1.3? It's annoying having to wait half an hour when you are developing...
Kind regards,
Thomas