Search results

  1. R

    DS18B20 Code Examples

    EQUATIONS EXPLAINED - for the curious I was fascinated by the simplicity of Marks post 2/8/2011 using the equation w0 = w0+880/16*9/5-67 to convert from C to F. what is the 880 and -67? why not the usual C*9/5 +32? I see now he has divided W0 by 16, thus shifting away the fractional part...
  2. R

    detecting READTEMP errors

    How can one detect if the DS18B20 sensor has been disconnected or is not working - detect error in readtemp result? THANKS!
  3. R

    Programmer App Error "Could not load extension icon 'res/audio_128.png"

    I think this problem stems from a CHROME update... but I get this error when trying to add the app to chrome using a MAC or a PC. Any input or expected fix date? UPDATE: friend downloaded a Version 48 (from february?) for MAC and the error message did not appear... so it is a problem with...
  4. R

    Someone able to program a picaxe in Reigate (London)?

    I have shipped a device to Reigate from California. It was $$$!! and I think I may need to reprogram the picaxe inside of it. Is there anyone who could do this for me for a consultation fee? You would need to remove 3 screws in a wooden box to access the program port. You'd need a standard...
  5. R

    Help with I2C interface to 2066 OLED controller using 20X2

    Can't get Newhaven NHD-216CW-AY3 OLED display up and running using I2C. Finally got it with SPI so I know my initialization sequence is OK. I think the problem is getting the right I2COUT command format! I've tried several, including hi2cout $00,(Out_Byte1) and hi2cout [$7A],$00,(Out_Byte1)...
  6. R

    Using SPI interface 20X2 to Newhaven slim OLED

    This represents about 10 hours of research & experimentation! I tried to create minimal code to get Newhaven’s slim OLED functional. The part uses a US2066 controller – specifically I’m using a NHD-216CW-AY3 Hardware - 20X2 Pin 13 (hspi hdi) connected to ground. If it is...
Top