Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Implementing 802.11 with Microcontrollers Book

Status
Not open for further replies.

john2020

Full Member level 5
Joined
Nov 13, 2005
Messages
292
Helped
12
Reputation
24
Reaction score
8
Trophy points
1,298
Activity points
4,911
hi all


i am working on a project where i want to know about Implementing 802.11 with Microcontrollers.Can anyone sugest me some good book?if anyone got any ideas are always welcome.if anyone got the book metioned below,do share with em here,or givvme some links,where i could download it.

PLEASE i am looking for this book

Implementing 802.11 with Microcontrollers: Wireless Networking for Embedded Systems Designers book


thanks
regards
vimal
 

r u going to implement the PHY layer on a microcontroller ?
 

hi omara007

i have to implement 802.11 (Wireless LAN) with microcontroller.if you have some idea,share with me here.

regards
john
 

basically people implement the 2 lower layers of the network protocol stack .. which are MAC and PHY .. usually also people who develope the MAC are different from who develope the PHY ..
MAC can be basically SOFTWARE written on a piece of embedded processor or microcontroller .. and for those parts of the MAC that need to be fast, they can implement them in Hardware ..
Unlike MAC, the PHY is implemented completely ( or the major part of it ) as Hardware ..
Some people may think of implementing the PHY in SOFTWARE too .. but I guess for 802.11 it's very hard .. as you need fast processing .. huge resources .. etc.

so , what part are you going to design ? .. PHY or MAC ? ..
 

hi omara007

i need to implement 802.11 wiht microcontroller.i am planning to implement PHY first in order to interact with the hardware,than try go for MAC.do you have any experience in this?if you know some links,do share here.i need this book badly.

PLEASE i am looking for this book

Implementing 802.11 with Microcontrollers: Wireless Networking for Embedded Systems Designers book

if you have this book with you,pls share me here.

regards
john
 

Unfortunatly I don't have this book .. yet, I have worked before in 802.11a .. and I believe the PHY has to be implemented as hardware .. not a firmware on a microcontroller .. yet, who knows , maybe you can do it on microcontroller ..
About the PHY .. it's quite huge that it's almost impossible for one person to do it alone .. take this for granted .. you better go for one or two blocks and start implementing them .. and take the whole design flow from start to end applying this block or those 2 .. this is my advise ..
wish u best of luck
 

hi

have you implemented 802.11a?i want a good book for OSI layers implementation.can you suggest me some good book?if you know some links,could you pls share me here?

regards
john
 

what I have design in the PHY layer only of the 802.11a .. and it wasn't me alone .. it was a complete team .. but the best reference here is simply the IEEE standard ..
You can also refer to some books like "802.11® Wireless Networks The Definitive Guide" By Matthew Gast .. you will find it here in the forum under this link :


And "Implementing.802.11.802.16.and.802.20.Wireless.Networks" under this link :


And "Wireless Ofdm Systems: How to Make Them Work?" under this link :


And "802.11 Security" By Bruce Potter, Bob Fleck ,December 2002. Under this link :



hope this can be of a help to you ..
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top