<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to LapTrackerTK</title><link>https://sourceforge.net/p/laptrackertk/wiki/LapTrackerTK/</link><description>Recent changes to LapTrackerTK</description><atom:link href="https://sourceforge.net/p/laptrackertk/wiki/LapTrackerTK/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 07 Aug 2015 20:56:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/laptrackertk/wiki/LapTrackerTK/feed" rel="self" type="application/rss+xml"/><item><title>LapTrackerTK modified by BadBeef67</title><link>https://sourceforge.net/p/laptrackertk/wiki/LapTrackerTK/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,27 +1,30 @@
 I walked into my father in-laws garage and spotted a row of RC Stadium trucks on a shelf.
-"Who's those?" I asked.
-"Mine and the kids. Been years since we had them out".
+"Whose are those?" I asked.
+"Mine and the kids, but it’s been years since we had them out".

 We dusted them off, fired them up. The hobby was a bit expensive for me at the time, there was no way I could maintain it.
 "I like NASCAR and oval tracks anyway. These trucks are fun, but not my style"...

 "What the heck!" The next weekend, he built a suspended track made from 4x8 ply with carpet as a track surface. We sent the whole summer running pan cars on that track.

-Well, the year roll by and that track has long since been torn down. A few kids later and  a few raises later those RC cars started to look fun again.
+Well, the years roll by and that track has long since been torn down. Buy a house, get a better job, have kids.
 "Hey Daddy, what are those cars on the wall". &amp;lt;--My son

 Here we go again.

-The idea came to me suddenly as most ideas do. "What if I suspend a scan gun above the track, and scan barcodes (or QR codes) off the top of the cars as they go under?" I didn't think it was that bad of an idea anyway... The only programming language I know is Tcl. Thats fine, Scan guns are basically keyboards, stdin. So the first version of LapTracker was born, simply taking stdin keyboard input and counting laps. Easy.
+The idea came to me suddenly as most ideas do. "What if I suspend a scan gun above the track, and scan barcodes (or QR codes) off the top of the cars as they go under?" I didn't think it was that bad of an idea anyway... The only programming language I know is Tcl. That’s fine; Scan guns are basically keyboards, stdin. So the first version of LapTracker was born, simply taking stdin keyboard input and counting laps. Easy.

-Later I used an array to track mulitple cars simultainiously. Stored time stamps, comparing them to get laptimes! "Oh this is GREAT!!". "Heck, if I know the track length, I can calculate MPH! COOL!!" ~you get my drift~
+Later I used an array to track multiple cars simultaneously. Stored time stamps, comparing them to get lap times! "Oh this is GREAT!!". "Heck, if I know the track length, I can calculate MPH! COOL!!" ~you get my drift~ Quickly, it started to get out of hand. I knew enough Tk to GUI the program and gave it a few features I simply couldn't do with only a command line program.

-I work for an international company, I thought "Why not caclulate KPH too, who knows, someone in EU might want to run this thing"...
+Also, barcode scanner idea didn’t prove out. The cars travelled to fast and I couldn’t get it to work. The potential of the software though got me thinking. “What other ways can I capture the cars”? I then started thinking, what if I put an Arduino in each car and sense the start finish line somehow? There were several challenges there. Long story short, I had a friend suggest “Well, you won’t need an Arduino if you use the ESP8266”. That got me going down of building my own DIY transponder. The idea this time was to have the ESP8266 send some info over WiFi to my ever evolving LapTracker (now with Tk GUI). I re-worked LapTracker to listen to a TCP port over the network and managed to figure out how to get the ESP monitoring a GPIO pin and have that pull to ground when a reed switch is activated by an embedded magnet in the start finish line. 

