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.

24FJ bluetooth temperature

Status
Not open for further replies.

T-bug

Newbie level 3
Joined
Nov 8, 2007
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,302
Hi all. Tal here.
I am practically very new to uC. So I've been given this asgmt, where it has:

i) LM35 temp sensor
ii) LM358 Opamp
iii) PIC 24FJ128GA006
iv) LinkMatik 2.0 Bluetooth module
v) SN754410 motor driver

The purpose is to detect temperature, and control it using a dc fan. It has the PIC and bluetooth. So it can transmit the data to another set of PIC with the fan.

Can anyone suggest me the C language program to run the application in the PIC?
69_1272530117.jpg

The block diagram

Very much appreciate any help :)
 

Hello,

This is not a so easy just-write-the-code kind of assignment.
This requires the understanding of many components like the temperature sensor, microcontroller, amplifiers, motor driver etc.

And to be frank, it is a bit unfair to except a ready made c program, especially for a project like this.

I suggest you to understand the hardware of those blocks before starting the software part and understand the microcontroller as well.
If you search in the website , Microchip has enough application notes and sample programs to make you understand where and how to start.

And when you find any difficulty once you start, people are here to help you out.


cheers.
all the best.
 

thanks for the reply cameo.
I have went through the components, and constructed the circuit (hand drawn)...maybe later i'll scan it for more advice.

Rite now i'm blur about the program,: how to assign pins, read & process the analog values,etc.

thanks for your suggestion. i'll try
 

i suggest tou you to Use Picbasic,Proton and a smaller pic,like a 16f or 18f




temp sensor : ds18s20
bluetooth : rn-41,roving network
pic :pIC18F1220 or 16f628



an exemple here for the motor driver SN754410 in basic

**broken link removed**
 

    T-bug

    Points: 2
    Helpful Answer Positive Rating
thanks for that suggestion, cocoloco :)
but my supervisor has already assigned me to use these PIC and bluetooth module.

here is the schematic
Plz i need the similar/relevant example of codes. I know i have to take time to familiarize with the program, but for now, this is like a jump-start for me. Thank you very much for ur help.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top