Unlike the first version which was programmed for the LUA firmware, this update is made for the Arduino IDE. It looks like I will have much more degrees of freedom here, since the heap doesn’t seem to get depleted so easily like on the LUA platform. Since u8glib has not been ported to the ESP8266 Arduino IDE yet and the Adafruit library didn’t work for me I had to get the necessary code running myself. Well… not entirely myself, the code here helped me to get started. Stay tuned for the final release and let me know if you like the preview…
Update: The WeatherStation Kit!
The WeatherStation Kit available at the shop! |
Are you still using openweathermap for your data source?
I really recommend the dark sky API
https://developer.forecast.io
Wow nice! I really love it! I have used the same code as a starting point and would love to see how you did the carousel. Hope you post your code soon!
Thanks!
Hi Mike. I plan to switch to the dark sky API. Currently I'm working on the display part. Thank you for the confirmation that the dark sky API will be the right choice…