Arduino UNO Adafruit 7-segment Display Project

Thread Starter

ciaranq

Joined Aug 17, 2016
1
Hello everyone,

i have a project that i am nearly finished but need some help with a couple of issues (also wanted to share my project if anyone finds it interesting)

essentially, i have 13 displays that are controlled over I2C. I have 2 arduino Uno as i can have a maximum of 8 displays on 1 bus (i was given another arduino by the employers, they said this would be better rather than bit banging my way to get 13 on one bus. I'm doing this project for in my internship)

So 2 buses: 7 displays and 6 displays, data is coming from an array called data[][] in each programme.

I will be given a text file with my real data inside soon. I need to find a way to get this data into the arrays in my code. I have had a look online but could do with someone explaining this to me so i can make sense of it all.

I need to find a way to have a Master Slave setup with my 2 arduino's, i was thinking of just having a digital pinout going from the master to the slave and having the slave waiting for a rising edge and then iterating its 'loop' once using a while or if statement. What do you think about that?

(attached is my code, if anyone could tell me how to display code actually in this post that would be great!)

Thank you.
 

Attachments

Top