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 What else do you want to learn about Arduino?
  • 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
  • Replies 8 replies
  • Subscribers 390 subscribers
  • Views 857 views
  • Users 0 members are here
  • learning center
  • arduino
Related

What else do you want to learn about Arduino?

jwatson
jwatson over 9 years ago

image

 

We've been posting official Arduino Tutorials and members projects for years now and Arduino is one of our top 3 most followed spaces on element14 with its new products, videos, projects and discussions.

 

EXCLUSIVE Resources include:
  • Print out our exclusive Arduino Poster!
  • Access Arduino pinouts directly inside CadSoft EAGLE
  • Download our CadSoft Arduino Library

 

cstanton published 3 guides to help you get to know Arduino:

 

  1. Getting to Know Arduino : Part 1 : Hello, World!
  2. Getting to Know Arduino : Part 2 : Hello, Again!
  3. Getting to Know Arduino : Part 3 : Taking your Temperature

 

We want to make this space even better too and what we'd really like to know is:

  1. What else do you want to learn about Arduino?
  2. What can you teach others on the Community?

 

Let us know.

  • Sign in to reply
  • Cancel

Top Replies

  • beacon_dave
    beacon_dave over 9 years ago +2
    I've not seen mention of this elsewhere on Element 14 as yet but are people aware of Autodesk 123d Circuits ? https://www.youtube.com/watch?v=OCmeyJA5IRk https://circuits.io/ Looks like an on-line platform…
  • dougw
    dougw over 9 years ago in reply to beacon_dave +1
    123D Circuits looks like a cool way to document circuits for blogs...
Parents
  • beacon_dave
    beacon_dave over 9 years ago

    I've not seen mention of this elsewhere on Element 14 as yet but are people aware of Autodesk 123d Circuits ?

     

    https://www.youtube.com/watch?v=OCmeyJA5IRk

     

    https://circuits.io/

     

    Looks like an on-line platform where you can simulate breadboard circuits along with Arduino programming and then optionally take that circuit into PCB design and have a custom Arduino shield PCB manufactured and sent to you by post.

     

    Looked interesting as a learning tool.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • cstanton
    cstanton over 9 years ago in reply to beacon_dave

    Looks like it has a fritzing style layout designer, too.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 9 years ago in reply to cstanton

    In the simulation your LED's appear to *pop* if you draw too much current through them as well. image

     

    https://circuits.io/circuits/2611041-jb-tutorial-2a

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • cstanton
    cstanton over 9 years ago in reply to beacon_dave

    Got any plans for what to build?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • cstanton
    cstanton over 9 years ago in reply to beacon_dave

    Got any plans for what to build?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • dougw
    dougw over 9 years ago in reply to cstanton

    I am building an solar-powered arduino-based bluetooth weather station using Eagle.

    The firmware and corresponding android app are complete except for final debugging and tweaks. Now it is mainly waiting for hardware to show up, and building the housing....

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 9 years ago in reply to cstanton

    I've got a'back-burner Arduino project for a DMX 512 to  RS-232RS-232 gateway The idea originally was to convert DMX 512 commands from an industry standard lighting desk and turn them into  RS-232RS-232 commands to control a digital signage player interactively so that the lighting desk could select different content on the signage player as part of lighting scenes

     

    The electronics is pretty straightforward a MAX485 or similar on the DMX 512 side and a MAX232 on the  RS-232RS-232 side to convert the levels

     

    However the programming is slightly more tricky as unfortunately the DMX 512 timing doesn't play nicely with the USART.

     

    Most people appear to end up using a bodge by flipping the USART between two different BAUD rates as a work-around. One to handle the long start of transmission break and the other to handle the actual data.

     

    I don't really like relying on bodges but I've yet to see a tutorial where someone has come up with a  documented way to handle this sort of thing correctly. I was thinking about handling the break via a second tri-stated input/output and then the data via the USART at a fixed BAUD rate as a possible solution.

     

    Another project idea is a lower cost matrix display sign using the likes of pixel LED strips. There are plenty of projects and tutorials out there for driving small matrix LED's / 7-segment displays but I've not seen many tutorials on how to scale this up to larger dot matrix type displays that could be used in real-world scenarios. Perhaps using a number of Arduino powered display panels which could be connected together to build a scalable matrix display of X rows by Y columns.

     

    Perhaps something a bit like Google's AnyPixel.js project

    https://www.youtube.com/watch?v=58pxJ8z1Vow

    • 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