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
  • 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
Cypress Kits
  • Products
  • Dev Tools
  • Cypress Kits
  • More
  • Cancel
Cypress Kits
Forum Question about Arduino shield compatability
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Cypress Kits to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 9 replies
  • Answers 1 answer
  • Subscribers 26 subscribers
  • Views 902 views
  • Users 0 members are here
  • lcd_display
  • arduino
Related

Question about Arduino shield compatability

Former Member
Former Member over 12 years ago

I don't know anything about Arduino really... other than they have a lot of shield boards in their ecosystem to take advantage of...

 

So I bought an Arduino 1602 LCD character display and popped it on the Pioneer board. It didn't take me long to realize that it wasn't going to work. The D7 to D4 data pins on the LCD do align with the D7 to D4 Arduino pins (red letters on Pioneer Kit Guide; pg 28), but those pins map to Pioneer pins P2.7, P1.0, P3.5, and P0.0.  The PSoC Creator 'Character LCD' component requires that all the data and control pins be on the same port, yet D7 to D4 are on on 4 different ports.

 

So I have to ask, what is meant by 'Arduino compatible I/O header'? How does one use Arduino shields on the Pioneer board? Do you abandon the use of PSoC Creator and push in compiled Arduino code somehow?

 

Thank you for your time,

Dave

 

 

BTW: to the webmaster, I notice the instructions for tags below says 'use communities to separate multiple tags'...  darn spellchecker...

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 12 years ago in reply to cy.gul +1
    Thank you for addressing that Gagan... I plan to use PSoC Creator extensively and really have no plans to use actual Arduino code. When I got my Pioneer, I grabbed a generic Hitachi interface 2004 LCD…
Parents
  • Former Member
    0 Former Member over 12 years ago

    Silly question concerning this" "You can use that on your Pioneer Kit; Download from here (be sure to download the latest version v1.2, scroll down to the bottom of this link) - http://www.cypress.com/?app=forum&id=2492&rID=75707"

     

    Version 1.2 of what exactly?

     

    Dave

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • cy.gul
    0 cy.gul over 12 years ago in reply to Former Member

    Dave,

     

    download the "community Component", i.e. a project created by a PSoC community member that contains the custom CharLCD component. This Component has had a couple revisions, the latest being v1.2 which was posted as an attachement later in that thread. It's the "CharLCDmpLib.cylib.zip" posted in the thread.

     

    Look at these tutorial videos to learn how to import/export custom Components into your projects - http://video.cypress.com/video-library/search/import/

     

    Hope that helps,

    -Gagan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to cy.gul

    Ok, got it... watched the video and I now have the custom CharLCD component on the TopDesign.cysch page of a new project.  Thing is, the component (LCD_Char_1) doesn't show up in the available component panel on the right side of my MultiPortLCD.cydwr page.  I have no way of wiring the CustomLCD component to the chip.

     

    What am I missing? Why doesn't the component appear as something to wire up?

     

    Thank you for your time,

    Dave

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • cy.gul
    0 cy.gul over 12 years ago in reply to Former Member

    Dave,

    you missed just a minor point - the imported Components are placed in the Component Catalog, but placed under a separate tab. In this case, the CharacterLCD(multi-port) is placed under the "Community" tab in the Catalog (see screenshot below).

     

    This is done to differentitate offical Components from the Community-generated Components. The developer has the option of defining what tab to place their community component under.

     

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to cy.gul

    No, I got that...  I started a new project, added the multi-Port to it and the component appeared just as you say.

     

    I then dragged the multi-Port into the TopDesign.cysch, set a few custom characters and then saved the TopDesign.cysch.

     

    Next I open the MultiPortLCD.cydwr file expecting to set which pins on the CY8C4245AXI-483 I wanted connected to the multi-Port. But there was no LCD component to use... the components area is empty.  That is what I can't figure out.

     

    Dave

     

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 12 years ago in reply to cy.gul

    No, I got that...  I started a new project, added the multi-Port to it and the component appeared just as you say.

     

    I then dragged the multi-Port into the TopDesign.cysch, set a few custom characters and then saved the TopDesign.cysch.

     

    Next I open the MultiPortLCD.cydwr file expecting to set which pins on the CY8C4245AXI-483 I wanted connected to the multi-Port. But there was no LCD component to use... the components area is empty.  That is what I can't figure out.

     

    Dave

     

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • cy.gul
    0 cy.gul over 12 years ago in reply to Former Member

    ah, I see what you mean.

     

    Due to the non-contiguous nature of this CharLCD(mp) component, the developer decided to not embed pins within it (unlike the official CharLCD component, which is contiguous mapping).

     

    So, to use this guy, you'll have to drag-and-drop a "Digital Output Pin" component (under "Ports and Pins" in the Cypress Component Catalog) onto each of the terminals of the CharLCDmp. Once you do this, you'll see the Pins show up for assignment in the design wide resources.

     

    image

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