<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 21/03/13 07:58, Philip Canavan
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1363852713.74383.YahooMailNeo@web171301.mail.ir2.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:Courier
        New, courier, monaco, monospace, sans-serif;font-size:12pt">
        <div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
          Courier New,courier,monaco,monospace,sans-serif;
          background-color: transparent; font-style: normal;"><span
            class="tab"><br>
          </span></div>
        <div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
          Courier New,courier,monaco,monospace,sans-serif;
          background-color: transparent; font-style: normal;"><span><br>
          </span></div>
        <div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
          Courier New,courier,monaco,monospace,sans-serif;
          background-color: transparent; font-style: normal;"><span
            class="tab">    </span><span>The interesting thing from an
            electronics perspective is that the processor on both the
            TRV and the thermostat modules is the SilLabs F930
            (<a class="moz-txt-link-freetext" href="http://www.silabs.com/products/mcu/lowpower/Pages/C8051F92x-93x.aspx">http://www.silabs.com/products/mcu/lowpower/Pages/C8051F92x-93x.aspx</a>),</span></div>
      </div>
    </blockquote>
    <br>
    <blockquote
      cite="mid:1363852713.74383.YahooMailNeo@web171301.mail.ir2.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:Courier
        New, courier, monaco, monospace, sans-serif;font-size:12pt">
        <div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
          Courier New,courier,monaco,monospace,sans-serif;
          background-color: transparent; font-style: normal;">Does
          anyone have any experience with these units?<br>
        </div>
        <div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
          Courier New,courier,monaco,monospace,sans-serif;
          background-color: transparent; font-style: normal;"><br>
        </div>
        <div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
          Courier New,courier,monaco,monospace,sans-serif;
          background-color: transparent; font-style: normal;"><br>
        </div>
        <br>
      </div>
    </blockquote>
    Yes.  They are 8051 cores so you can use the open-source compiler
    SDCC.  Fairly nice crossbar based IO so you can bring pretty much
    any peripheral out on any pin.  They're not the cheapest, though,
    and their power consumption doesn't stand out quite so much these
    days.<br>
    <br>
    You mentioned the cube is Atmel.  The part number was slightly
    obscured in the photo but given the Ethernet I assume it is a SAM7X,
    which is ARM7.  Again no problem developing for these with FOSS
    tools (GCC, GDB, openocd), and again I have used them.<br>
    <br>
    Mike<br>
    <br>
  </body>
</html>