FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
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...