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.

Taking and sending pictures taken from mobile phone

Status
Not open for further replies.

techie

Advanced Member level 3
Joined
Feb 5, 2002
Messages
839
Helped
58
Reputation
116
Reaction score
9
Trophy points
1,298
Location
Pakistan
Activity points
7,805
how to send pictures taken from mobile

I want to use a mobile phone to take pictures and send out via MMS automatically when an SMS is received. I want to use a microcontroller connected on the serial port of the mobile phone which controls the phone over AT commands.

Any suggestions?
 

at commands for taking and mms pictures

Hi Techie,
Do you know that The communication methods called FBUS and MBUS are used in mobile phones for data transmission, service, and adjustments using serial interface.

The MBUS method, that uses only a single pin, is a half-duplex method used also in older Nokia phones. With MBUS it is possible to interface with almost all Nokia mobile phones for service and adjustment purposes. The FBUS is a newer solution and offers high-speed full-duplex communications link between the phone and the computer. The service and adjustment operations, which are traditionally made over MBUS, are available also via FBUS, but usually much faster.

Ok what you want is...

You need power to be delivered at a socket when a sms message arrives at your cell phone.

Consider you have FBUS interface to cell phone with a MC.(RS232 Only)

Then an interrupt signal to be sent to microprocessor when the sms arrives at mobile phone.

Then MC sends AT commands to mobile ...
Read SMS extract Receiving frame mobile number.
Mobile need to take picture first.
attach (picture id/stored path) picture to MMS sending frame.
send MMS..
Using AT commands..
Techie it seems very complicated to my knowledge...:|

Why serial cable only why not DKU or Bluetooth method of communication with interfacing module...?

Here an IEEE Paper abstract for what you looking for i do not have access to this paper me too looking for this try to find out if you find this please don't forget me..

Summary: The aim of this research was to develop a mobile robot, exploiting the GSM and GPRS technologies in an existing mobile telephony network for remote control and communication purposes. The robot (MGM1) is used as a technology demonstrator in centres and exhibitions with the purpose of making known to the public the importance of services such as SMS, MMS, Bluetooth and Web surfing using a phone browser. The robot is controlled remotely via GPRS using a mobile phone as a command centre. It is able to receive SMS and MMS messages sent to it and then reply back. Also, it takes pictures and sends these out on request as MMS. The work presented in this paper is about the system design and performance assessment, with a discussion of some of the main system sub-units.
-----------------------------------------------------------------------------------------
Design and performance assessment of a prototype wireless controlled robot
Makaya, F.D. Chatelain, D. Snyman, L.W.
Dept. of Electron., Tshwane Univ. of Technol., Pretoria, South Africa;

This paper appears in: Electron Devices for Microwave and Optoelectronic Applications, 2004. EDMO 2004. 12th International Symposium on
Publication Date: 8-9 Nov. 2004
On page(s): 115- 118
ISSN:
ISBN: 0-7803-8574-8
INSPEC Accession Number: 8371554
Digital Object Identifier: 10.1109/EDMO.2004.1412410
Date Published in Issue: 2005-04-04 09:27:38.0
---------------------------------------------------------------------------------------------
With regards
Pcup

Look at this link
Code:
www.instructables.com/id/Make-a-remote-controlled-camera-from-a-cellphone!/
 

    techie

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top