HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I just tried updating nRF Connect for Desktop from v3.11.1 to v3.12.0. I did not see an option to update, so I uninstalled v3.11.1 before I installed v3.12.0.
I notice that...
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....