Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
I'd like to retain a few bytes after a restart from system_off. I know the GPIO state is retained, are there any other registers other than that? It looks like RTC1->CC[0...
I've been struggling for some time to get L2CAP transfer between an NRF51822 and a Linux machine using bluez.
I've successfully created a connection between the central...
Hi,
I want to understand ANT and want to begin development with ANT once I figured out how it works. After reading posts on this forum I found out that not all Softdevice...
Is there an example for using a 10 pin 2 digit 7 segment display similar the picture below?
It is common anode and actually has 10 pins (pin 2 is the DP or decimal point...
Hi,
I was wondering about that I did not found any information about dedicated pin usage.
I am using I2C/SPI and UART and did I understand it correctly that i can use...
My application has two firmwares with different offset addresses. One firmware sitting at 0x16000 and second one is at 0x25000. I want jump to the second application from...
I have an issue where after transmitting a radio package, is setting up the radio as receiver, get indication for reception (have indications for ADRESS and PAYLOAD events...
I programmed my beacons with ble_app_beacon (nordic firmware). android can locate my beacons without any problems.
I installed nrf connect app, it can find them too.
but...
Hello,
I'm using BLE, RTC and app_timer to blink a led.
I blink the led 10 times when I receive an order from BT (by means of NUS), and then by means of RTC.
uint32_t...
Hi. I'm very new to this so I hope you'll forgive me for my basic questions!
I would like to take data from multiple ANT fitness devices and send it to an iPhone application...
Hi,
I'm designing a 2 layer flex PCB with the nRF51822-CFAC WLCSP package and recommended ST BAL-NRF02D3 balun and i have chosen mono-pole antenna is a good choice,because...
I Programmed my beacon devices with this firmware:
ble_app_beacon.zip
the only app that can find my beacon on ios is nrf connect. in this firmware the uuid is this:
...
I am trying to change the app beacon example so that i can adapt the beacons value each time it advertises.
I am a bit confused as there is no callback function called...