Re-indexing Tiles
Can you please explain how to re-index tiles? I have a base set plus one expansion and I'd like to be able to address each individually (i.e. 1-56). Thanks in advance!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
http://blinkinlabs.com/blinkytile/changing-addresses-on-your-tiles/
The easiest thing to do is to start building with one of the 1-14 sets, then once you have them all connected, go through the re-addressing procedure on those, and change them to addresses 43-56. Then, the rest of the tiles can be used with no conflicts.
Also, you can change the addresses as many times as you like, so if you decide later that it would be easier to control them if they had a different order, it's no problem to do so.
The video is here:
and the updated instructions are still here:
http://blinkinlabs.com/blinkytile/changing-addresses-on-your-tiles/
I'm just wondering how familiar you are with running python programs and how far along you are with getting the necessary items installed. Did you have any trouble installing Python on your computer?
Also, what type of computer are you using? I believe everything should work just fine on Windows but it's certainly be tested more on Mac.
Basically what you're going to do is open a the command prompt, then navigate to where you installed the Blinkytile files. I might suggest renaming "New folder (5)" because it's a bit annoying to type.
Here's a bit more about running the command prompt on Windows 7: http://windows.microsoft.com/en-us/windows/command-prompt-faq#1TC=windows-7
Basically you're going to open the prompt, navigate to the proper folder by typing "cd C:\Users\Naik\Desktop\New folder (5)\BlinkyTile-master" and then type "python addressprogrammer.py"
At that point you're basically telling the python program (which interprets python code) to run and execute the program we've written.
There's a lot to learn about the command prompt and programming, which you'll definitely run into as you learn more about electronics; we'll do our best to point you in the wrong direction but just remember that the syntax needs to be very exact...and that there are a lot of resources online to learn about it, so Google exact error messages etc.