Author Topic: Comm. Project  (Read 2242 times)

0 Members and 1 Guest are viewing this topic.

Offline BenjineerTopic starter

  • Newbie
  • Posts: 2
Comm. Project
« on: July 22, 2013, 11:51:39 am »
Gudday people,
Please i need ur help/idea on hw i can implement a communication project. I want an app on phone to wirelessly light up an several LEDs independent of each other(one at a time). Please any ideas with some details?
 

Offline David_AVD

  • Super Contributor
  • ***
  • Posts: 2863
  • Country: au
Re: Comm. Project
« Reply #1 on: July 22, 2013, 12:33:22 pm »
1) Learn mobile platform programming
2) Learn about electronics
3) Presto - you're done!

Seriously, you'll need to expand on exactly what you want to do and what level of ability you currently have.   ::)
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 8164
  • Country: de
  • A qualified hobbyist ;)
Re: Comm. Project
« Reply #2 on: July 22, 2013, 12:47:19 pm »
Is this just another "please do my homework" call?  ;)
 

Offline mariush

  • Super Contributor
  • ***
  • Posts: 5140
  • Country: ro
  • .
Re: Comm. Project
« Reply #3 on: July 22, 2013, 12:51:11 pm »
Second person to come and ask about the same thing... i wonder if there's some online course or university out there giving this as a summer project/exam/homework.

Anyway.. to make it easier to do it, usually you split the project in several parts

make something that can light up several leds independent of each other - a microcontroller comes to mind

decide on a method of communication between the microcontroller and the phone ... you want it wireless  but that can mean several things : wifi (regular internet) , bluetooth , could even be infrared if the particular phone has such a feature (to be used as universal remote control)..
 
Depending on what you choose, you have to find a microcontroller or something that has that feature either built in or find if there's an 'extension' which would add support for that. 
For example, in the case of Arduino, there are "shields" which add bluetooth or wireless network card support.

Next, get the microcontroller (pic, ms430, arduino which is attiny/atmega) and read the documentation , then get the 'extensions' or build them yourself and read the documentation on how to get the microcontroller talk to that 'extension'.

Next, depending on what you choose to work with, read about how to program on phones.  With bluetooth, you have to learn how to write a program that turns on the bluetooth part of your phone, makes it connect to the bluetooth extension of your microcontroller and send commands between them.

If you have the microcontroller with a wireless network card, you could control the microcontroller from a simple web browser on your phone, so you don't need to learn complex programming.
You could just enter in browser http://microcontroller_ip/led/on/1,3,5   to light up leds 1,3 and 5
 

Offline BenjineerTopic starter

  • Newbie
  • Posts: 2
Re: Comm. Project
« Reply #4 on: July 22, 2013, 01:58:08 pm »
IF this kind of project had been done already pls point me in d ryt direction(link).
As for my skills i and my oda mates can handle d programming.
On more clarity on what i want is that: i want each LED to be connected to a receiver module, the mode of communication between the receiver and the phone will either be wifi or RF. Using an arduino kit or microcontroller will make each receiver too Big for my particular purpose.
 

Offline deephaven

  • Frequent Contributor
  • **
  • Posts: 796
  • Country: gb
  • Civilization is just one big bootstrap
    • Deephaven Ltd
Re: Comm. Project
« Reply #5 on: July 22, 2013, 03:34:34 pm »
Use a WiFly WiFi module (Google it) connected through a serial link to a PIC or AVR. Choose the size of PIC or AVR depending on how many LEDs each receiver should drive, get one with a built-in UART to simplify serial comms.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf