Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
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...
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:
...
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...
For reference I am using NCS v2.0 and VSCode with the NCS extension and coding in C++.
Hi, can you help clarify the expected behavior and usage of the MPSL_TIMESLOT_SIGNAL_RADIO...
Hi, I am using NCS v2 and the VSCode NCS extension writing in C++.
I am seeing Timer0 not fire more than once for me after the MPSL_TIMESLOT_SIGNAL_START event.
Ultimately...
In transmitter and receiver communication of the ESB, the transmitter is configured as TX Mode and the receiver is configured as RX mode. The transmitter sends data to the...
Hi,
We have a project which is based on the example buttonless DFU and I'm currently testing the persistence of the bonding information between nRF and the external BLE...
Dear All, I am working on SDK 2.1.0 and I was going through the ADC sample found in ncs/zephyr/samples/drivers/adc directory. I am working with a custom board, so I want to...
Dear Support,
I just received 2 nRF52840 DKs (PCA10056) rev 3.0.0. When I plug them to Windows machine I see 2 COM ports ennumerated (JLink CDC UASRT Port) instead of...
Hi,
I've been playing around with the Matter samples (in particular the window covering sample) to get them to work with the recently released Google Home Matter program...
Hello all,
would somebody please help to understand how much memory may be needed to use:
- BLE with mesh
- TWI to read the value from the sensor
- one PWM output...
Dear all,
I'm trying to develop Apple Nearby Interaction with nRF52840-DK using a DWM3000EVB. I'm using the software provided by Qorvo which is compatible and tested on...
I'm a user using nrf52832 s132. I am adjusting the BLE connection range. scan_init is init_scan.connect_if_match = false and adv report tried to connect the device to if(p_adv_report...
Short description: After establishing a BLE connection between two nRF52840 based boards (both running Zephyr) and starting data transmission (one transfer about every 500...
Hi Team,
We're using nrf52833, nCS V1.9.1 need information on for following things,
1. We need information on API from nCS SDK which un-provision's the device and...
Environment: nRF connect SDK 1.9.1
Hardware: nrf5340 dk
We try to send data by BLE NUS. According to excemple Bluetooth: Peripheral UART and Bluetooth: Throughput , we...
Hello Nordic team and fellow developers,
We are now making our custom board, and have a few questions:
1. MAGPIO gets 1V8 internally, but COEX needs it from VDD_GPIO....
I have the DFU Trigger code added to my application, and am using nrfutil to upload the package over USB. If I press the reset/DFU button on the dongle the process works fine...