Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
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...