Search found 89 matches
- Fri Jun 01, 2018 3:09 pm
- Forum: Lazer Swarm Announcements
- Topic: Lazer Swarm Command Center 3.0 Beta 3 Now Available
- Replies: 0
- Views: 73339
Lazer Swarm Command Center 3.0 Beta 3 Now Available
Lazer Swarm Command Center 3.0 Beta 3 is now available. Download it now! Please test it out very thoroughly and let me know of any issues . 3.0 Beta 3 (2018-06-01): Fixed zone beacons not being sent in zone games. Fixed incorrect countdown length in enhanced games. Fixed possible freeze after clicki...
- Wed Nov 29, 2017 7:28 pm
- Forum: Lazer Tag Gameplay
- Topic: Mega option
- Replies: 1
- Views: 14876
Re: Mega option
Mega tags is a feature of the Deluxe and LTAR taggers that lets you combine up to four tags into one shot. It is not supported by the LTX and so is just ignored by that tagger.
- Sat Oct 21, 2017 5:25 pm
- Forum: Lazer Swarm Announcements
- Topic: Lazer Swarm Command Center 2.1 Now Available
- Replies: 0
- Views: 63378
Lazer Swarm Command Center 2.1 Now Available
Lazer Swarm Command Center 2.1 is now available. Download it now! Let me know of any issues . 2.1 (2017-10-21): Fixed a possible crash when assigning names from the player list context menu. Fixed a possible crash when taggers are joining a game. Fixed issues with more than 8 players in solo games. ...
- Mon Oct 16, 2017 7:36 pm
- Forum: Lazer Tag Modifications
- Topic: LTAR TRRS Protocol
- Replies: 75
- Views: 182458
Re: LTAR TRRS Protocol
It can talk to the LTAR too. The current version has a text box at the bottom where you can type blocks in to send. It can also dump the RAM now in addition to all the variables. The firmware is in mask ROM so I don't think there's any way to permanently brick an LTAR through software. There are som...
- Fri Oct 06, 2017 5:26 pm
- Forum: Lazer Tag Modifications
- Topic: LTAR TRRS Protocol
- Replies: 75
- Views: 182458
- Thu Oct 05, 2017 10:40 pm
- Forum: Lazer Tag Modifications
- Topic: LTAR TRRS Protocol
- Replies: 75
- Views: 182458
Re: LTAR TRRS Protocol
I've been working on a Windows program to talk to the LTAR. Here's what I've got so far. I plan on putting the code up on GitHub soon.
- Sat Sep 30, 2017 9:24 pm
- Forum: Lazer Tag Modifications
- Topic: LTAR TRRS Protocol
- Replies: 75
- Views: 182458
Re: LTAR TRRS Protocol
I've figured out how to generate the correct responses for the authentication method!
https://wiki.lazerswarm.com/wiki/Challe ... onse_Block
https://wiki.lazerswarm.com/wiki/Challe ... onse_Block
- Fri Sep 29, 2017 1:04 am
- Forum: Lazer Tag Modifications
- Topic: LTAR TRRS Protocol
- Replies: 75
- Views: 182458
Re: LTAR TRRS Protocol
I'm making a lot of progress now. I'm filling in stuff on the wiki as I go.
https://wiki.lazerswarm.com/wiki/Smart_Device_Protocol
I've also found the authentication method. It's a 16-bit challenge/response. I haven't figured out how to generate the correct responses yet.
https://wiki.lazerswarm.com/wiki/Smart_Device_Protocol
I've also found the authentication method. It's a 16-bit challenge/response. I haven't figured out how to generate the correct responses yet.
- Thu Sep 28, 2017 12:12 am
- Forum: Lazer Tag Modifications
- Topic: LTAR TRRS Protocol
- Replies: 75
- Views: 182458
Re: LTAR TRRS Protocol
I'm thinking BType 0x50 is a negative acknowledgement. BData0 is the BType of the block that had an error and BData1 is the error flags. 0x01 is something like invalid argument and 0x04 is something like unexpected block. I get a lot of 0x04 errors when using the Left->Mic loopback to record the tag...
- Thu Sep 28, 2017 12:00 am
- Forum: Lazer Tag Modifications
- Topic: LTAR TRRS Protocol
- Replies: 75
- Views: 182458
Re: LTAR TRRS Protocol
I got an iPhone and hacked up a cable so my PC can listen in on the communications. I've filled in a bit more information about the TAGGER-STATUS block on the wiki: https://wiki.lazerswarm.com/wiki/Tagger_Status_Block I think I've got the basics of BType 0x01 figured out. It's a more basic status bl...