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.

how to interface eeprom with 8051

Status
Not open for further replies.

fatima_just

Junior Member level 1
Joined
Sep 13, 2008
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,419
gsm 8051

hello

I need to help me to know how I can Inerface 2 serial device(GPS+ GSM) to 8051

and I use Keil mvision to program 8051 but I do not kow If I can use the same softwre to do that please I wish to see example about it.

please help me.
 

cheap gps modules for projects in mumbai

ya its possible to connect both to 8051, I suppose you will just be receiving data frm the GPS module and not sending anything to it
and as for GSM module you will be sending as well as receiving data
so connect the GSM module to the 8051's com port and use basic serial program for it as for the GPS module connect it to P3.2 and use sofware based communication also called as bit banging
check this link to learn how its done:
https://www.dnatechindia.com/index.php/Tutorials/8051-Tutorial/Bit-Banging.html
 

circuits+mcs51+gprs

Its easy to do it, use a relay for connecting GPS and GSM to controller through serial port. At power on Let it read GPS data store it in eeprom.after 10 sec change over the relay and read the data and send it through sms to required number. or keep on polling the GPS data, whenever the data changes send sms. If you need the circuit and any help , please feel free to contact me.
 

gsm gps philippines

Thanks to all.


I dont know how to use relay in this communication if you have circuit
please send it toa this email (fatima_project@yahoo.com) and talk more about
programming.
 

aarlogic c07/4

use 2serial ports instead. Yes any typical 8051 has only one but you can always Bit Bang for othrt using any free IO lines for Rx Tx. Try googling for serial bit bang
 

gsm gps atmega

Thanks for this code but it is difficult to understand it without circuit or berief description for it.
please help me more.
 

gps mcs51

this is very good but my project it is simple more than this one

ok I dont use programm on computer but I want to use the same owner phone to send request to gsm in my system then it will read data from GPS and send it to owner but I am think the gsm need phone number not the same owner number .

(is this possible idea).

(I am not use RTC and external memory)
 

bitbang serial port for 8051

what is the suitable GSM mdoule you think to use in my project?
please help me more
 

connecting 8051 to gsm

hello fatima,have u done the project?
if yes can u give me a hand on this because im going to do the same project. i wish you can help me.
email me at chiezzel@yahoo.com.
tq
 

free gps circuit diagrams

What about to select Aarlogic C07 listed here:
**broken link removed**

One the PCB you get:
* ATMEGA 162 instead of 8051
* Free Code in C and Basic
* GSM / GPRS module
* GPS module SiRF 3 GPS
* Size of PCB: 56.4x84.5 mm
* DC/DC power supply / input 6-36V
* RS232 @ +/- 12 Volt and CMOS
* Several I/0, SPI and I2C bus
* User forum with 5800+ members
http://www.roundsolutions.com/forum
* Free of charge test servers **broken link removed**
and http://www.track4less.com
Regards
Meff
 

block diagram gsm locator india

Can you please provide us schematic diagram for these design?
 

8051 bit-banging

ckshivaram said:
attaching synopsis, flow chart for your reference

i wonder what is the purpose of connecting the device to the computer base from the block diagram that were posted?

does it mean it is connected to the computer box of the vehicle?

can anyone answer my question??

also how can the output from the GPS can be shown to the computer in the office?? as shown from the block diagram and from the description, the GPS only gives the longitudinal and latitudinal coordinates of the vehicle. does it need a map to output its exact location on the computer?

anyone pls
 

8051, gps

Hi
Actually I do not know why the MC connected with the computer .
When you receive the coordinates you should use a map like googlemaps. you can do it manually by putting the longitude and latitude , or you can do it automatically if you can deal with http files. Because googlemaps provide an open source program called API and there is an example to locate a marker on googlemaps, check this link :
https://code.google.com/apis/maps/documentation/examples/
I hope this helped you
Ammar
 

8051 gps

hi fatima,are you can done your project?
if yu can please help me about this.
i want to do same project like you...
thanks
 

Hi all i need to connect 2 pic16f877 to send and receive data through internet by picbasic pro can anyone help me please.

thanks
ibralfy
 

What about to use the Arduino Shield listed here Arduino with GSM GPRS GPS Shield plus one of the Arduino clones like Amicus18.

Picture of the GSM / GPS adpater for Arduino and its Clones
Arduino-Shield-GSM-GPS.jpeg


The Amicus18 is an embedded system platform based on PIC architecture 18F25K20. It can be programmed with any programming language, though the Amicus IDE is completely free and extremely powerful.

List of Arduino clones on Wikipedia
Arduino - Wikipedia, the free encyclopedia
 

Hi Meff_
Thank you for your answer ,could you please can you give me more details or schematic of connecting the GSM moden to RS485 for both master PIC and Slave PIC

thank you ,best regards
ibralfy
 

EIA-485 - Wikipedia, the free encyclopedia

Please take care that you will have with RS485 TX and RX only and no hardware hand shake lines. For SMS or small to medium data on GPRS is it ok.
Without RXD and TXD you will may loose data during transmitting.

Anyhow, a GSM modem has its RX and TX and this is with further lines normally wired to RS232. Maxim is offering pin compatible chips that supports RS232 or RS485.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top