<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.photonicsguy.ca/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.photonicsguy.ca/feed.php">
        <title>Photonicsguy.ca</title>
        <description></description>
        <link>https://www.photonicsguy.ca/</link>
        <image rdf:resource="https://www.photonicsguy.ca/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-06T20:32:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/archive/nslu2?rev=1510511638&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/wiki/syntax?rev=1707739749&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/playground/php?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/dvr?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/notes?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/wishlist?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/playground/phpsysinfo?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/taurus?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/archive/barometer?rev=1510511862&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/projects/flash?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/projects/electronics/tirepressuresensor?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/kayaking?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/archive/coop?rev=1510511960&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/electronics/battery?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/projects/astronomy?rev=1503424236&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/projects/electronics?rev=1415913830&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/projects/t530?rev=1625580959&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/vintage/next?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/wiki/welcome?rev=1707739749&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/projects/electronics/dgpsbeaconrx?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/projects/electronics/sdgpslogger?rev=1415904614&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.photonicsguy.ca/projects/electronics/sumppump?rev=1457484383&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.photonicsguy.ca/_media/wiki/dokuwiki.svg">
        <title>Photonicsguy.ca</title>
        <link>https://www.photonicsguy.ca/</link>
        <url>https://www.photonicsguy.ca/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.photonicsguy.ca/archive/nslu2?rev=1510511638&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-11-12T18:33:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Embedded Linux computer with 1-wire net</title>
        <link>https://www.photonicsguy.ca/archive/nslu2?rev=1510511638&amp;do=diff</link>
        <description>Embedded Linux computer with 1-wire net

Linksys NSLU2 running Debian Linux off of flash memory, polls a 1-wire net every 5 minutes and records the data (temperature and humidity) to a remote SQL server.

1-Wire

PIC18 Microcontroller

PIC18F4523 reading an ADT7410 temperature sensor via I2C.</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/wiki/syntax?rev=1707739749&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-12T12:09:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Formatting Syntax</title>
        <link>https://www.photonicsguy.ca/wiki/syntax?rev=1707739749&amp;do=diff</link>
        <description>Formatting Syntax

DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/playground/php?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>PHP</title>
        <link>https://www.photonicsguy.ca/playground/php?rev=1415904614&amp;do=diff</link>
        <description>PHP

IP

&lt;PHP&gt;
print “Your IP is ”.$_SERVER[“REMOTE_ADDR”].“&lt;BR&gt;\n”;
Print “Server IP is ”.$_SERVER[“SERVER_ADDR”].“&lt;BR&gt;\n”;
&lt;/PHP&gt;

----------

Other

&lt;PHP&gt;
$x=5;
$y=8;
$z=3;
Print “X=$x\nY=$y\n&lt;BR&gt;\nX+Y=”.($x+$y).“\n”</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/dvr?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MythTV DVR System Upgrade</title>
        <link>https://www.photonicsguy.ca/dvr?rev=1415904614&amp;do=diff</link>
        <description>MythTV DVR System Upgrade

Hardware

	*  Intel Celeron Dual Core E1200 CPU Allendale
	*  Intel Desktop Board DG35EC
		*  Product Guide
		*  Integrated graphics with DVI out  - Not used
		*  Four Sata connectors
		*  Gigabit Ethernet




	*  2x1024MB PC5400 RAM
	*  Masscool Socket 775 CPU Cooling Fan
	*  Cooler Master computer case
	*  Nvidia 7300GT PCIexpress video card</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/notes?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Notes</title>
        <link>https://www.photonicsguy.ca/notes?rev=1415904614&amp;do=diff</link>
        <description>Notes

APC Environmental card

AP9512TH
IC1LM35Temperature SensorIC2LM358NDual OpampIC3LM78LVreg, 5VBP1[TDK CHS-UGR]Humidity Sensor
AP9612
IC1ADC08348-Bit Serial I/O A/D Converter with Multiplexer OptionIC2MM74HC14NHex inverting Schmitt triggerIC5P87C521 Controller
PCF8574 - 8-Bit I/O Expander for I2C-Bus</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/wishlist?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Wishlist</title>
        <link>https://www.photonicsguy.ca/wishlist?rev=1415904614&amp;do=diff</link>
        <description>Wishlist

Manitou 14 - Manufacturer&#039;s site

Garmin eTrex Legend HCx GPS

GPS Logger

&lt;http://www.dataq.com/products/startkit/di148.htm&gt;

Photography

Sony A700

Macro reverse adapter

Lensbaby

Sparkfun

Package Tracker

5V DC-DC reg</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/playground/phpsysinfo?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://www.photonicsguy.ca/playground/phpsysinfo?rev=1415904614&amp;do=diff</link>
        <description>&lt;PHP&gt;
phpinfo();
&lt;/PHP&gt;</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/taurus?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Vehicle</title>
        <link>https://www.photonicsguy.ca/taurus?rev=1415904614&amp;do=diff</link>
        <description>Vehicle

If I only had a single wrench, I hope it&#039;s 13mm.
10mm for thermostat bracket bolts.

Remote Starter

Does not engage A/C, rear defroster.
Horn is not connected either (for programming).

Rear Defroster relay

[Relay]
ContactNote85Coil - Switched by ECM, ground to activate</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/archive/barometer?rev=1510511862&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-11-12T18:37:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Barometer Graphs</title>
        <link>https://www.photonicsguy.ca/archive/barometer?rev=1510511862&amp;do=diff</link>
        <description>Barometer Graphs

&lt;HTML&gt;
&lt;IMG SRC=“/sqlfile.php?id=4”&gt;
&lt;/HTML&gt;

&lt;HTML&gt;
&lt;IMG SRC=“/sqlfile.php?id=1”&gt;
&lt;/HTML&gt;</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/projects/flash?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Camera Flash Control</title>
        <link>https://www.photonicsguy.ca/projects/flash?rev=1415904614&amp;do=diff</link>
        <description>Camera Flash Control


CableShoeFunction?VoltageWireShieldGGnd 0RedF1Fire1.66Vdc3WhiteF2flash ready signal / data2 Hz signal 1-5V (0V when charging)2BlackF3TTL OK signal / clock1.06V (0V when charging)1
Measurements
Flash Duration0.1ms delay27 to 28ms</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/projects/electronics/tirepressuresensor?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Tire Pressure Sensor</title>
        <link>https://www.photonicsguy.ca/projects/electronics/tirepressuresensor?rev=1415904614&amp;do=diff</link>
        <description>Tire Pressure Sensor

The pressure is determined by the formula, &lt;m&gt;P=0.145*





Parts
  Part#    Description    Source    Cost  MPX5700DP-ND0-101.5PSI Pressure sensorDigikey$16 2 Ft 1/4ID hoseHome Hardware$1.50 2 crimp style hose clampsHome Hardware$1.60</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/kayaking?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Kayaking</title>
        <link>https://www.photonicsguy.ca/kayaking?rev=1415904614&amp;do=diff</link>
        <description>Kayaking

Barrie Canoe and Kayak Club

----------

	*  &lt;http://www.paddling.net/&gt;

	*  Notice to Mariners</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/archive/coop?rev=1510511960&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-11-12T18:39:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Coop</title>
        <link>https://www.photonicsguy.ca/archive/coop?rev=1510511960&amp;do=diff</link>
        <description>Coop

	*  $150 USB-GPIB Adapter
	*  PIC USB-GPIB Project
	*  &lt;http://www.thegleam.com/ke5fx/gpib/readme.htm&gt;
	*  &lt;http://www.thegleam.com/ke5fx/gpib/7470.htm&gt;
	*  &lt;http://www.printcapture.com/details.html&gt;
	*  &lt;http://www.webalice.it/hotwater/PicPlot.htm&gt;

	*  &lt;http://www.synrad.com/e-newsletters/08_09_07.htm&gt;
	*  &lt;http://www.optikon.ca/photonic.htm&gt;

URL&#039;s

	*  &lt;http://www.repairfaq.org/sam/laserco2.htm#co2sdf&gt;
	*  &lt;http://www.protectivepackaging.ca/310.htm&gt;

TEA CO2

&lt;http://www.vin.bg.ac.yu/V…</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/electronics/battery?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Tenergy Li-ion 18650 Pack</title>
        <link>https://www.photonicsguy.ca/electronics/battery?rev=1415904614&amp;do=diff</link>
        <description>Tenergy Li-ion 18650 Pack



Manufacturer site
Capacity6600mAhVoltage3.7VDimensions69mm Length x 54mm Width x 18mm ThciknessWeight9.0 ozMax. charge current1AMax. discharge current3.5ACut off voltage/Over-Charge Protection: 4.35VOver-Discharge Protection:2.4V
	*  High quality 3.7 V Li-Ion rechargeable battery pack</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/projects/astronomy?rev=1503424236&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-22T17:50:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Star pointing</title>
        <link>https://www.photonicsguy.ca/projects/astronomy?rev=1503424236&amp;do=diff</link>
        <description>Star pointing

Concept

Hardware

&lt;https://github.com/kriswiner/MPU9250&gt;

Magnetic declination

	*  Magnetic declination calculator for Canada
	*  Magnetic declination calculator for US

(My) Magnetic declination: 10° 28.50&#039; West (-10.475°)</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/projects/electronics?rev=1415913830&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T21:23:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>My Electronic Projects</title>
        <link>https://www.photonicsguy.ca/projects/electronics?rev=1415913830&amp;do=diff</link>
        <description>My Electronic Projects

~~PAGEINDEX=:projects:electronics~~
(Automatically generated list)

Suppliers

Online

	*  Digikey - Supplier of choice
	*  Sparkfun - Great hobby site, Interesting components, I&#039;ve ordered quite a few parts from them.
		*  BatchPCB.com - Great hobby site for fabricating PCB&#039;s</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/projects/t530?rev=1625580959&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-06T14:15:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Lenovo T530 Laptop WiFi upgrade</title>
        <link>https://www.photonicsguy.ca/projects/t530?rev=1625580959&amp;do=diff</link>
        <description>Lenovo T530 Laptop WiFi upgrade

I successfully installed an Intel Dual Band Wireless-AC 7260 wireless card by modifying the whitelist in the BIOS. I&#039;ve compiled this step-by-step guide with references as I had trouble finding a similar resource online.

Living in Toronto, the 2.4GHz WiFi band is over saturated and my best wireless throughput was roughly 16Mbps, now with 5GHz Wireless AC, I get an average of 700Mbps. I decided not to upgrade to the latest BIOS and to attempt the whitelist modifi…</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/vintage/next?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NeXt Cube</title>
        <link>https://www.photonicsguy.ca/vintage/next?rev=1415904614&amp;do=diff</link>
        <description>NeXt Cube

From &lt;http://www.bangmoney.org/nextstep/root_password.html&gt;


Lost Root Password

If you&#039;ve forgotten the root password, you&#039;ll need to follow the following procedure to reset it so you can login as root. This is most helpful to people who&#039;ve just purchased a used NeXT but don&#039;t know what the root password is.

Reboot the system.
Immdeiately after the &quot;Testing System&quot; message is replaced with &quot;Loading from disk&quot;, hold down the right command key and press the tilde (~) on the numeric k…</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/wiki/welcome?rev=1707739749&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-12T12:09:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Welcome to your new DokuWiki</title>
        <link>https://www.photonicsguy.ca/wiki/welcome?rev=1707739749&amp;do=diff</link>
        <description>Welcome to your new DokuWiki

Congratulations, your wiki is now up and running. Here are a few more tips to get you started.

Enjoy your work with DokuWiki,

-- the developers

Create your first pages

Your wiki needs to have a start page. As long as it doesn&#039;t exist, this link will be red:</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/projects/electronics/dgpsbeaconrx?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DGPS-11 Beacon Receiver</title>
        <link>https://www.photonicsguy.ca/projects/electronics/dgpsbeaconrx?rev=1415904614&amp;do=diff</link>
        <description>DGPS-11 Beacon Receiver

Si-tex DGPS-11 Beacon Receiver module mounted in a weatherproof housing.
 Wire  Function  Red+3A fused 10.8 to 31.2VDC OrangeRS-232C In WhiteRS-232C Out Black- Negative BlueTTL Out GreenData Ground BrownShield GroundHow can I tell if my WAAS GPS is giving me a corrected fix?
  Look for a &quot;D&quot; in your Latitude/Longitude readout.</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/projects/electronics/sdgpslogger?rev=1415904614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-13T18:50:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SD GPS Track Logger</title>
        <link>https://www.photonicsguy.ca/projects/electronics/sdgpslogger?rev=1415904614&amp;do=diff</link>
        <description>SD GPS Track Logger

Why? This is why:Bicycling Trips

ICSP Connector

Need a PIC18 chip with more memory, I&#039;m using the PIC18F4685 with 96Kbytes of program memory.

Microchip Mass Storage Class Firmware

[Still not working]

Still not working. Might be software or hardware, I&#039;ll need to check it on a digital oscilloscope. 



Correct clock rate (less than 400KHz).</description>
    </item>
    <item rdf:about="https://www.photonicsguy.ca/projects/electronics/sumppump?rev=1457484383&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-09T00:46:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Sump pump Monitor</title>
        <link>https://www.photonicsguy.ca/projects/electronics/sumppump?rev=1457484383&amp;do=diff</link>
        <description>Sump pump Monitor



My parents have a cistern and a sump pump which would be useful to have some sort of water level monitoring.

In the past, we would check the cistern level with a pressure gauge calibrated in inches of water. There was a rubber squeeze bulb which which would pressurize a plastic line which fed into the cistern, and the resulting level would be shown on the gauge.</description>
    </item>
</rdf:RDF>
