Search found 32 matches

by outlawstc
Thu Jan 16, 2014 5:46 pm
Forum: Flowcode V6
Topic: AVR to AVR (arduino) communication
Replies: 6
Views: 4005

Re: AVR to AVR (arduino) communication

Jordy, So this RS232 component I read through Ben's book about it... Does it require a external peripheral device like the max3323 for it to function or will it work with pin to pin connection from RX to Tx and Tx to Rx between micro controllers? These 2 or more micro controllers may not be on the s...
by outlawstc
Thu Jan 16, 2014 12:18 am
Forum: Flowcode V6
Topic: AVR to AVR (arduino) communication
Replies: 6
Views: 4005

Re: AVR to AVR (arduino) communication

I don't believe the Atmega328 has a CAN BUS protocol .
by outlawstc
Wed Jan 15, 2014 8:15 pm
Forum: Flowcode V6
Topic: AVR to AVR (arduino) communication
Replies: 6
Views: 4005

AVR to AVR (arduino) communication

Most of my projects will involve arduino type microcontrollers starting off since they are readily available complete turn key type boards.. To start off I would like to know The best method as well as possible other methods for hardwired communication between 2 or more micro controllers. The boards...
by outlawstc
Wed Jan 15, 2014 8:47 am
Forum: Flowcode V6
Topic: Lack of learning information for the program
Replies: 7
Views: 6503

Re: Lack of learning information for the program

Thanks for all the kind responses and encouragement to push forward! I have been using Flowcode v6 for a few months now.. I have already learned a lot.. I'm familiar with Arduino's platform so I did not come into this completely green behind the ears Thanks Ben for sharing your Book which it looks l...
by outlawstc
Tue Jan 14, 2014 9:13 am
Forum: Flowcode V6
Topic: Lack of learning information for the program
Replies: 7
Views: 6503

Lack of learning information for the program

Hi, I got to say I like the concepts of graphical programming and how it can lead to quicker and easier to understand programming.. But one thing that frustrates me about this Flowcode is the lack of resources for understanding and learning how to apply a lot of the built in component macros.. I wis...
by outlawstc
Sun Jan 12, 2014 9:48 pm
Forum: Flowcode V6
Topic: Quad 7 segment display printing characters
Replies: 1
Views: 2222

Quad 7 segment display printing characters

Hi, I am trying to print temperature to a quad display while using the last digit as the letter F.. I have figured out how to turn on the common manually and write the port manually and can achieve a F on the last display as desired... But for some odd reason it causes a glitch when it goes to write...
by outlawstc
Tue Oct 15, 2013 7:03 pm
Forum: Flowcode V2 & V3
Topic: DS1307 / I2C / CLOCK PROJECT
Replies: 20
Views: 45821

Re: DS1307 / I2C / CLOCK PROJECT

Here is The same flowchart with some added stuff such as setting the time and date to the RTC.. I also changed the way it all prints to the lcd.. I made it where it only prints the date info at midnight. .. I don't like the flicker of the refresh rate. It is more noticeable when the whole screen ref...