![]() |
![]() |
![]() |
|
|
|||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
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. |
|
|
|
|
|
|
(permalink) |
|
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 |
|
|
|
|
|
|
(permalink) |
|
I am attaching source code for the heartbeat monitor by keith wilson in this post.
This circuit uses PIC16F84 microcontroller. |
|
|
|
|
|
|
(permalink) |
|
;************************************************* ***************
;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. |
|
|
|
|
|
|
(permalink) |
|
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." |
|
|
|
|
|
|
(permalink) |
|
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.
|
|
|
|
|
|
|
(permalink) |
|
pls i neeeddddddddddddd a reply fast, someone plssssssssssss replyyyyyyyyyyyyy
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
Stop begging. |
||
|
|
|
|
|
(permalink) |
|
Here's another reply - keep begging every couple of minutes and you will be banned!.
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
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 |
||
|
|
|
|
|
(permalink) |
|
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 |
|
|
|
|
|
|
(permalink) |
|
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.
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) | |
|
Quote:
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 |
||
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|