Microcontroller for monitoring bushfire

This forum is about writing software to embedded systems and microcontrollers.

Microcontroller for monitoring bushfire

Postby milanqingren on Wed Aug 02, 2006 12:40 pm

Hi all

I will design a microcontroller system for monitoring bushfire. It should be able to detect smoke, temperature, pressure and humidity. This system is required to utilize mobile phone techonology as a medium of communication. Moreover, I should use GPS or GPRS to find location. The solar source is used to provide power. There are some system requirements such as waterproof, tamper proof, low cost etc.

I am not familiar with the microcontroller. How do I choose microcontroller? How do I choose peripheral devices such as A/D, D/A and memory? How do I connect microcontroller with mobilephone? Could you give me some suggestion?

Thank you very much!
milanqingren
 
Posts: 1
Joined: Wed Aug 02, 2006 12:35 pm

Postby FreddyTh on Mon Dec 25, 2006 12:55 am

Hi milanqingren,

I suggest you to think about your requirements, Mobile Phone and GPRS seems to be contradictory to low cost.

If you have less experience in designing microcontroler systems, i would use a complete assembled module with the neccesary interfaces, programmable in a high level language. But this does even not fit to low cost.

Maybe you can find some experts in this forum which do a design for you.

Freddy(Th)
FreddyTh
 
Posts: 3
Joined: Mon Dec 25, 2006 12:36 am

What is low cost or not

Postby Tomi Engdahl on Mon Dec 25, 2006 12:23 pm

This system is required to utilize mobile phone techonology as a medium of communication.


The GPS/GPRS hardware card needed to do the communications part on microcontroller project is available nowadays as module at quite reasonable prices. Products start here in 60-100 Euros range.

How do I choose peripheral devices such as A/D, D/A and memory?


If your application is not very complex (not very much software, nor very many analogue I/O signals), then try choosing a microcontroller that has the needed memory and the interfaces built into chip. The are many microcontrollers with quite useable amount of EEPROM and RAM in them to run the amplication, plus built-in A/D converters and even D/A outputs (quite oftem implemented using PWM techniques, you just need to set output pin to PWM mode and add suitable low pass filter to get analogue signal you want out).

If you need more memory that any single chip will give, check what kind of single board computer modules are available. Using a ready made processor module with needed memory and interfaces built in will get your application runnign quicly (will save you from designing and debugging your own microcontroller circuit board).

How do I connect microcontroller with mobilephone?


Typically this is done with older cellular phones and embedded GSM/GPRS cards thrpugh serial port (similar to RS-232 but usually at TTL signal levels). Some newer phones and cards use USB interface.
Tomi Engdahl
Site Admin
 
Posts: 1839
Joined: Mon Oct 20, 2003 6:15 pm
Location: Espoo, Finland


Return to Embedded Software

Who is online

Users browsing this forum: No registered users and 0 guests

cron