Atmel AVR Microcontroller discussion group.
[AVR club] Anyone done work on GSM - vmtetwa - Sep 10 23:31:50 2009
i'm intending to incoperate a gsm modem into my atmega 64 system, i have two analogues
that i measure and then store in a SD card and then transmit the real time data by GSM.
has anyone out there done anything similar and give me some tips on the the interfacing of
the SD card and the gsm modem.
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )
RE: [AVR club] Anyone done work on GSM - "Prashant D. Kharade" - Sep 11 0:28:52 2009
Hi "VM TETWA",
Could you please inform, which SD card you have use & which library for
it.
And maybe some guide on how to use it.
Tks
Prash
From: a...@yahoogroups.com [mailto:a...@yahoogroups.com] On Behalf
Of vmtetwa
Sent: 11 September 2009 04:31
To: a...@yahoogroups.com
Subject: [AVR club] Anyone done work on GSM
i'm intending to incoperate a gsm modem into my atmega 64 system, i have
two analogues that i measure and then store in a SD card and then
transmit the real time data by GSM.
has anyone out there done anything similar and give me some tips on the
the interfacing of the SD card and the gsm modem.
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.409 / Virus Database: 270.13.90/2361 - Release Date:
09/10/09 18:12:00
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )
RE: [AVR club] Anyone done work on GSM - vamsi krishna - Sep 11 10:04:43 2009
Hi "VM TETWA",
GSM modem which u r using will have AT commands and SD card will have a pro=
tocol to work out with it, use them in your program in the way u want.
vamsikrishna.
--- On Thu, 10/9/09, Prashant D. Kharade
wrote:
From: Prashant D. Kharade
Subject: RE: [AVR club] Anyone done work on GSM
To: a...@yahoogroups.com
Date: Thursday, 10 September, 2009, 11:08 PM
=A0
=20=20=20=20
Hi "VM TETWA",
Could you please inform, which SD card you have use & which library for
it.
And maybe some guide on how to use it.
Tks
Prash
From: avrclub@yahoogroups .com [mailto:avrclub@yahoogroups .com] On Behalf
Of vmtetwa
Sent: 11 September 2009 04:31
To: avrclub@yahoogroups .com
Subject: [AVR club] Anyone done work on GSM
i'm intending to incoperate a gsm modem into my atmega 64 system, i have
two analogues that i measure and then store in a SD card and then
transmit the real time data by GSM.
has anyone out there done anything similar and give me some tips on the
the interfacing of the SD card and the gsm modem.
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.409 / Virus Database: 270.13.90/2361 - Release Date:
09/10/09 18:12:00
[Non-text portions of this message have been removed]
=20
=20=20=20=20=20=20
=20=20=20=20
=20=20=20=20
=09
=09=20
=09
=09
=09
=09
=09
Love Cricket? Check out live scores, photos, video highlights and mor=
e. Click here http://cricket.yahoo.com
[Non-text portions of this message have been removed]
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] Anyone done work on GSM - Muhammad Yasir - Sep 11 12:49:49 2009
Hi
I have done a similar project...
I have interfaced MMC (multimedia card) with ATmega644P and GSM modem as well.
My speech recording and transmission system records speech data real
time on MMC and then after recording is done the speech data is
transmitter over GPRS link through GSM modem
Also i have interfaced GPS engine for transmitting locationh coordinates...
what data do you want to record ....
some telemetry data? like pressure,temperature etc.
Tell me a bit more about your system,i can halp you in this record
regards
m.yasir
On 11/09/2009, vmtetwa
wrote:
> i'm intending to incoperate a gsm modem into my atmega 64 system, i have two
> analogues that i measure and then store in a SD card and then transmit the
> real time data by GSM.
>
> has anyone out there done anything similar and give me some tips on the the
> interfacing of the SD card and the gsm modem.
--
regards
m.yasir
------------------------------------
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] Anyone done work on GSM - victor Mtetwa - Sep 11 19:15:29 2009
yes it's a telemetry system whereby i'll receive analogue values of presure=
and temperature, store them and transmit them using GPRS and then plot the=
m in real time. I've been trying to search for some code examples for simil=
ar applications but haven't had any luck.
--- On Sat, 12/9/09, Muhammad Yasir
wrote:
From: Muhammad Yasir
Subject: Re: [AVR club] Anyone done work on GSM
To: a...@yahoogroups.com
Received: Saturday, 12 September, 2009, 2:47 AM
=A0=20
Hi
I have done a similar project...
I have interfaced MMC (multimedia card) with ATmega644P and GSM modem as we=
ll.
My speech recording and transmission system records speech data real
time on MMC and then after recording is done the speech data is
transmitter over GPRS link through GSM modem
Also i have interfaced GPS engine for transmitting locationh coordinates. .=
.
what data do you want to record ....
some telemetry data? like pressure,temperatur e etc.
Tell me a bit more about your system,i can halp you in this record
regards
m.yasir
On 11/09/2009, vmtetwa wrote:
> i'm intending to incoperate a gsm modem into my atmega 64 system, i have =
two
> analogues that i measure and then store in a SD card and then transmit th=
e
> real time data by GSM.
>
> has anyone out there done anything similar and give me some tips on the t=
he
> interfacing of the SD card and the gsm modem.
--=20
regards
m.yasir
=20=20=20=20=20=20
[Non-text portions of this message have been removed]
------------------------------------
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] Anyone done work on GSM - Muhammad Yasir - Sep 13 11:52:26 2009
Well, as far as micro SD and MMC read/write codes are concerned, i
have seen it on many communities even, i have myself uploaded this
code to a couple of communities like edaboard, sonsivri etc.
I have got simulation of basic MMC read and write operations in
Proteus VSM and ICC AVR ...
If you have got Prtues VSM then i can email this simulation to you...
I haven't run this code on micrco SD card but as far as i have read
about Micro SD card, code written for MMC should also work for Micro
SD...
At what frequency would you like to take analogue samples for
recording on memory card?
I mean what would be the bulk of your data...?
GPRS has good application in sending telemetry data in bulk to a
particular IP address...
Are you using a modem with built-in TCP/IP stack or you have written
your own TCP/IP stack for GPRS connectivity
regards
m.yasir
On 12/09/2009, victor Mtetwa
wrote:
> yes it's a telemetry system whereby i'll receive analogue values of presure
> and temperature, store them and transmit them using GPRS and then plot them
> in real time. I've been trying to search for some code examples for similar
> applications but haven't had any luck.
>
> --- On Sat, 12/9/09, Muhammad Yasir wrote:
> From: Muhammad Yasir
> Subject: Re: [AVR club] Anyone done work on GSM
> To: a...@yahoogroups.com
> Received: Saturday, 12 September, 2009, 2:47 AM
> Hi
>
> I have done a similar project...
>
> I have interfaced MMC (multimedia card) with ATmega644P and GSM modem as
> well.
> My speech recording and transmission system records speech data real
> time on MMC and then after recording is done the speech data is
> transmitter over GPRS link through GSM modem
>
> Also i have interfaced GPS engine for transmitting locationh coordinates. ..
>
> what data do you want to record ....
>
> some telemetry data? like pressure,temperatur e etc.
>
> Tell me a bit more about your system,i can halp you in this record
>
> regards
> m.yasir
>
> On 11/09/2009, vmtetwa wrote:
>> i'm intending to incoperate a gsm modem into my atmega 64 system, i have
>> two
>> analogues that i measure and then store in a SD card and then transmit the
>> real time data by GSM.
>>
>> has anyone out there done anything similar and give me some tips on the
>> the
>> interfacing of the SD card and the gsm modem.
>>
>> --
> regards
> m.yasir
> [Non-text portions of this message have been removed]
--
regards
m.yasir
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )[AVR club] Re: Anyone done work on GSM - bekasi_050306 - Sep 22 8:45:18 2009
hi
i never tried using sd card but already on gsm.
my suggestion, you used nokia 6210 (old one). cause this gsm base on text mode. So it's
more esier on sending sms.
you don't have to convert data on pdu mode.
i've tried on AT89S51 and atmega 8535.
sorry my english not good
regards
hendrick
--- In a...@yahoogroups.com, "vmtetwa"
wrote:
>
> i'm intending to incoperate a gsm modem into my atmega 64 system, i have two analogues
that i measure and then store in a SD card and then transmit the real time data by GSM.
>
> has anyone out there done anything similar and give me some tips on the the interfacing
of the SD card and the gsm modem.
>
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )