Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[PIC] Program in Embedded c

Status
Not open for further replies.

nidhublessy

Newbie level 4
Joined
Feb 14, 2014
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
39
hi,

our project application is data acquisition of CTD(conductivity-temperature-depth) datalogging unit. we want to interface quantized outputs from sensors to pic. this output is stored in both nand flash memory and SD card. RTC is also interfaced with pic. then collected data is send to PC via usb. so usb also needed to interface with pic.

this is the brief idea about our project. as we are beginners, we need to know which pic microcontroller is more suitable for interfacing nand flash, usb, rtc sd card and adc. we need the program in embedded c for each interfacing.

kindly help us as soon as possible....
 

PIC18F family will be easier for you to work on, and development kits are also available for you.
 

HI nidhublessy,
If you need USB and SD card, you may find a suitable microcontroller in PIC18F series(I have used PIC18F4550). Microchip provides library and example codes for USB and SD card. If you are a complete beginner, i recommend having your hands on a development board which has code examples of all peripherals you need to use. Once you get familiar with the code to interface with different peripherals, you can easily start developing your own board.

Raj Gunaseelan
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top