Stephen Moraco
07-21-2009, 01:54 PM
I'm working through turning on a propeller-based prototype. XBee radio, SHT11 sensor,
additional Analog Temp Sensor (so I can checkout XBee ADC and auto-reporting) and
headers for adding more sensors.
See: picasaweb.google.com/smmoraco/PropSenseAPropellerZigBeeBasedSensorPlatform (http://picasaweb.google.com/smmoraco/PropSenseAPropellerZigBeeBasedSensorPlatform)
As I grabbed code from our object exchange SHT11, XBee etc... TV out (of course!) my own
serial and full-duplex serial (ok, I'll proably drop to only one of these and not mine as I don't
need the high speed).... I find that the SHTxx code is using float32 (asm in own cog) for only
the Log10 code. I have no performance need and believe it or not I could use a freed up
cog! (ok, stop laughing... I know, eight really should be enough... http://forums.parallax.com/images/smilies/wink.gif
So, does anybody know of a spin-only version I can "leverage"?
Stephen, KZ0Q
--
additional Analog Temp Sensor (so I can checkout XBee ADC and auto-reporting) and
headers for adding more sensors.
See: picasaweb.google.com/smmoraco/PropSenseAPropellerZigBeeBasedSensorPlatform (http://picasaweb.google.com/smmoraco/PropSenseAPropellerZigBeeBasedSensorPlatform)
As I grabbed code from our object exchange SHT11, XBee etc... TV out (of course!) my own
serial and full-duplex serial (ok, I'll proably drop to only one of these and not mine as I don't
need the high speed).... I find that the SHTxx code is using float32 (asm in own cog) for only
the Log10 code. I have no performance need and believe it or not I could use a freed up
cog! (ok, stop laughing... I know, eight really should be enough... http://forums.parallax.com/images/smilies/wink.gif
So, does anybody know of a spin-only version I can "leverage"?
Stephen, KZ0Q
--