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.

pcb layout of PIC controlled intruder alarm

Status
Not open for further replies.
Re: BURGLAR ALARM

....Yes friend wanted everything complete for me to do the alarm.

could you send us the source code ? or at least the last working hex?
merci
 

Re: BURGLAR ALARM

Stateofart
I had not seen your message , thank you



!!!!!! _____ Thierry Henri you make us shame ! _____ !!!!!!!
 

Re: BURGLAR ALARM

Hello seti75
I'm trying to simulate the alarm in Proteus, but I have some doubts, I think you can help me.
Which file .Hex have to use the PIC16F877?
You can send me the files .Asm and .Hex that you use in your alarm?
I want to put messages on the LCD in Portuguese.
Mod: Only english allowed in this forum.
 

Re: BURGLAR ALARM

asm file of the 16F877 is the same as the original.
I made that change on the LCD messages in French.
you take the file asm (beginning of post) and you exchange messages
Portuguese is easy.

for my alarm I wanted this alarm will be much better
I change the following things (16f84)
1 sensor will be able to detect 2 times before being on neutralize
4 sensors = 8 zones
benefits, no detections have rehearsals!
Another amendment, that there's a detection and alarm
detection for more than 10 minutes, why ?.... because
if the thief ran away with another road or it there's also a sensor
it will trigger the sensor and will neutralize much of the alarm (it's also a big failure of the original alarm)
with my changes this alarm is perfect
 

Re: BURGLAR ALARM

Could you please post the .asm file for the pic16f84 ?
So I can translate it to my language.
Thank you.
 

BURGLAR ALARM

Hi seti75, so sorry for the late reply. I've seen your final finish work at last. Have you put this fine work of yours into real test? Have you boxed up this work?
Actually, you had spent so much time looking around for solution during the initial stage (programming), and now you have done a good job for completing this intruder alarm system. Now it's the time to make this thing work for you in return (LOL). Installed this alarm system to safe guard your home. And when your friends visit you, you can proudly says to them, this was made and done by you, yourself.
 

BURGLAR ALARM

If seti75, you can post a video of your fine work in action, that will be better. At least make some noise on your video (hehehe). Although I don't understand a single word of French langauage, at least I know you have made things right.
 

BURGLAR ALARM

What is crystal for?(xtal1 and xtal2)
 

Re: BURGLAR ALARM

Xtal 2 --> 3,2768 Mhz
Xtal 1 --> 32 khz
 

Re: BURGLAR ALARM

The component you mentioned "Xtal1->32 Khz" is not available in my country.
I'd like to know if there's any other I can use instead.

thank you
 

Re: BURGLAR ALARM

Hi

I'm trying to rebuild the .hex from the .asm file. But I cannot figure out which tool suite was used.
The "MPASM assembler mpasmwin.exe" produces lots of errors. Doesn't seem to be used.

Has anyone an idea ?

Thanks
 

BURGLAR ALARM

asm file for the hex and again pic1684 and PIC16F877 are all installed. errors are given.
 

Re: BURGLAR ALARM

Just a little more traces for that assemby problem.

I use MPLAB 8.36, have setup an 16F877 project,
and set the "Microchip MPASM Toolsuite"

As a result I have an error each line.
My question is : what tool chain has been used for developing this firmware ?

Thanks.

----------------------------------------------------------------------
Release build of project `W:\EmbeddedSoftwareDevel\ws\PICWS\ALARM77\picalarm77A.mcp' started.
Language tool versions: MPASMWIN.exe v5.33, mplink.exe v4.33
Wed Mar 10 21:36:20 2010
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe" /q /p16F877 "alarm415.asm" /l"alarm415.lst" /e"alarm415.err" /c-
Error[122] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 17 : Illegal opcode (.EQU)
Warning[203] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 18 : Found opcode in column 1. (OPTION)
Warning[211] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 18 : Extraneous arguments on the line.
Warning[224] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 18 : Use of this instruction is not recommended.
Error[122] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 19 : Illegal opcode (.EQU)
Error[122] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 20 : Illegal opcode (.EQU)
Error[122] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 21 : Illegal opcode (.EQU)
Error[122] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 23 : Illegal opcode (.EQU)
[[ Lines removed ]]
Error[113] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 2443 : Symbol not previously defined (INTCON)
Error[113] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 2443 : Symbol not previously defined (RBIF)
Warning[207] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 2446 : Found label after column 1. (.END)
Error[129] W:\EMBEDDEDSOFTWAREDEVEL\WS\PICWS\ALARM77\ALARM415.ASM 2448 : Expected (END)
Halting build on first failure as requested.
----------------------------------------------------------------------
Release build of project `W:\EmbeddedSoftwareDevel\ws\PICWS\ALARM77\picalarm77A.mcp' failed.
Language tool versions: MPASMWIN.exe v5.33, mplink.exe v4.33
Wed Mar 10 21:36:35 2010
----------------------------------------------------------------------
BUILD FAILED
 

hello, recently i build this alarm without any modification(epe version), its working well and everything is fine. i kinda stuck in PASSIVE MODE. if i set them for passive mode, all zone is close, and set to be closed, but it set the buzzer off :( am i missing something? i put wire every zone, and wire in panic button.

and there is another thing is there anyway i could have a way to turn off the alarm from a sms controller? is it too much hastle to do it?
 

    V

    Points: 2
    Helpful Answer Positive Rating
Hi,

Joy123,

you have did the epa version, that great, please share your code and project to this post.




Thanks,

Teknose
 

    V

    Points: 2
    Helpful Answer Positive Rating
Power err error. What is the soun?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top