-quickly, it started to get out of hand. I knew enough Tk to GUI the program and gave it a few features I simply couldn't do with only a command line program. The final version I give to the world is LapTrackerTK_1.5 and used freewrap to encasulate the Tcl/Tk code as an executable. Some work using GIMP and I had an icon file. Thank you to all those owners and developers of opensource code. 
+Feeling ambitions that LapTrackerTK might take over the world of RC Car Lap Counting, I thought "Why not calculate speed in km/h and permit track length in Meters too. Who knows, someone in EU might want to run this thing"...
+
+ The final version I give to the world is LapTrackerTK_1.5 and used freewrap to encapsulate the Tcl/Tk code as an executable. Some work using GIMP and I had an icon file. Thank you to all those owners and developers of open source code. You folks rock!
 [http://freewrap.sourceforge.net/](http://freewrap.sourceforge.net/)
 [http://www.gimp.org/](http://www.gimp.org/)

-I've posted the raw code and the executables for all to enjoy. check out the README file for all the features and ways to troubleshoot the software. 

-also see [ESP8266]
+This wiki has all the info you’ll need to get LapTrackerTK running with the ESP8266 DIY transponder. I've posted the raw code and the executable for all to enjoy. Check out the README file for all the features and ways to troubleshoot the software. 
+
+Also see [ESP8266]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BadBeef67</dc:creator><pubDate>Fri, 07 Aug 2015 20:56:55 -0000</pubDate><guid>https://sourceforge.netbc6c8eab0a28cc86ac51389ea806bdadbf284343</guid></item><item><title>LapTrackerTK modified by BadBeef67</title><link>https://sourceforge.net/p/laptrackertk/wiki/LapTrackerTK/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I walked into my father in-laws garage and spotted a row of RC Stadium trucks on a shelf.&lt;br/&gt;
"Who's those?" I asked.&lt;br/&gt;
"Mine and the kids. Been years since we had them out".&lt;/p&gt;
&lt;p&gt;We dusted them off, fired them up. The hobby was a bit expensive for me at the time, there was no way I could maintain it.&lt;br/&gt;
"I like NASCAR and oval tracks anyway. These trucks are fun, but not my style"...&lt;/p&gt;
&lt;p&gt;"What the heck!" The next weekend, he built a suspended track made from 4x8 ply with carpet as a track surface. We sent the whole summer running pan cars on that track.&lt;/p&gt;
&lt;p&gt;Well, the year roll by and that track has long since been torn down. A few kids later and  a few raises later those RC cars started to look fun again.&lt;br/&gt;
"Hey Daddy, what are those cars on the wall". &amp;lt;--My son&lt;/p&gt;
&lt;p&gt;Here we go again.&lt;/p&gt;
&lt;p&gt;The idea came to me suddenly as most ideas do. "What if I suspend a scan gun above the track, and scan barcodes (or QR codes) off the top of the cars as they go under?" I didn't think it was that bad of an idea anyway... The only programming language I know is Tcl. Thats fine, Scan guns are basically keyboards, stdin. So the first version of LapTracker was born, simply taking stdin keyboard input and counting laps. Easy.&lt;/p&gt;
&lt;p&gt;Later I used an array to track mulitple cars simultainiously. Stored time stamps, comparing them to get laptimes! "Oh this is GREAT!!". "Heck, if I know the track length, I can calculate MPH! COOL!!" ~you get my drift~&lt;/p&gt;
&lt;p&gt;I work for an international company, I thought "Why not caclulate KPH too, who knows, someone in EU might want to run this thing"...&lt;/p&gt;
&lt;p&gt;quickly, it started to get out of hand. I knew enough Tk to GUI the program and gave it a few features I simply couldn't do with only a command line program. The final version I give to the world is LapTrackerTK_1.5 and used freewrap to encasulate the Tcl/Tk code as an executable. Some work using GIMP and I had an icon file. Thank you to all those owners and developers of opensource code. &lt;br/&gt;
&lt;a class="" href="http://freewrap.sourceforge.net/"&gt;http://freewrap.sourceforge.net/&lt;/a&gt;&lt;br/&gt;
&lt;a class="" href="http://www.gimp.org/" rel="nofollow"&gt;http://www.gimp.org/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I've posted the raw code and the executables for all to enjoy. check out the README file for all the features and ways to troubleshoot the software. &lt;/p&gt;
&lt;p&gt;also see &lt;a class="alink" href="/p/laptrackertk/wiki/ESP8266/"&gt;[ESP8266]&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BadBeef67</dc:creator><pubDate>Fri, 07 Aug 2015 03:58:45 -0000</pubDate><guid>https://sourceforge.net932f2be362b5cb9c61ccbd73d89a123aa532f1ec</guid></item></channel></rss>