2017-04-19 (W) Pi0 Laser Tag PiTagErrUs

Python has been reluctant to transform the byte string serial input from a string of four hexadecimal bytes into decimal notation. This occurred during any IR reception like an opponent's tagger or a simple remote control. Hexadecimal was a remnant from the IRremote library which broadcasts and receives in the logical base-16 notation. This shouldn't be necessary for anyone programming laser tag in Python or any other language. human-readable.

 Remotes and some data on the screen

The firmware was changed so it could deliver the four bytes as four base-10 numbers with a preceding "00" and spaces between each number. The spaces make it more 

Data formatted to be easily received

Downloads:

The rest of the posts for this project have been arranged by date

First time here?

Completed projects from year 1 
Completed projects from year 2
Completed projects from year 3


Disclaimer for http://24hourengineer.blogspot.com/ and 24hourengineer.com
This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.
All information in this blog, or linked by this blog, are not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property or similar, is the responsibility of those involved in the replication.
All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by Brian McEvoy, cannot be used to claim property or assets.
Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim property or assets based on a post.
This blog, including pictures and text, is copyright to Brian McEvoy.

2017-04-17 (M)

Comments