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 496 subscribers
  • Views 4713 views
  • Users 0 members are here
  • wifi
  • 802.11
  • embedded
  • microcontroller
  • wireless
  • arduino
Related

Embedded WiFi recommendations?

fustini
fustini over 14 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 14 years ago in reply to Former Member +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…
  • Former Member
    Former Member 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…
  • Former Member
    0 Former Member over 14 years ago in reply to Former Member

    I've been using the MRF24WB0MB/RMMRF24WB0MB/RM module from Microchip, together with their TCPIP Stack of course, on a PIC32MX795F512L. If you go down this route, I'd suggest buying a development board to quickly get a demonstration up and going. I've also got a Kinetis K60 tower kit and the AR4100 wifi module, but haven't had the time to do anything with that, so can't give a comparison yet.

     

    For the MRF24W modules, they quote 154mA when TX is on @ 0dB. I'm using an SD card and GPS as well, seeing about 230mA total draw, everything on, with the above PIC32 MCU. I've found the examples fairly easy to modify and have managed to write my own AJAX code to handle button pushes etc. The example code polls for the LEDs & buttons @ 100Hz so will use more power than button pushes sending status / update requests when pushed.

     

    You might also like to check out the WizFi 210 as a serial interfaced module - again I've yet to evaluate this but it's on my desk!

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

    Thanks for the input from everyone.  I ended up ordering the WiFly shield from SparkFun although I wish I would have pursued the Microchip module.

     

    At the time, I was in a big rush to have a basic prototype working and the shield seemed like the quickest route.  However, since the Roving Network's WiFly module has no SPI interface, the shield adds a UART to SPI bridge chip so that the Arduino's single UART is spared.

     

    In theory this sounds good, but I have found it introduced extra complexity in troubleshooting my code.  I found it very hard to implement the seemingly simple functionality I needed from the WiFly: associate, connect, GET a URL that returns small amount  of text, sleep for 5 min, repeat.

     

    At $90, I don't think the shield was a good buy and would prefer module with SPI.  I found an ATMega328 board called the Yellow Jacket with the latest Microchip module for $55 from Rugged Circuits. Great deal as module is $30 and don't think I could solder it's smaller pitch.  I am waiting for it to be back in stock - Rugged Circuits told me there is a world wide shortage of the Microchip part.

     

    Thanks,

    Drew

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member 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 Former Member

    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
  • fustini
    0 fustini over 14 years ago in reply to MicrochipRTCfr

    Thanks for the tip.  That looks promising and I'll check it out!

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

    There are few other interesting Wifi solutions .i.e. Redpine signals and  Atheros. I have tried redpine one and it works awesome image

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

    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 I must admit it does the job pretty good, all the more if you have a beefy MCU to support it.

    I was running an HTTP server in no time.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member 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.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube