I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
Hi everyone,
My task is make Uart peripheal advertisments on coded phy, for that i CONFIG_BT_EXT_ADV=1 on autoconfig.h, and I add the function bt_ready of the project peripheral_hr_coded...
Hi
I want to design a GATT service as a connectable peripheral device. My board is NRF5340-DK.
The software which I am using is NCS(based on Zephyr).Which sample code...
I integrate dfu into light_switch example. Current consumption before flash bootloader is 200uA, but when i flash bootloader it increase 1.2mA. How do i disable bootloader...
I got some Holyiot "YJ-17017-USB" dongles, which use the nRF52832. From my Windows dev environment, I want to load firmware on them (SoftDevice, etc.), but I'm not sure how...
I have an NRF52 DK, and an IM21 door sensor that advertises events. I am trying to pick up these events with the nRF52DK in the most robust way possible. I have used the scanning...
Hello Experts,
When I use a X-Ray machine to check appearance of NRF52840 . But I found out that there were some abnormal phenomen as same as a photo below:
Any body...
I'm developing a beacon-like product using an nrf52840 with S140 on CR2032 battery. In PS under sleep current draw, it list 0.97uA for system ON, RAM retention OFF. I'm trying...
Hi, I have developed a BLE/ZigBee application starting from nRF5 SDK for Thread and Zigbee v3.2.0. Now I need to add a "timer" for measurement timing most precise as possible...
Hello all. Is there a possibility to implement a "software watchdog" on the nRF51822 SoC. I would like to react with this watchdog not on external events (e.g. hardware-actions...
Program received signal SIGTRAP, Trace/breakpoint trap. HardFault_Handler () at ../../../../HAL/NRF52/HAL.cpp:122 122 __debugbreak(); (gdb) bt #0 HardFault_Handler () at ...
Hi,
I've added usb function to nRF52840 project accroding to usb sample projects.
The function was all right but the device manager showed the the 52840 as "USB serial...
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8 SDK.
The timer is called for every...
I have a Fanstel BT832X evaluation board (model EV-BT840(832)-V4). Nordic examples without softdevice are working fine. Examples with softdevice are not working. I have checked...
I’m getting some strange behavior after repurposing the WS2812 driver sample with the following code. Note that my code has Bluetooth enabled. It seems like it might be some...