PDA

View Full Version : How to Interface PIC24FJ256GA110 with an Arduino UNO?



sharath12
- 19th March 2012, 02:04
How to Interface PIC24FJ256GA110 with an Arduino UNO (ATMEGA328).

ScaleRobotics
- 19th March 2012, 02:22
Please google your search, and use the appropriate forum. This is a PICBASIC forum. We do PIC devices in the PIC10 to PIC18 range.

Demon
- 19th March 2012, 03:52
Well look at that, you would have got me on that question, I was sure PIC Basic Pro worked on all PICs.
http://pbp3.com/devicelist
Stops at 18F series. What do they use for 24F, assembler?

EDIT: Nevermind, found it, C.

Robert

dhouston
- 19th March 2012, 11:44
How to Interface PIC24FJ256GA110 with an Arduino UNO (ATMEGA328).Why would you want to interface a 16-bit MCU with 64/80/100-Pins to an 8-bit MCU on a PCB that cannot accommodate anywhere near that number of pins. Perhaps you mean to replace the UNO as Arduino has dome with the Arduino Mega and Mega2560?

sharath12
- 20th March 2012, 08:34
Hey, Thanks for the reply. As part of my Master Thesis work, i am working on Cubesat Project. The task is to interface PIC24FJ256GA110 of Cubesatkit with the Arduino UNO.

dhouston
- 20th March 2012, 10:44
The Cubesat appears to have RS232 and I2C interfaces. However, the Arduino UNO uses an Atmel AVR processor and as neither the PIC24FJ256GA110 nor AVR are discussed here your best bet is to search the web using 'Arduino Cubesat'. You may even find sketches to support the Cubesat. There are also demo projects on the Cubesat website.

sharath12
- 22nd March 2012, 11:13
Hey, Thanks for the reply. We have already seen the demo projects, but we are not able to interface the cubesatkit PIC with Arduino UNO.