Jump to content
43oh

ewidance

Members
  • Content Count

    4
  • Joined

  • Last visited

  1. Hi, II've tested Lincomatic liquidTW2 library ( https://github.com/lincomatic/LiquidTWI2/ ) with an Adafuit i2c LCD backpack (http://www.adafruit.com/product/292 ). with a bidirectional i2c level translator, since backpack and lcd are 5V. Unfortunately, it does not works out of the box. However, this can be solved easily by inserting a delay BEFORE using the lcd.begin, an an other delay before sending first string. I suspect init time was shorted too much in the library, and because C3200 is much more fast than an arduino, fisrts strings where sent before complete lcd init; In bo
  2. Is an energia update planned, to include wifi fix, compliler opimization fix an so on?
  3. A can also confirm the same phenomena (6 bad / 1 good). I've duplicated client.print to a serial.print. It displays properly on serial each call. Serial.print("analog input"); client.print("analog"); Serial.print(analogChannel); client.print(analogChannel); Serial.print(" = "); client.print(" = "); Serial.println(sensorReading); client.print(sensorReading); client.println("<br />");
×
×
  • Create New...