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...
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...
Zephyr version: 2.4.99
OS: Linux
Board : nrf9160dk
I am trying to read data on UART 1 with interrupt. I have below shown portion in my code for enabling UART 1. (I...
Hi, I need to Interface the 2.4" SPI TFT Module ILI9341 Driver with nRF52832
I came across that in Peripheral/ GFx Example will run. once I build and run the project My...
Hi Dev Team,
I was working on the Nordic Thingy91 and had to establish an external communication of a sensor to the Thingy91 through a UART.
For this, I was looking into...
Hi,
My PC is Windows 7 64-bit and my tool is J-Link V9. The CPU at my target board is nrf52840. I use nRF connect desktop version 3.60 and it works fine. I got the upgrade...
I have the driver setup like all of the other sensor drivers I'm using, but I can't seem to find a device tree or Kconfig
This should be enabled by the CONFIG_SOC_NRF52840_QIAA...
Hello!
We have a custom board connected to a battery and a USB cable
Our fw calls:
NRF_POWER -> SYSTEMOFF = 1 ;
The board turns off.
And then we remove the USB...
Nordic's smart remote 3 is for nrf52832 and nrf52810.
I want to port the same on the nrf52840 DK.
I have basic IR receivers and Transmitter and want to integrate them...
I'm using the nrf52832 from fanstel (bt832) to stream audio to the adau1701 dsp. I want to be able to play music over Bluetooth. I'm using i2s to transfer the data to the...
Hello,
I am trying to change PHY after packet sent/received (known as asymmetric PHY).
After receiving EVENT_END, i write to register MODE to change the PHY.
This can...
Hi ,
I am using saadc to measure battery voltage i m using the sample example given as reference ble_app_proximity/
I am doing adc_configuration in one file and triggering...
Hello
I am starting with nRF 9160 DK and Segger Embedded Studio, I installed Segger through toolchain, the activation sim, updated of certificated and connect the DK to...
Hi everyone
Currently, I am working on a project related to the mesh network friendship feature on nrf52840. I am having the following problem: I have established a friendship...
I tried to debug UART communication between 52840 development board and 9160 development board. I sent 9 bytes of data from 52840 side, but I only received 8 bytes of data...
Hi,
I can't find how to get data received by interruption of UART. I've used libuarte example and I tried to get data from buffer buf in uart_event_handler, but it doesn...
I can see that other people have run into the "no code for breakpoint" problem when attempting to use the SEGGER debugger. I have read the earlier posts. I have not been able...