I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
nRF Connect SDK v1.6.1
HW - nRF 52832 DK
Host OS - Ubuntu 18.04 LTS
SES IDE Nordic Edition v5.60 with Segger J-Link USB
If I build the Peripheral UART example then...
Hi ,
I had done the user guide on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/ug_matter_configuring.html#ug-matter-configuring , could you please tell...
Somehow it seems the interface MCU of my PCA10040 DK got confused. I cannot use the JLINK to the nRF any more, and the JLINK drive (in Windows 10) does not show up. LD5 stays...
Hi,
1. I want to know the minimum delay time of BLE data transmission
2.How should this time be calculated
Thank you for all your assistance. Kind regards, Peter.Mi...
I want to modify the lte_ble_gateway app (nRF connect SDK 1.6.0) to connect with the nRF52DK advertising through the ble_app_uart (nRF 17.0.2) application. The lte_ble_gateway...
Hello Nordic Devzone,
I am currently attempting to generate 8mhz clock output to a gpio pin on the nrf5340dk. I have found previous posts about utilizing the gpiote, timer...
Dear Members,
How can I find the cause of
<error> app: Fatal error ?
I can't see an error code ?
Is it possible hardware error because voltage surge ? Can capacitor...
When I set NRF_LOG_ENABLED true, the RTT log can be output without any problem, however, the scanning or advertising activity stop immediately.
I found there is something...
Hi,
I am trying to find Get and set the RTC timer api inside Nordic SDK "nCS\v1.6.1\zephyr".
Could you please help me where I can get these api.
Thank You!!
I got up to this stage while trying to evaluate the module...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk_gsg%2FUG%2Fnrf91_DK_gsg%2Fintro.html
There...
Several place refer us to the SoftDevice Release Notes; eg
https://www.nordicsemi.com/eng/nordic/Products/nRF52832/S132-SD-v5/58987
http://infocenter.nordicsemi.com/topic...
Hi,
I have nRF52840 DK with nRFConnect SDK 1.6.99
Compiled and run on nRF52840 boards:
F:\_Develop\ConnectSDK\ncs\zephyr\samples\bluetooth\periodic_adv
F:\_Develop...
NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, NULL);
What does m_ble_observer stand for ? i don't see any explanation in the whole project...
According to the Overview of this sample, the sample supports the provisioning of the IoT device using "Azure IoT Hub Device Provisioning Service (DPS)" to an IoT hub; and...