Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
Thread Tools Display Modes
Old 21st April 2006, 08:39 PM   (permalink)
Default regarding heartbeat monitor

hi
i am final year student and i am making my final year project as heartbeat monitor by keith wilson.
Can someone post the correct working hex code of this project.
Please help me regarding hex code because as i tried to build the hemon.asm file it contains many errors. As i am new to PIC programming so i couldnt resolve these errors.
warrior21 is offline   Reply With Quote
Old 21st April 2006, 08:45 PM   (permalink)
Default

The binary files are built for a specific microcontroller. The exact model would be required for someone to build it for you. You really need to be able to compile the source yourself.

Dan East
Dan East is offline   Reply With Quote
Old 22nd April 2006, 10:10 AM   (permalink)
Default here is source code for heartbeat monitor

I am attaching source code for the heartbeat monitor by keith wilson in this post.
This circuit uses PIC16F84 microcontroller.
Attached Files
File Type: zip hemonsourcecode.zip (3.5 KB, 101 views)
warrior21 is offline   Reply With Quote
Old 22nd April 2006, 10:16 AM   (permalink)
Default problem with the source code

;************************************************* ***************
;Name : Initialisation
;Description : system initialisation and mainloop
;Inputs : none
;Outputs : none
;************************************************* ***************
Initialisation:

;system initialisation

;port A and port B initialisation

bcf status,rp1 ;select bank1 register
bsf status,rp0

movlw PORTA_CONFIG1 ;porta configuration
movwf trisa
movlw PORTB_CONFIG1 ;portb configuration
movwf trisb

bcf status,rp0 ;select bank0 registers

movlw 0x00 ;disable all displays
movwf porta
************************************************** ******
when I am build the code .
then I get errors
these errors:
Message[302] D:\HEARTBEAT MONITOR SOURCE CODE\HEMON.ASM 79 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] D:\HEARTBEAT MONITOR SOURCE CODE\HEMON.ASM 81 : Register in operand not in bank 0. Ensure that bank bits are correct.
warrior21 is offline   Reply With Quote
Old 22nd April 2006, 10:22 AM   (permalink)
akg
Default

that are not errors , but just warning messages to make sure u havn't missed the bank select code.
__________________
Gods own Country
Incredible !ndia

www.flickr.com/photos/_akg/

"Give a man a fish, and he will eat for a day. Teach that man to fish, and he will eat for a lifetime."
akg is offline   Reply With Quote
Old 7th November 2006, 01:30 PM   (permalink)
Question what am i 2 do?

pls i need quick help, i just constructed heartbeat monitor by keith Wilson and my circuit is not working at all. I programmed the PIC using the same source code that was supplied. Do i need 2 make modifications to my circuit? what type of waveform is expected at the LM358 output? I have a sawtooth waveform can this be counted by the pic? what modifications shld i make to the program?pls someone help urgently.
ebonymj37 is offline   Reply With Quote
Old 9th November 2006, 01:31 PM   (permalink)
Default

pls i neeeddddddddddddd a reply fast, someone plssssssssssss replyyyyyyyyyyyyy
ebonymj37 is offline   Reply With Quote
Old 9th November 2006, 02:45 PM   (permalink)
Default

Quote:
Originally Posted by ebonymj37
pls i neeeddddddddddddd a reply fast, someone plssssssssssss replyyyyyyyyyyyyy
Here's a reply:

Stop begging.

CanonMan75 is offline   Reply With Quote
Old 9th November 2006, 02:46 PM   (permalink)
Default

Here's another reply - keep begging every couple of minutes and you will be banned!.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 9th November 2006, 02:51 PM   (permalink)
Default

Quote:
Originally Posted by CanonMan75
Here's a reply:

Stop begging.

I had to say it, I just couldn't help it!

There's plenty of good stuff on this forum, but it's really annoying having to wade through so many 'begging' threads to get to it
CanonMan75 is offline   Reply With Quote
Old 11th November 2006, 09:58 AM   (permalink)
Default

im having a stab in the dark, but,

you may need to step up the voltage from the 358 so that it reaches the scale of 0-5V, and maybe use a schottky diode(are they the ones that limit hysteresis errors?) would clean it up abit.

im not sure if the schottky diode is the correct one, but whatever is the one im thinking of allows even sine waves to be counted accuratly by a pic..
__________________
Spency.

PIC Micro's - Your mind is the limit

PIC's and interfacing with other devices - a PIC Basic Guide @ digital-diy.net
gramo is offline   Reply With Quote
Old 17th November 2006, 01:25 PM   (permalink)
Unhappy ok

Airight, thanks no begging, but there has been no reply yet and i have got limited time cuz it is for my final year project.
ebonymj37 is offline   Reply With Quote
Old 17th November 2006, 02:03 PM   (permalink)
Default

Quote:
Originally Posted by ebonymj37
Airight, thanks no begging, but there has been no reply yet and i have got limited time cuz it is for my final year project.
I suggest yoiu try fault finding then, presumably no one here has built the project, and the original authors site has disappeared.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 17th November 2006, 02:08 PM   (permalink)
Default

The details can still be found Here.

Mike.
Pommie is offline   Reply With Quote
Old 21st November 2006, 11:52 AM   (permalink)
Default

Quote:
Originally Posted by ebonymj37
Airight, thanks no begging, but there has been no reply yet and i have got limited time cuz it is for my final year project.
Bloody hell is this for real?. A final year project is supposed to demonstrate your competance and skill as an engineer. If you copy someone elses project what does that show you have learned?

I dont know where your from but if your refering to a degree program final year project i would be totally ashamed of myself for ripping an entire project off and passing it off as your own.

Andy
andy257 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 11:13 PM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.