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 8698 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
  • Former Member
    Former Member over 15 years ago

    Hi Mike.

     

    I'm using the PIC16f877 with the microchip ICD2. I've reached the point in this project where the debugging is over and the microcontroller is now required to run independently of the PC as part of a stand-alone device.

     

    I've tried to program the device in program mode in the MPLab IDE but the device doesn't work after it's switched off and on again. What needs to be done to get the PIC to operate independently? Is it some kind of jumper on the MCLR pin?

     

    Thanks very much,

    Richard

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

    Hi,

     

    If your project works in debugger mode while connected to ICD2 and doesn't when in standlone mode, it probably means you did not set properly the configurations bits...This shoule be done in your source file.

    In case you have an external reset, then select this choice. If not program the configuration bit so that it uses the internally generated reset.

    You can get free support from Microchip application engineers here : http://support.microchip.com

     

    regards

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

    I would like to use a resistive touch screen with a PIC controller. I don't have experience with touch screens.

    How can I interface the touch screen with PIC? Should I use a touch controller?

    What communication interface is mostly used for touch controllers (SPI,I2C,UART)?

    How can I program the GUI? Is it done on the PIC or touch controller?

    Is there any software form microchip for programming GUI?

    Thanks very much

    Alen

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

    Hi,

     

    It depends what you want to do.

    For resistive touchscreen you can either use the PIC onboard A/D converter or an external Touchscreen controller.

    If you use the PIC onboard ADC significant computation will be needed to filter / shape the signals from the resistive inputs. This should be preferred if you use a more powerful PIC like 16 bits one or possibly also with PIC18. Of course the larger the screen & resolution the more computation will be needed.

    On the other hand if you use a touchscreen controller like the AR1000 family from Microchip, you get a clean input as it takes care from all the filtering / sampling / averaging. No CPU bandwith is needed ;=)

     

    If you want to get started fast, Microchip released a Touchscreen starterkit with PC GUI :

    http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en543486

     

    All details on the AR1000 familiy here :

    http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2694&param=en543965

     

    regards

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

    Hi

    Is the AR1000 touch controller used only for the touch interface or also for GUI? Or should I use another controller for GUI? How is the programming done for GUI.

    Thank you

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

    Hi

    I got an explorer 16 board, tried to build it but I couldn't. The error is

     

    Make: The target "C:\tutorial\adc.o" is out of date.

    Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-as.exe" -mcpu=24FJ128GA010 -x c -c   "adc.c" -o"adc.o" -D__DEBUG -D__MPLAB_DEBUGGER_ICD2=1 -g

    C:\Program Files\Microchip\MPLAB C30\bin\bin/pic30-coff-as.exe: unrecognized option `-mcpu=24FJ128GA010'

    Halting build on first failure as requested.

     

    The user guide I got is not matching with MPLAB. I have bought Explorer 16 100 pin and I would like to use PIC24FJ128GA010. The code example and other demo files provided in the CD are for PIC24FJ64GA004.

     

    Is there any new version of explorer 16 user guide available or demo files for PIC24FJ128GA010. Could you please advice me how to get the build succesful.

     

    Thank you

    Alen

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

    Hi,

     

    There are 2 different EXPLORER16 versions :

    DM240001DM240001 explorer16 board shipped with 2 different processor modules(PIC24FJ128GA010 dsPIC33FJ256GP710) both 100 pins

    DM240002.DM240002. : explorer16 shipped with the PIC24FJ64GA004

     

    regards

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

    Bonjour,

     

    Nous voulons réaliser un projet avec des  produits Microchip.  Nous souhaitons chargé mécaniquement la machine qui  est controlé actuellement par un onduleur.  Nous avons en main les  produits suivants:

     

    DISPIC30f  MA300015MA300015

    MOTOR 3 PHASE H VOLTAGE

    CABLE BREADBOARD MPLAB ICD2  AC162069AC162069

    MPLAB ICD HEADER 162051

    MODULE SOCKET FOR ICD2 DIP  AC162049AC162049

     

     

    Merci de votre aide.

     


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

    Hi there , I'll try and answer your question based upon the information you have provided .

     

    To develop a 3 phase Induction motor application you should look at the following 3 options .

     

     

    dsPIC30F development

    ICD2 or ICD3

    High Voltage Power Module  DM300021DM300021

    Microchip Motor Control Dev Board  DM300020DM300020

     

     

    or

     

    dsPIC33F development

    ICD2 or ICD3

    Explorer 16 board  DM240001DM240001

    Pictail Motor Control Board ( includes PIM for Explorer 16 board ) AC164128AC164128

    High Voltage Power Module  DM300021DM300021

     

     

     

    or

    dsPIC33F development

    ICD2 or ICD3

    MCHV Development Board DM330023.DM330023.

     

    your development route will depend upon the type / size / degree of control you require - it may be that a PIC18F could offer the control you need - checkout the following page for more info - regards , Mike

     

    http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2820

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

    Bonjour,

     

    Je vois que vous avez déjà fait plusieurs choix mais je n'ai pas lu votre besoin.

    Connaissez-vous les dsPIC33 (famille plus récente que les dsPIC30) ?

     

    Nous avons une gamme de produits dédiés dsPIC aux onduleurs dans la famille appelée SMPS dont vous trouverez les informations ici : http://www.microchip.com/SMPS

     

    Nous possédons aussi toute une famille de dsPIC dédiés au contrôle moteur : http://www.microchip.com/MOTOR

     

    Il serait peut-être plus simple de nous expliquer ce que vous souhaitez faire de façon à ce que nous vous proposions les produits et outils les plus adéquats.

     

    Je vous déconseille l'achat d'un ICD2 qui a été remplacé par l'ICD3 plus performant et moins cher image

    Pour nos microcontroleurs 16 bits je vous recommande d'ailleurs le Real-Ice plutôt que l'ICD3 car il apporte des possibilités de DEBUG beaucoup plus importantes.

     

    De plus, il est possible de participer aux formations Microchip qui ont lieu toute l'année dans le centre de formation : http://www.microchip.com/RTC

     

         Une formation 16 bits pour PIC24 et dsPIC est prévue au mois de juin. J'attache le catalogue de nos formations ainsi que le descriptif de notre cursus 16 bits.

     

    Salutations

    Attachments:
    Formation_16bits+ADV+C30_4J_cursus_100227.pdf
    imageMicrochip_catalogue_formations_Q4C_2010_100210.pdf
    • 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