PIC32MX575256H interface ads1220

Thread Starter

Alex1700

Joined Jan 12, 2020
107
Hi guys I am new to the pic microcontroller (PICMX575f256h) could you guys have any idea or example code on how to write the SPI c code in mplab ide interface with texas ADC(ads1220) to read my 10K NTC sensor reading in degrees celsius and send the reading back to the PC by using the UART interface (FTDI FT232HL).
 

Attachments

kaindub

Joined Oct 28, 2019
125
Why do you need to use a PIC? Especially for such a simple application. Especially since you are new to PIC.
If this is a school project , then I get it. Youll spend the next two semesters writing SPI code.
If its just a vanity project I would use an Arduino. All the libraries are already there as are all the peripherals
 
Top