I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
Hi,
I am using nrf52840 and power it by voltage 3v using CR123A battery. As per datasheet minimum operating voltage is 1.7V. But i am facing controller reset at 2.5V. What...
How do we enable a PPI TASK for a GPIO output pin configured using zephyr GPIO driver API? ex: gpio_pin_configure_dt (&ex _pin , GPIO_OUTPUT );
If I just call nrfx_gpiote_out_task_enable...
Hi,
I'm having some trouble getting a device pointer for the OV7670 Camera. I've ported the OV7725 driver. It appears as if the program exits the driver before setting...
So I've been having an issue connecting JLink to programmer v2.2.0.
15:57:24.681
Using @nordicsemiconductor/nrf-device-lib-js version: 0.4.1
15:57:24.682
Using...
I'm trying to upgrade the nRF9160 modem FW on our nRF9160-DK. Programmer v2.2.2 indicates success but the at commands continue to return
at+cgmr
mfw_nrf9160_1.2.3
OK...
I am using the DPPI feature in the nRF5340 to trigger an SPI transaction from a GPIO edge with a delay.
In more detail:
GPIOTE IN event triggers RTC clear task
RTC compare...
Hello,
I've been trying to figure why calling sd_ble_gap_tx_power_set() continues to return the error NRF_ERROR_NO_MEM. I'm using SDK 17.0.2 with S113, v7.2.0 on the NRF52840...
Hi team,
Currently am working on PWM example from SDK i.e. (Nordic SDK v1.8.0), am testing the pwm example from the sample i'e v (1.8.0\zephyr\samples\basic\blinky_pwm)...
I have nrf52840 pcb without XTAL 32768Hz. When I flash it with Zephyr sample project "Peripheral uart" it doesnt work.
How can I config project to work without XTAL on the...
The application seems to stop at an instance where I invoke a Send call to send data over to a ble central, and the callstack looks as follows. Any way to narrow down the...
I'm using Ant sdh,I want to make system enter sleep,how to disable nrf_sdh_ant?
I usd this function to enable sdh,but can't disable sdh to enter sleep,how to use?
static...
Hello,
1.Which platform is recommended for developing Bluetooth mesh, nrf5-sdk-for-mesh or NCS?
2.What is the difference between nrf5-sdk-for-mesh and NCS?
3.What is...
Hello Devzone Community,
I am facing a run time, peripheral or sensor initialization error in a Zephyr based app, built using sdk-nrf v1.6.1, and its corresponding Zephyr...
My Zephyr based application is buildable and working fine. I followed this tutorial, trying to enable bluetooth OTA for my app: Add DFU support to your application - Software...