how can i use multi function shield for arduino

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

Moderator: Benj

Post Reply
bilal
Posts: 19
Joined: Sat Dec 06, 2014 5:15 pm
Has thanked: 1 time
Contact:

how can i use multi function shield for arduino

Post by bilal »

hi
how can i use multi function shield in arduino.

Image

i need Arduino Library for this shield.

thanks.

User avatar
katela
Posts: 10
Joined: Thu Aug 15, 2013 8:04 am
Location: South Africa
Has thanked: 3 times
Been thanked: 1 time
Contact:

Re: how can i use multi function shield for arduino

Post by katela »

You don't really need a specialized library to use that shield.
You can read its datasheet to find out where each device is connected to and use normal Flowcode components and icons to control it. A shield is just making simpler to connect devices to arduino pins, but the underlying connections are still the same even without a shield.
Free online Microcontroller Tutorials & Projects for beginners to advanced.
Website: https://www.studentcompanion.co.za/cate ... e-for-pic/
YouTube Tutorials: https://www.youtube.com/user/StudentCompanionSA

bilal
Posts: 19
Joined: Sat Dec 06, 2014 5:15 pm
Has thanked: 1 time
Contact:

Re: how can i use multi function shield for arduino

Post by bilal »

katela wrote:You don't really need a specialized library to use that shield.
You can read its datasheet to find out where each device is connected to and use normal Flowcode components and icons to control it. A shield is just making simpler to connect devices to arduino pins, but the underlying connections are still the same even without a shield.
Yes you are right, but when there is a library that is easy to program.
Keys and LED are easy to deal with and programmed as you said, but the seven-SEG need a library to make it easier to program>

can you tell me what is the correct components for the 7 segment in flowcode v8, for the arduino multi function shield.

thanks

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: how can i use multi function shield for arduino

Post by Benj »

Hello,

The shield looks interesting.

I can make an example project to drive the shield or maybe even a component. Which microcontroller device are you using? i.e. Is it an Arduino Uno or a different device? This will allow me to correctly pre-configure the various component pins.

The only information I have currently found on the board is here.
http://www.cohesivecomputing.co.uk/hack ... on-shield/

If you have any better links to information e.g. a schematic then that would be helpful.

bilal
Posts: 19
Joined: Sat Dec 06, 2014 5:15 pm
Has thanked: 1 time
Contact:

Re: how can i use multi function shield for arduino

Post by bilal »

Benj wrote:Hello,

The shield looks interesting.

I can make an example project to drive the shield or maybe even a component. Which microcontroller device are you using? i.e. Is it an Arduino Uno or a different device? This will allow me to correctly pre-configure the various component pins.

The only information I have currently found on the board is here.
http://www.cohesivecomputing.co.uk/hack ... on-shield/

If you have any better links to information e.g. a schematic then that would be helpful.

thanks.
I use Arduino Uno, and I need to be programmed by Flowcode program.
Can you program me an example, a counter of 1 to 10, using a flowcode program.

bilal
Posts: 19
Joined: Sat Dec 06, 2014 5:15 pm
Has thanked: 1 time
Contact:

Re: how can i use multi function shield for arduino

Post by bilal »

Thanks for help
can you make an example, to write a number ten, in the seven-sagment in arduino multi function shield.

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: how can i use multi function shield for arduino

Post by Benj »

Hello,

Without actually seeing a schematic I can only go off the library code and it looks like there is some sort of buffer IC that drives the 7-seg displays.

Here is a quick example that simulates and should also hopefully drive the hardware.
Shield.fcfx
(18.68 KiB) Downloaded 224 times
Let us know how you get on. The board looks quite well suited to create a component to drive it.

bilal
Posts: 19
Joined: Sat Dec 06, 2014 5:15 pm
Has thanked: 1 time
Contact:

Re: how can i use multi function shield for arduino

Post by bilal »

Benj wrote:Hello,

Without actually seeing a schematic I can only go off the library code and it looks like there is some sort of buffer IC that drives the 7-seg displays.

Here is a quick example that simulates and should also hopefully drive the hardware.
Shield.fcfx

Let us know how you get on. The board looks quite well suited to create a component to drive it.
thanks to much.

Post Reply