Asked
— Edited
I am trying to control a seven led segment with ez-b but I not sure how to go about it. Do I have to use 7 different connectors from the ez-b like I would do with an Arduino board?
I am trying to control a seven led segment with ez-b but I not sure how to go about it. Do I have to use 7 different connectors from the ez-b like I would do with an Arduino board?
I is the same type of 3 pin connectors like you use on the arduino. There is ground and hot and signal. But, with the EZB it is WAY MORE Easier.
It depends on that hardware you are connecting. If it's 7 seperate LED's without a shift register IC, then yes you'd need 7 ports of the EZ-B. Each port would represent a different LED.
In ARC, you can create a function that will display the single digit of a variable by monitoring the variable value. If you need help we can create an example.
An example will be great DJ, so I can get familiar with the EZ-B
Use this example: Example-Script-7SegmentLEDDisplay.EZB
Main procedure to display the value of $lDisplay is...
Great example @DJ... as I verbally counted past 9 it took me a few seconds to recognize that you are using Hexadecimal I am now going to dig up a 7 segment LED, I am sure I have kicking around and never used, and try it for real