Shop OBEX P1 Docs P2 Docs Learn Events
Help! Wirelessly transmitting temperature data from sensirion SHT11/15 using a — Parallax Forums

Help! Wirelessly transmitting temperature data from sensirion SHT11/15 using a

campbelljcampbellj Posts: 4
edited 2012-12-07 11:04 in Learn with BlocklyProp
We could use some help on how to transmit temperature data wirelessly using a sensirion temperature sensor and a 912 MHz transceiver.

We are using a Boe-Bot. Can someone share advice on where to put the serout command for transmitting the temp data using the following code? We could also use help on how to receive it. We have had success transmitting text, but not the temperature data from the temperature sensor.

Thanks for the help!

The code should be attached.

Comments

  • dandreaedandreae Posts: 1,375
    edited 2007-12-10 22:15
    Can you attach a copy of your code so that we can see where you are at?



    Dave

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Dave Andreae

    Parallax Tech Support·
  • campbelljcampbellj Posts: 4
    edited 2007-12-11 18:01
    Here is what we've been trying for the transmitter and the receiver. Thanks for helping.
  • campbelljcampbellj Posts: 4
    edited 2007-12-14 17:54
    That isn't working as it keeps giving the message "expected a variable".
  • dandreaedandreae Posts: 1,375
    edited 2007-12-14 18:30
    Try:



    SERIN Rx,N9600,[noparse][[/noparse]DEC3 tF]··········· 'Receive one byte
    · SERIN Rx,N9600,[noparse][[/noparse]DEC3 tC]
    · SERIN Rx,N9600,[noparse][[/noparse]DEC3 soT]

    Dave

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Dave Andreae

    Parallax Tech Support·
  • campbelljcampbellj Posts: 4
    edited 2007-12-17 13:39
    It is still not displaying the correct values for the temperature. Is there anyway to store the temperature data in the eeprom of the transmitter and then transmit it from there? If so, do you know how that might be done?

    Thanks for helping
  • ctangctang Posts: 1
    edited 2012-12-07 11:04
    I'm having trouble finding instructions to install the sht11 on my boe-bot, a fast reply is much appreciated.
Sign In or Register to comment.