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...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Hi, If i am running 2Mb radio channels, how many can i have operating in the 2.4Ghz space concurrently?
ALso, what mechanisms can be employed to detect and move frequency...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
Hi,
I'm using Nordic 8001 with Arduino.
I successfully connected to ANCS. The problem is that i need another iOS App that scans for services on my bluetooth device and...
Hi!
My problem is that my code works on the devkit PCA10004(PCB antenna) but not on my own custom board.
The devboard can be connected to and all characteristics can be...
Hello,
i would like to make device which will be dynamically change connection with centrals. It should be connected to the nereast device (with the most power). So I will...
Hi,
I am currently using this example code (pasted below). It is sending the character 'a' every 4 seconds. I can't figure out which part of the code defines the character...
Attached is the schematic of my part configured for low voltage mode.
Very close to page 62 in the nRF51822 product specification document.
I am externally feeding 1.8V...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
We start to migrate our equipment from nrf14L01 receiver to nrf51422 receiver in order to serve more equipment.
I am using nrf51822 to receive propietary protocols from heart...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
hi Ole Morten:
thank you for your great support.
i have tested nrf6310\temperature_example. at 30(Celsius)
I checked the data. NRF_TEMP=0x000002AF; TEMP=0xFFFFFFAC;...
Hi,
I need help on calculating the current consumption of our device when it is in advertise mode. So please answer the below questions.
What are all the significant...
Hello,
i would like to use HRM, HID, BAS and DIS profiles simultaniously. I used HID mouse example. I append required HRM things and it work almost properly. Problem is fault...
Hi, I'm a beginner. I want to add to example of the proximity, next service identical to battery service. I need to send 1 byte of data.
Everything works well until when...