element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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
Microchip
  • Products
  • Manufacturers
  • Microchip
  • More
  • Cancel
Microchip
Forum Need technical help from Microchip? Ask our Expert!
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Microchip to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 112 replies
  • Subscribers 24 subscribers
  • Views 8804 views
  • Users 0 members are here
  • help
  • microchip
  • expert
  • mike_mcglade
  • questions
Related

Need technical help from Microchip? Ask our Expert!

nlarson
nlarson over 15 years ago

This thread has been closed to new questions.

However, we welcome you to Post Your Question about Embedded in the element14 Community Embedded group. You'll find many fellow members and experts who have just the answer you're looking to find! 

 

Thank You, Your Friends at element14 Community

MikeMcGlade

Mike McGlade

Mike has 16 years of experience with Microchip products including MCU, Memory & Analog.  He also has significant knowledge of lighting, safety & security and vending industries.

 


  • Sign in to reply
  • Cancel
Parents
  • SGarciaV
    SGarciaV over 13 years ago

    Hello,

     

    I am helping a friend withthe dessign and development of a networked switch. This device is an on/off switch that can be controlled via the network. We are looking into making it wireless by integrating a WIFI interface. I saw Microchip's offering and see that ithas a Wifi Module that nicely integrates with a PIC uC; however, since this is our first interaction with MicroChip products, I am at a loss on how t proceed.

     

    I am interested in geting samples for evaluation, but before I do this I need to determine what samples I need and what development kits I need to purchase. I know MicrChip has kits for PICs and the Wifi module, plus a TCP/IP stack. I just need orientation to determine what components I will be needing to be able to put together some sort of prototype. Can you help or orient me? Thanks, Salvador

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • MicrochipRTCfr
    MicrochipRTCfr over 13 years ago in reply to SGarciaV

    Hi Salvator,

     

    To use Microchip WiFi module, you need to take following steps :

    * Select the CPU board : I recommend using the EXPLORER16 board + WiFi extension : the WiFi PICTAIL Plus.

    Note : in case you want to use a PIC32 32 bits processor, you can also change the CPU on the EXPLORER16 by using an optional  processor module (PIC32 PIM)

     

    Second hardware platform possibility : PIC32 Ethernet starter kit + Multimedia Expansion board

     

    * Download the following

    a/ MPLAB X IDE (free of charge)

    b/ C30 (for 16 bits) or C32 (for 32 bits) compiler (Lite versions are free)

    c/ Microchip Applications Libraries ( MAL )

     

    Once everything is installed you find several examples for WiFi in the TCPIP libraries

     

    If you want to get started very fast, I recommend taking Microchip trainings in Microchip Training Centers

     

    If there is no training center in your country, there are also LIVE ONLIVE classes which you can take through internet

     

    OTHER POSSIBILITY : Open Source WiFi board

    There is a very nice open source project called FLYPORT  with minimal hardware from OPENPICUS community

     

    regards

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to MicrochipRTCfr

    Bonjour,

     

    Je travaille actuellement avec un PIC32MX795F512L.

    Ma question concerne la communication SPI : 4 modules SPI sont disponibles.

    - Est-il possible d'utiliser un module SPI avec les 4 SS (Salve Select) ?

    - Est-il possible d'utiliser deux modules SPI avec 2 SS chacuns ? Par exemple : SPI1 avec SS1-SS2 et SPI2 avec SS3-SS4. Quels sont les registres de configuration associés ?

     

    Merci par avance

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Former Member
    Former Member over 13 years ago in reply to MicrochipRTCfr

    Bonjour,

     

    Je travaille actuellement avec un PIC32MX795F512L.

    Ma question concerne la communication SPI : 4 modules SPI sont disponibles.

    - Est-il possible d'utiliser un module SPI avec les 4 SS (Salve Select) ?

    - Est-il possible d'utiliser deux modules SPI avec 2 SS chacuns ? Par exemple : SPI1 avec SS1-SS2 et SPI2 avec SS3-SS4. Quels sont les registres de configuration associés ?

     

    Merci par avance

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • MicrochipRTCfr
    MicrochipRTCfr over 13 years ago in reply to Former Member

    Bonjour,

     

    Il est possible d'avoir simultanément 4 x SPI.

    Vous pouvez télécharger des exemples de code sur les PIC32 sur ce lien : http://www.microchip.com/codeexamples

     

    L'image ci-dessous montre la flexibilité des cellules de communications :

     

    image

     

    Des formations sur les PIC32 sont proposées régulièrement au centre de formation de Microchip France : http://www.microchip.com/RTC

     

     

    Salutations

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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 © 2025 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