I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
It looks like the nRF52840 only supports:
8 data bits
1/2 stop bits
even/no parity
So 7E1 is not a supportable mode...is this true? is there a possible work around...
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...