WSDL WxShield for Arduino
Software for the WxShield
Since the release of Windows Vista/7, the directory structure for Arduino sketches and libraries has changed.
This was done because newer versions of Windows prevents users from easily modifying files in the Program Files
directory. The current download of Arduino software has been modified to work correctly with Arduino release 1.0.
There are two versions of software for the Arduino processor board posted in the downloads area:
- Version 1.6 should be used by most people.
- Version 1.7 adds support for AcuRite model 00955 wireless temperature-only sensors.
To enable this support, edit the WxReceiverConfig.h file and change the definition
for ACURITE_TEMP_ONLY from zero to one.
Make sure the WxShield is NOT installed on the Arduino module while programming the sketch.
- Start by downloading the Arduino software package from www.arduino.cc.
- Download the WxShield sketch source code here.
- Unpack the zip file onto your hard drive somewhere -- it will create a new folder
named "WxShield-Arduino-Source-v1.6".
- Install the Arduino software package you downloaded in step (1) above.
- Run the Arduino software you just installed; click on File...Preferences. Change the sketchbook location to
the new folder that was created when you unpacked the zip file in step (3) above. Click OK to close the
Arduino Preferences dialog window.
- Click on File...Sketchbook...sketches...WsdlWxShield. If you don't see this choice then the sketchbook location
specified in step (5) above is incorrect. This will open a new Arduino window and you should now close the
original Arduino window.
- Press the check-mark button in the top-left corner of the Arduino window. This should compile your sketch
without any errors. If you get some errors about things being un-defined, see the troubleshooting section
below.
- Plug in your Arduino module to a USB port. Use the Windows device manager to discover what COM port number
it is using.
- In the Arduino window, click Tools...Board and select your type of Arduino (e.g. Uno).
- Click Tools...Serial Port and choose the COM port number corresponding to your Arduino module.
- Click the Upload button (the right arrow next to the check-mark button). This will program the
WxShield sketch into your Arduino module.
- Un-plug Arduino from the USB port and install the WxShield.
WxShield Home