-->
Page 1 of 7

Working libraries and modules.[updated-23.08.15]

PostPosted: Sat Mar 28, 2015 8:42 am
by alonewolfx2
I think we can teset and share working arduino libraries and moules. Here we go.
i will share more when i tested.

-----------------------------------------------------------------------------------------------------------------------------
LiquidCrystal Library [COMPILED]-[WORKING] [TESTED with HD44780]
LiquidCrystal I2C Library [COMPILED]-[WORKING][TESTED with i2c-HD44780][Here is link viewtopic.php?f=29&t=2289]
Servo Library [NOT-COMPILED]
SD Library [NOT-COMPILED]-[WAITING SPI]
StepperLibrary [COMPILED]-[WAITING FOR TEST]
GSM Library [NOT-COMPILED]
DS1307 Library [NOT-COMPILED]
U8G Library [NOT-COMPILED]
LCD5110 Library[COMPILED]-[TESTED with from http://www.elechouse.com]
SDfat Library [NOT-COMPILED]
Adafruit library for MCP9808 [COMPILED]-
Adadafruit library for TMP007 [COMPILED]-

Re: Working libraries and modules.

PostPosted: Sat Mar 28, 2015 11:44 am
by igrr
This I2C OLED display library seems to work:
ZtOledDisplay (I2C)

Need to investigate issues with other display libraries.

Re: Working libraries and modules.

PostPosted: Mon Mar 30, 2015 8:34 am
by unreality
I tried compiling u8glib today, but the compiler complains about missing typedefs:

'__FlashStringHelper' does not name a type

From my quick googling, this seems related to the F() macro, which could be related to https://github.com/esp8266/Arduino/issues/6

Re: Working libraries and modules.[updated-04.04.15]

PostPosted: Sat Apr 04, 2015 11:17 am
by penatenjoe
For those of us using 315 MHz / 433 Mhz RF transmitters/receivers: the library in https://github.com/sui77/rc-switch throws a bunch of warnings when using it for an ESP8266 but seems to work. So far I used only the transmitter part for remotely controlled power sockets, though. For me a nice way to control appliances without the associated electrical hazards.