Categories

Archives

THESIS question (wifi modules)?

We’re using wifi modules for our thesis and was wondering which sites/forums i can go to just to get more info. Like how to program the modules, how they interact with pics, protocols etc. Thanks

1 comment to THESIS question (wifi modules)?

  • more slack

    If you’re planning to use a PIC, then a wi-fi to serial module is probably what you’re looking for. Basically the wi-fi is a terminal server, which “hides” the details of networking from you.

    Some also support slip or PPP – but then you’d need to implement TCP/IP in your micro. Possible on a PIC, but probably more work than it’s worth.