CHEAP wifi modules, at last!


Closed Thread
Results 1 to 29 of 29

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    704

    Default Re: CHEAP wifi modules, at last!

    Excuse my ignorance here. But, how exactly does this work? Does it send data to a Web page that you need to set up first? Or, does it send data in form of a file to a remote server?
    "No one is completely worthless. They can always serve as a bad example."

    Anonymous

  2. #2
    Join Date
    Sep 2009
    Posts
    755

    Default Re: CHEAP wifi modules, at last!

    For client app, you connect to your AP, like you do with laptop, mobile phone, tablet.
    So you have access to internet.
    Then you connect to some address, eg google.com on port 80. And then using HTTP commands request page. You can use GET or POST command to get web page. Or you can post data to PHP script, using that two methods.
    Here is some HTTP examples http://www.jmarshall.com/easy/http/
    Other way is to use EMAIL, you connect to SMTP server to send email. You connect to port 25 of your server, eg smtp.yahoo.com port 25, and then log in using BASE 64 protocol for password, and send email.
    https://www.cs.cf.ac.uk/Dave/PERL/node175.html
    You can use putty to learn how to handle communication with server.

    If you are using module in AP mode, you connect to module with your tablet, or other device, and then create web page in pic, and than display it on your tablet.
    To do this, PIC must handle basic HTTP protocol. This is like setup page on router or AP.

    All this protocol are text based, so if you are familiar with using UART and parse string, this wouldn't be to hart to master. It isn't too hard. There is example with different module:
    http://www.picbasic.co.uk/forum/show...8906#post88906
    http://mackrackit.com/mac/ichip/ichip.html
    It's similar to GSM modem it isn't complicated as it might look.

  3. #3
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    704

    Default Re: CHEAP wifi modules, at last!

    Ooh, I see. Thank you for your nice explanation.
    "No one is completely worthless. They can always serve as a bad example."

    Anonymous

  4. #4
    Join Date
    Oct 2004
    Posts
    448

    Default Re: CHEAP wifi modules, at last!

    Almost 2 months after placing my order, and almost after giving up hopes of delivery, the modules arrived today!

    I tried googling for any reference to PBP and EN8266, but did not get anything meaningful.

    Wondering if anybody has managed to make any progress in this direction?

  5. #5

    Default Re: CHEAP wifi modules, at last!

    Join esp8266.com (I'm assuming you made a typo), all the info available, bugs, translation, projects. Oh, I see somebody already said that, my bad.

    George

  6. #6
    Join Date
    Oct 2004
    Posts
    448

    Default Re: CHEAP wifi modules, at last!

    Oops! ESP8266 it is.

    I did visit that forum, and its rich with information.

    Quite a learning curve, though..

  7. #7
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,617

    Default Re: CHEAP wifi modules, at last!

    Got three in the mail today, ordered a couple of weeks back. Will have to wait and see when I get time to play with them....

Similar Threads

  1. 2.4 ghz WiFi ID
    By tazntex in forum Ethernet
    Replies: 30
    Last Post: - 16th January 2013, 17:01
  2. Replies: 0
    Last Post: - 20th September 2011, 03:31
  3. cheap gsm modules
    By isaac in forum GSM
    Replies: 2
    Last Post: - 15th June 2007, 09:18
  4. supply FSK COB modules and FSK modules
    By Elsa zhang in forum Adverts
    Replies: 0
    Last Post: - 8th August 2006, 06:40

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts