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...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am having a similar issue to the person in this post where the wake from deep sleep on an interrupt sometimes works and sometimes doesn't. But for me, it's very consistent...
Hello,
I know this question has been asked a lot. But I haven't found one that matches exactly. I'm trying to flash a custom PCB with an nrf52832. I'm using the on board...
Hi,
I am trying to get a simple LED blinking using a timer, gpiote and the ppi. So the Idea is:
Timer compare event -- PPI --> gpio toggle. I am using the nRF connect...
HI,
I am developing an application which requires BLE connection. I am concerned about the energy consumed by the device during the connection.
I understand that once...
Hello,
I'm just starting to use Asset Tracker V2 from v1.9.1 and it appears that it is missing some device info such as version, carrier and other on the Device Information...
Hello,
I'm trying to send a custom reliable message between two nRF52840 DKs, using the nRF5 SDK for Mesh v5.0.0 and nRF5 SDK 17.1.0, by modifying the light_switch examples...
Up to now I referred to the name of the tag from the west manifest to know the zephyr release. So I assumed that the v2.7.99-ncs1-1 tag was from the zephyr 2.7 branch until...
After executing nrf_libuarte_drv_rx_stop(), nrf_libuarte_drv_rx_start() will produce an error.
In nrf_libuarte_drv_rx_start() t his line in nrf_libuarte_drv.c (Line 625...
Hi ,
i am working on nRF52833dk board. here am running sample example from sdk. i.e. peripheral_lbs example. my query is whatever the Bluetooth api it is calling inside...
Hello,
In my project i am using ble_app_template example of SDK version 17.0.2 i need to send some data to device nrf52810 from the nrf mobile application. so i have tried...
Hi all,
I'm trying to connect an ESP32 with an nRF52-DK (nRF52832) through I2C. I'm using the ESP32 I2C Slave example ( https://www.arduino.cc/reference/en/libraries/esp32...
I am referring to the documentation for the UART async API when developing my application: https://docs.zephyrproject.org/latest/reference/peripherals/uart.html#uart-async...
I am having a number of problems with the nRF extension actions .
1) Pristine build does not seem to be building correctly as I have a ovelay file shown in the build section...
hello Nordic
i work with nrf52840 with zephyr 2.6.9 (ncs 1.7.1)
in ncs in zephyr/drivers/pwm/pwm_nrfx.c, in function
pwm_period_check_and_set
there is the following...