element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Embedded Forum Embedded WiFi recommendations?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 34 replies
  • Answers 2 answers
  • Subscribers 505 subscribers
  • Views 5056 views
  • Users 0 members are here
  • wifi
  • 802.11
  • embedded
  • microcontroller
  • wireless
  • arduino
Related

Embedded WiFi recommendations?

fustini
fustini over 15 years ago

Howdy,

 

I was wondering if anyone might have recommendations for WiFi modules for a low-end embedded system.  I'm primarily thinking of Arduino so a simple interface to the radio would be ideal (not USB).

 

Thanks,

Drew

  • Sign in to reply
  • Cancel

Top Replies

  • PBrunner
    PBrunner over 15 years ago in reply to e14 Contributor +1 suggested
    You are perfectly right Julian Freescale has actually 3 different Wifi modules based on 3 different chipsets from 3 different suppliers( http://www.freescale.com/webapp/sps/site/overview.jsp?nodeId=0152106740AFE4…
  • e14 Contributor
    e14 Contributor over 14 years ago +1
    There is also TI CC3000 which is a UART-to-WIFI module, probably a more compact solution with respect to the MCW1001A+MRF24WB0Mx couple. Although I've used the Microchip's one in a dev-kit of theirs and…
  • Funklord
    Funklord over 14 years ago +1
    The Microchip MRF24WBOMx modules are great, especially due to the low price, and existing code for 8bit PIC, AVR and Arduino etc. I'm successfully using it with an ATMEGA168 (or better) and WPA2/AES encryption…
Parents
  • e14 Contributor
    0 e14 Contributor over 14 years ago

    Arduino it's just fine, but I found something too interesting - flyport module.A web server module featuring a fully integrated Wi-Fi interface and several interfaces to the ‘real world’.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • fustini
    0 fustini over 14 years ago in reply to e14 Contributor

    Yeah, I came across Open Picus (the project behind flyport) after hearing this interview with one of the founders of the project:

     

    http://opensourcehardwarejunkies.com/2011/03/open-picus/

     

    Unfortunately, their IDE doesn't support Linux so that's a no go for me.  Now that Microchip's MPLab supports Linux, I suppose there might be a way, but it discouraged me enough to not want to try the Flyport out for now.

     

    Cheers,

    Drew

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • MicrochipRTCfr
    0 MicrochipRTCfr over 14 years ago in reply to fustini

    Hi,

     

    In the meantime, a companion chip for Microchip WiFi module has been released.

    This companion chip ( MCW1001A ) enable fast access to WiFi for any microcontroller because it runs a TCP/IP stck and offers socket based connection.

    The link to the HOST is a simple UART.

     

    It makes the development much faster and processor independant

     

    regards

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • robotonics
    0 robotonics over 14 years ago in reply to MicrochipRTCfr

    The answer to my prayers, thank you for the info image

     

    I was building an OpenPicus flyport, but maybe I can use this to simplfy matters, and solve my original problem with the stack.

     

    First the datasheet...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • robotonics
    0 robotonics over 14 years ago in reply to MicrochipRTCfr

    The answer to my prayers, thank you for the info image

     

    I was building an OpenPicus flyport, but maybe I can use this to simplfy matters, and solve my original problem with the stack.

     

    First the datasheet...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • e14 Contributor
    0 e14 Contributor over 14 years ago in reply to robotonics

    The openpicus is just a PIC24+MRF24WB0M plus a custom firmware that bootloads from their custom IDE.

    It's comfy but you can do it yourself, in the end it's running the MCHP TCPIP stack just as you would.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube