I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hi,I download the "nRF5x-Command-Line-Tools_9_0_0_Installer.exe" and install.my system is windows7_32bit.When double click to run the "nrfjprog.exe",the startup window exits...
I am new to nRF51822 and seek expert's advice!
I am planning to prototype using nRF51822 Bluetooth Smart Beacon,
Can some one suggest if I can use nRF51822 Bluetooth...
Hello, when I check nRFgo SDK document and demo, find one difference, it's strange.
First, in demo, I check hal_nrf.c:
/**
Typedef for the RF_CH register. Contains...
It would be useful in debugging to be able to fire up gdb and point it at a single binary so that I can step through code in both the bootloader and the application. The mergehex...
I'm trying to figure out the RAM power and RAM retention on the nRF52. This is the micro I've used that has had the ability to turn chunks of RAM on or off.
Here's my understanding...
I'm trying to apply a firmware update using a zip file that has worked with older version of nRF Toolbox. Using the current version, (4.1.1) on iOS, I select DFU, then select...
Hi everybody.
I am opening a dedicate question after a recent topic that already helped me a lot, with another discussion pretty similar to my problem. Resuming briefly...
On the nrf52dk development kit, I want to power the target nrf52 from an external supply without powering the interface mcu (the debugging probe). How do I wire that? I don...
I'm trying to add nRF_Drivers files to Segger studio project, based on nrf51,51422(10028) examples. I added path in preprocessor user definitions and I added file like nrf_drv_lpcomp...
I set up my PWM Driver like this:
nrf_drv_pwm_config_t const nrf_drv_pwm_config =
{
.output_pins =
{
BSP_LED_2 | NRF_DRV_PWM_PIN_INVERTED, // channel 0
NRF_DRV_PWM_PIN_NOT_USED...
Hi,
I would like to test my C code with bootloader over air by BLE. I am using nrf51822 with soft device 110. Does Nordic Company is sharing any application which can bootload...
So this might be one of the most confusing issues i've come across sofar. We're currently developing a product based on NRF52 (more specifically NRF5283 QFAAB0) with a custom...
Is there firmware available as binary file that can be loaded to the nrf52832 that allows connectivity to is as a UART HCI compatible device?
Would the same firmware be...
Hi,
I am using "nRF Toolbox -> DFU" to change an application on my BLE module which contains; nRF52 device, SDK->v11.0.
I am using ".hex" file to load the application...