Tuesday, February 19, 2013

Hybrid V3

The framework of the communication between the various components is complete. This is basic wireless connection and communication (to and from). This was the hard part of the wireless communication. Now all that's left is:
 
1. Getting each part to send the specific required data (such as timings, winning number etc). This isn't difficult at all, just straight forward coding.
 
2. A few last bits such as each component knowing when connection is lost, what to do if connection is lost and so on. There are a number of such situations the components must deal with, and each will take about a day of work.
 
3. Final testing.
 
So we're really in the final stages and although the last parts are painfully close, they are still tedious as we're fitting together all the various completed parts, and they need to work together.
 
Probably the biggest delay in this part is because two different programmers are working on different parts, and they need to make the code compatible with each other, test it, report back etc.