AD7606 Module with PIC18F452-IP

Thread Starter

Tarek1266

Joined Oct 18, 2019
59
Hi everyone,

Hope you are doing well. I am looking for a way to communicate with AD7606 module using PIC18F452-IP MCU. I am looking for a sample code or something to start from. as i am new to PIC controllers.

Regards,
 

djsfantasi

Joined Apr 11, 2010
9,156
What other MCUs have you coded for?

What tools do you have to upload to the PIC?

Have you successfully coded for other MCUs? What IDE, Compiler and loaders are you familiar with?

Sorry for all the questions, but we’re just trying to figure out your current skill set, as it’s not clear in your post.
 

Thread Starter

Tarek1266

Joined Oct 18, 2019
59
What other MCUs have you coded for?

What tools do you have to upload to the PIC?

Have you successfully coded for other MCUs? What IDE, Compiler and loaders are you familiar with?

Sorry for all the questions, but we’re just trying to figure out your current skill set, as it’s not clear in your post.
I am familliar with arduino coding. i did many projects on it. i have basic knowledge of bitwise coding.
 

trebla

Joined Jun 29, 2019
542
I doubt that there are some ready-made AD7606 libraries for Pic18. You can either try to port Arduino libraries for PIC18 or study AD7606 datasheet and then write your own code.
 
Top