Suggestion for Component Help Info

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
Chet
Posts: 61
Joined: Thu Oct 13, 2005 5:05 am
Location: USA
Has thanked: 2 times

Suggestion for Component Help Info

Post by Chet »

Greetings, really enjoying Version 8. I thought many folks new to micro's would benefit if you could include warnings in the help sections of IO ports and PWM regarding ungrounded pins. I caught myself trying to blame my flowchart over and over recently only to find my problem was some ungrounded pins. If anyone can't figure out why your flowchart simulates perfectly, but your UNO is acting like nothing more than a paper weight, for goodness sakes ground ALL unused pins (through a 10k resistor of course). :D

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Suggestion for Component Help Info

Post by Benj »

Hi Chet,

Sounds like you've been having some problems. Glad you have them resolved.

However...
for goodness sakes ground ALL unused pins
This shouldn't be required. Unused Arduino pins can be left unconnected and the board should still run fine. Maybe there is something else causing the problems?

Post Reply