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
Arduino
  • Products
  • More
Arduino
Arduino Forum Deciding between Arduino UNO and Leonardo for interfacig an AFE with Serial.
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 5 replies
  • Answers 2 answers
  • Subscribers 392 subscribers
  • Views 560 views
  • Users 0 members are here
Related

Deciding between Arduino UNO and Leonardo for interfacig an AFE with Serial.

Former Member
Former Member over 10 years ago

Hello,

 

I have used Arduino in previous projects quite successfully. However, on this occasion, I would like to know the best way to interface an  Analogue Front End (AFE) with Arduino.

I want to have a LCD interface to a project which is meant to display internal register values of the AFE to the LCD. I want to use an Arduino to interface both of these.

 

The AFE is Cirrus Logic CS5490, which is an energy measurement IC. CS5490 has Tx/Rx interface to R/W internal registers.Must I wire the Tx/Rx of CS5490 with those of the Arduino (pin 0 and1 on UNO) or could they be connected to other Digital pins as well?

 

Should I use Arduino UNO (with one serial port) or Leonardo (2 UARTS). I have identified this as LCD shield on this website.

 

I will make a small PCB with CS5490.

Regards.

  • Sign in to reply
  • Cancel

Top Replies

  • Robert Peter Oakes
    Robert Peter Oakes over 10 years ago +1 suggested
    your other choice culd be an Arduino MEGA, it has multiple serial ports and loads of RAM and FLASH A work of warning though, this is a MAINS power monitor, If you are not familuar with working on mains…
Parents
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago

    your other choice culd be an Arduino MEGA, it has multiple serial ports and loads of RAM and FLASH

     

    A work of warning though, this is a MAINS power monitor, If you are not familuar with working on mains voltages (LETHAL) then ensure your supervised by someone who is and well protected (Ground Fault Circuit Breakers, Isolation Transformer or other protection. or use low power for the experement / POC. also the chip is 3V3 supply, even a momentary wrong connection will fry the chip and anything else connected to it

     

    it looks like an interesting chip, i look forward to seeing your resultant project

     

    Peter

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago

    your other choice culd be an Arduino MEGA, it has multiple serial ports and loads of RAM and FLASH

     

    A work of warning though, this is a MAINS power monitor, If you are not familuar with working on mains voltages (LETHAL) then ensure your supervised by someone who is and well protected (Ground Fault Circuit Breakers, Isolation Transformer or other protection. or use low power for the experement / POC. also the chip is 3V3 supply, even a momentary wrong connection will fry the chip and anything else connected to it

     

    it looks like an interesting chip, i look forward to seeing your resultant project

     

    Peter

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • Former Member
    0 Former Member over 10 years ago in reply to Robert Peter Oakes

    Thanks guys.

     

    I am totally aware of the chip, Peter. It is actually quite a versatile chip where you can use several sensor types and it does not necessitates one to directly access the mains if you have sensors to measure I/V indirectly, yet accurately.

     

    I did think of Mega but it may be an overkill given there are so much resources that would go unused. Leonardo is is something I may be able to salvage from one of the other projects, on the other hand.

     

    Can you suggest a LCD shield for Leonardo, please? Do you think the one I located will work with a Leonardo?

     

    Thanks again.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago in reply to Former Member

    Do you want a basic 4 line by 20 character LCD, easy to drive but limited capability (You can drive it with a serial chip to reduce pin count)

    or

    a full graphical display that is usually interfaced using SPI or I2C, more expensive but more versitile

     

    Peter

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to Robert Peter Oakes

    Ideally more functionality going forward but it would be nice to get something ready quickly for a demo and save the full graphical display as the next stage. Can you suggest the parts, please?

    • 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 © 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