Part Number: ADS1293EVM Other Parts Discussed in Thread: ADS1293 Tool/software: Hello,
I recently purchased two ADS1293EVM evaluation boards, but both are not detected by the ADS1293 GUI software. When I launch the application, it shows the error message…
Part Number: ADS1293EVM Other Parts Discussed in Thread: ADS1293 Tool/software: I am trying to retrieve ECG data directly from the ADS1293EVM without using the TI GUI. My goal is to create a custom interface (e.g., a Python program) to read data from…
Part Number: ADS1293EVM Tool/software: Hello Team,
Posting on behalf of my customer:
I am looking forward for a 5 lead ecg setup. Generally we take reading from InA's as LA-RA. But I want a result like only value of LA. That means i need to make value…
Part Number: ADS1293EVM Hi,
I am new Here, I am trying to read revision id of ads1293evm evolution board with nrf52840-dk but i get nothing in it's output.
I had tried many sample codes but i am unable to read anything, it waits for any event. Can…
Part Number: ADS1293EVM Other Parts Discussed in Thread: ADS1293 Hi,
We are using ADS1293-EVM evolution board. We have removed R25,R26 and R28 registers to disconnect msp430 SPI And Conneced with our MCU SPI, For Signal Input giving input with 3.5mm…
Part Number: ADS1293EVM Other Parts Discussed in Thread: ADS1293 Hi,
I have a ADS1293EVM with MSP430.
I download software: snac050.
When I install the driver :TI_MedicalAFE_ADS1293_v1.2.3(2), it reports the driver is destoried or hash incorrect…
Part Number: ADS1293EVM Other Parts Discussed in Thread: ADS1293 Dear TI experts,
My customer got ADS1293EVM and going to test it, but there is a problem setting driver.
I saw the E2E thread below ;
https://e2e.ti.com/support/data-converters-group…
Part Number: ADS1293EVM Other Parts Discussed in Thread: ADS1293 Hi Team,
Our customer would like to know how should DRDYB behave once the conversion of data is active and when it is stopped by write 0x00 to CONFIG register. He also noticed that the…
Part Number: ADS1293EVM Other Parts Discussed in Thread: ADS1293
I am working with the EVM as instructed by the user guide (SNAU138 Rev. B). As is, I am able to connect an ECG simulator to the ADS, click 'Run' to measure the data, and see its signal…
Part Number: ADS1293EVM Other Parts Discussed in Thread: ADS1293 Hi!
I want connection ADS1293EVM(Slave) and Nucleo board(Master) to SPI.
static void MX_SPI2_Init(void)
{
hspi2.Instance = SPI2;
hspi2.Init.Mode = SPI_MODE_MASTER;
hspi2.Init…