-->
Page 1 of 1

MQTT and I2C, now I am not running out of memory!

PostPosted: Sun May 24, 2015 8:13 am
by hbouzas
Forget the DHT11. Implementing the protocol to read temperature and humidity eats all your memory on the ESP8266 and there is nothing left if you want to support MQTT messaging. However, and I2C sensor works. The I2C implementation using an LM75A can be done and integrated with MQTT.

I am preparing a post with the details on what I did and will publish in http://www.horaciobouzas.com

Re: MQTT and I2C, now I am not running out of memory!

PostPosted: Mon Jun 08, 2015 5:38 am
by scargill
Interesting as I have MQTT and DHT1/22 and DS18b20 and serial LED control and I'm not running out of memory. You're not doing this in Lua are you?