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.

Gsm based home security system

Status
Not open for further replies.
Actually i have been searching for this from few months.

I will get many links, but most of them will not share the Code.

Finally i got one link which is almost close to what i was expecting **broken link removed**
But the code used here was different which i couldnot burn in ATMEL Studio.I requested the Author to share the Code for AVR Studio.He told he is busy right now in some other project,so unable to get till now.
 

In the code Zip file there are three .C file.Actually when we create Hex file there should be one .C file right?..so i asked the author how can we combine three.C file into one, to create one Hex file. He told me to put all d files in same folder. just compile main .C file. it will automatically takes others to generate hex file.But it is not happening in Atmel Studio.

He told he is not using Atmel Studio.
 

Put all the files in the same folder and open main.c ans insert #include "filename.h" etc... filename shouldbe replaced with actual filename i.e., if you want to include the code of lcd.c file in main.c then in main.c insert #include "lcd.c"

Do it for all the .h and .c files in the project folder and then compile.
 
Thank you.
I did as you said, I get msg as “Build failed with 1 errors and 0 warnings...”,Why i get this msg?
Please see the attachment for details
Studio.png
 

The problem is with your .elf file creation. Disable .elf file creation. You need it only for debugging. Just create the .hex file. If that doesn't work then install Atmel Studio 6 and try.
 

Whether we need to connect dev board while generating Hex file?
Where to disable .elf file creation? project--> configuration option--> general ?

Meanwhile i had put Studio6 for downloading.
 

I just uploaded one video about what procedure i followed while building the project.Please have a look whether i am following right procedure.

 

Hi

Please find the zip file
 

Attachments

  • LPG gas leakage detector Code.zip
    57.1 KB · Views: 56

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top