├── Dimmer ├── dimmer490_nossl_eagle.flash.bin ├── dimmer490_nossl_eagle.irom0text.bin ├── dimmer_nossl_eagle.flash.bin ├── dimmer_nossl_eagle.irom0text.bin └── readme.txt ├── EgyIOT ├── EgyIOT_nossl_eagle.flash.bin ├── EgyIOT_nossl_eagle.irom0text.bin └── readme.txt ├── H801 ├── boot_v1.5.bin ├── h801_user1.1024.new.2.bin └── readme.txt ├── README.md ├── RGBW ├── boot_v1.2.bin ├── readme.txt ├── rgbw_nossl_eagle.flash.bin ├── rgbw_nossl_eagle.irom0text.bin └── rgbw_wroom_user1.1024.new.2.bin ├── esp01_examples.pdf ├── esp_init_data_default.bin ├── gate-module-firmware ├── GATE_SOCKET.rar ├── gate_module2_wroom_eagle.flash.bin ├── gate_module2_wroom_eagle.irom0text.bin ├── gate_module_dht11_eagle.flash.bin ├── gate_module_dht11_eagle.irom0text.bin ├── gate_module_dht22_eagle.flash.bin ├── gate_module_dht22_eagle.irom0text.bin ├── gate_module_eagle.flash.bin ├── gate_module_eagle.irom0text.bin ├── gate_module_esp01_ds_eagle.flash.bin ├── gate_module_esp01_ds_eagle.irom0text.bin ├── gate_module_esp01_eagle.flash.bin ├── gate_module_esp01_eagle.irom0text.bin ├── gate_module_mem_eagle.flash.bin ├── gate_module_mem_eagle.irom0text.bin ├── gate_module_wroom_eagle.flash.bin ├── gate_module_wroom_eagle.irom0text.bin ├── gate_module_wroom_mem_eagle.flash.bin ├── gate_module_wroom_mem_eagle.irom0text.bin └── readme.txt ├── rollershutter-module-firmware ├── boot_v1.5.bin ├── esp_init_data_default.bin ├── readme.txt └── rs_module_user1.2048.new.5.bin ├── socket-firmware ├── readme.txt ├── wifisocket_1024_eagle.flash.bin ├── wifisocket_1024_eagle.irom0text.bin ├── wifisocket_54_1024_eagle.flash.bin ├── wifisocket_54_1024_eagle.irom0text.bin ├── wifisocket_esp01_eagle.flash.bin └── wifisocket_esp01_eagle.irom0text.bin ├── sonoff ├── boot_v1.5.bin ├── esp_init_data_default.bin ├── readme.txt ├── sonoff_ds18b20_eagle.flash.bin ├── sonoff_ds18b20_eagle.irom0text.bin ├── sonoff_ds18b20_user1.1024.new.2.bin ├── sonoff_ds18b20_v1.8.2.zip ├── sonoff_eagle.flash.bin └── sonoff_eagle.irom0text.bin ├── sonoff_dual ├── boot_v1.5.bin ├── esp_init_data_default.bin ├── readme.txt └── sonoff_dual_user1.1024.new.2.bin ├── sonoff_socket ├── boot_v1.5.bin ├── esp_init_data_default.bin ├── readme.txt ├── sonoff_socket_eagle.flash.bin ├── sonoff_socket_eagle.irom0text.bin └── sonoff_socket_user1.1024.new.2.bin ├── sonoff_th ├── boot_v1.5.bin ├── esp_init_data_default.bin ├── readme.txt ├── sonoff_th10_user1.1024.new.2.bin └── sonoff_th16_user1.1024.new.2.bin └── thermometer-esp01-firmware ├── am2302_esp01_eagle.flash.bin ├── am2302_esp01_eagle.irom0text.bin ├── dht11_esp01_eagle.flash.bin ├── dht11_esp01_eagle.irom0text.bin ├── dht22_esp01_eagle.flash.bin ├── dht22_esp01_eagle.irom0text.bin ├── readme.txt ├── thermometer_esp01_ds_gpio0_eagle.flash.bin ├── thermometer_esp01_ds_gpio0_eagle.irom0text.bin ├── thermometer_esp01_eagle.flash.bin └── thermometer_esp01_eagle.irom0text.bin /Dimmer/dimmer490_nossl_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/Dimmer/dimmer490_nossl_eagle.flash.bin -------------------------------------------------------------------------------- /Dimmer/dimmer490_nossl_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/Dimmer/dimmer490_nossl_eagle.irom0text.bin -------------------------------------------------------------------------------- /Dimmer/dimmer_nossl_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/Dimmer/dimmer_nossl_eagle.flash.bin -------------------------------------------------------------------------------- /Dimmer/dimmer_nossl_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/Dimmer/dimmer_nossl_eagle.irom0text.bin -------------------------------------------------------------------------------- /Dimmer/readme.txt: -------------------------------------------------------------------------------- 1 | SUPLA - DIMMER 2 | 3 | 512KB Flash (NO SSL SUPPORT): 4 | dimmer_nossl_eagle.flash.bin-------->0x00000 5 | dimmer_nossl_eagle.irom0text.bin---->0x40000 6 | 7 | PORT SETTINGS: 8 | 9 | CFG BUTTON GPIO0 10 | DIMMER PWM - GPIO4 11 | 12 | 13 | //------------------------------------------- 14 | SUPLA - DIMMER PWM 490Hz 15 | 16 | dimmer490_nossl_eagle.flash.bin-------->0x00000 17 | dimmer490_nossl_eagle.irom0text.bin---->0x40000 18 | -------------------------------------------------------------------------------- /EgyIOT/EgyIOT_nossl_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/EgyIOT/EgyIOT_nossl_eagle.flash.bin -------------------------------------------------------------------------------- /EgyIOT/EgyIOT_nossl_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/EgyIOT/EgyIOT_nossl_eagle.irom0text.bin -------------------------------------------------------------------------------- /EgyIOT/readme.txt: -------------------------------------------------------------------------------- 1 | EgyIOT Board 2 | 3 | EgyIOT_nossl_eagle.flash.bin-------->0x00000 4 | EgyIOT_nossl_eagle.irom0text.bin---->0x40000 5 | 6 | BAUDRATE: 115200 7 | Flash Size: 512KByte 8 | Flash speed: 40Mhz 9 | SPI Mode: QIO 10 | 11 | RELAY1 GPIO4 12 | RELAY2 GPIO12 13 | RELAY3 GPIO16 14 | 15 | RGB (R) GPIO14 16 | RGB (G) GPIO12 17 | RGB (B) GPIO5 18 | 19 | CFG-PORT GPIO0 20 | 21 | // CFG MODE ---------------------------------------- 22 | 23 | To bring the device into configuration 24 | mode, press and hold button for at least 5 sec. When in configuration mode, 25 | the device goes into Access Point mode. 26 | 27 | In order to enter or change the settings, you need to: 28 | 29 | - Sign in at https://cloud.supla.org (registration is free of charge) 30 | - Connect to WiFi called „SUPLA-ESP8266” from any computer with a wireless network card and Internet browser. 31 | - Open access page: http://192.168.4.1 32 | - Enter user name and password to the WiFi through which the device will get Internet access. 33 | - Enter Server address, Location ID and Location Password, which will be provided once you sign in at cloud.supla.org 34 | -------------------------------------------------------------------------------- /H801/boot_v1.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/H801/boot_v1.5.bin -------------------------------------------------------------------------------- /H801/h801_user1.1024.new.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/H801/h801_user1.1024.new.2.bin -------------------------------------------------------------------------------- /H801/readme.txt: -------------------------------------------------------------------------------- 1 | SUPLA FOR H801 WiFi LED CONTROLLER 2 | 3 | boot_v1.5.bin--------->0x00000 4 | h801_user1.1024.new.2.bin---->0x01000 5 | esp_init_data_default.bin---->0xfc000 6 | 7 | BAUDRATE: 115200 8 | Flash Size: 1MByte (8Mbit) 9 | Flash speed: 40Mhz 10 | SPI Mode: DIO 11 | 12 | CONFIG MODE: Close the jumper for min. 5 seconds. 13 | 14 | Demo (YouTube): 15 | https://youtu.be/UR4vKSUqHxw 16 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ESP8266 2 | Supla for ESP8266 3 | 4 | 5 | Source code: https://github.com/SUPLA/supla-espressif-esp 6 | -------------------------------------------------------------------------------- /RGBW/boot_v1.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/RGBW/boot_v1.2.bin -------------------------------------------------------------------------------- /RGBW/readme.txt: -------------------------------------------------------------------------------- 1 | SUPLA RGBW CONTROLLER 2 | 3 | 512KB Flash (NO SSL SUPPORT): 4 | rgbw_nossl_eagle.flash.bin-------->0x00000 5 | rgbw_nossl_eagle.irom0text.bin---->0x40000 6 | 7 | 1MB Flash: 8 | boot_v1.2.bin--------------------->0x00000 9 | rgbw_wroom_user1.1024.new.2.bin--->0x01000 10 | 11 | 12 | PORT SETTINGS: 13 | 14 | CFG BUTTON GPIO0 15 | 16 | LED STRIP PWM 17 | - RED GPIO12 18 | - GREEN GPIO13 19 | - BLUE GPIO14 20 | 21 | WHITE BRIGHTNESS PWM - GPIO4 22 | COLOR BRIGHTNESS PWM - GPIO5 23 | 24 | 25 | -------------------------------------------------------------------------------- /RGBW/rgbw_nossl_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/RGBW/rgbw_nossl_eagle.flash.bin -------------------------------------------------------------------------------- /RGBW/rgbw_nossl_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/RGBW/rgbw_nossl_eagle.irom0text.bin -------------------------------------------------------------------------------- /RGBW/rgbw_wroom_user1.1024.new.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/RGBW/rgbw_wroom_user1.1024.new.2.bin -------------------------------------------------------------------------------- /esp01_examples.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/esp01_examples.pdf -------------------------------------------------------------------------------- /esp_init_data_default.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/esp_init_data_default.bin -------------------------------------------------------------------------------- /gate-module-firmware/GATE_SOCKET.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/GATE_SOCKET.rar -------------------------------------------------------------------------------- /gate-module-firmware/gate_module2_wroom_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module2_wroom_eagle.flash.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module2_wroom_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module2_wroom_eagle.irom0text.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_dht11_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_dht11_eagle.flash.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_dht11_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_dht11_eagle.irom0text.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_dht22_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_dht22_eagle.flash.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_dht22_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_dht22_eagle.irom0text.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_eagle.flash.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_eagle.irom0text.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_esp01_ds_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_esp01_ds_eagle.flash.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_esp01_ds_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_esp01_ds_eagle.irom0text.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_esp01_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_esp01_eagle.flash.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_esp01_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_esp01_eagle.irom0text.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_mem_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_mem_eagle.flash.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_mem_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_mem_eagle.irom0text.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_wroom_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_wroom_eagle.flash.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_wroom_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_wroom_eagle.irom0text.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_wroom_mem_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_wroom_mem_eagle.flash.bin -------------------------------------------------------------------------------- /gate-module-firmware/gate_module_wroom_mem_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/gate-module-firmware/gate_module_wroom_mem_eagle.irom0text.bin -------------------------------------------------------------------------------- /gate-module-firmware/readme.txt: -------------------------------------------------------------------------------- 1 | SUPLA WIFI GATE MODULE 2 | 3 | gate_module_eagle.flash.bin-------->0x00000 4 | gate_module_eagle.irom0text.bin---->0x40000 5 | 6 | -OR- 7 | 8 | gate_module_dht11_eagle.flash.bin-------->0x00000 9 | gate_module_dht11_eagle.irom0text.bin---->0x40000 10 | 11 | -OR- 12 | 13 | gate_module_dht22_eagle.flash.bin-------->0x00000 14 | gate_module_dht22_eagle.irom0text.bin---->0x40000 15 | 16 | 17 | PORT SETTINGS: 18 | 19 | [CHANNEL0] RELAY1 GPIO4 20 | [CHANNEL1] RELAY2 GPIO13 21 | CFG BUTTON GPIO5 22 | 23 | LED 24 | - GREEN GPIO12 25 | - BLUE GPIO14 26 | 27 | [CHANNEL2] INPUT_PORT1 GPIO12 28 | [CHANNEL3] IMPUT_PORT2 GPIO14 29 | 30 | GPIO12,GPIO14 operate in two modes. In and Out (In - INPUT, Out - LED) 31 | 32 | [CHANNEL4] DS18B20/DHT11/DHT22 Sensor GPIO2 33 | 34 | ---------------------------------------------------------- 35 | ---------------------------------------------------------- 36 | ---------------------------------------------------------- 37 | 38 | gate_module_wroom-eagle.flash.bin-------->0x00000 39 | gate_module_wroom-eagle.irom0text.bin---->0x40000 40 | 41 | WROOM PORT SETTINGS: 42 | 43 | [CHANNEL0] RELAY1 GPIO4 44 | [CHANNEL1] RELAY2 GPIO14 45 | CFG BUTTON GPIO13 46 | 47 | LED 48 | - GREEN GPIO5 49 | - BLUE GPIO12 50 | 51 | [CHANNEL2] INPUT_PORT1 GPIO5 52 | [CHANNEL3] IMPUT_PORT2 GPIO12 53 | 54 | GPIO5,GPIO12 operate in two modes. In and Out (In - INPUT, Out - LED) 55 | 56 | [CHANNEL4] DS18B20 Sensor GPIO2 57 | 58 | ---------------------------------------------------------- 59 | ---------------------------------------------------------- 60 | ---------------------------------------------------------- 61 | 62 | gate_module2_wroom-eagle.flash.bin-------->0x00000 63 | gate_module2_wroom-eagle.irom0text.bin---->0x40000 64 | 65 | WROOM PORT SETTINGS: 66 | 67 | [CHANNEL0] RELAY1 GPIO4 68 | [CHANNEL1] RELAY2 GPIO5 69 | CFG BUTTON GPIO13 70 | 71 | LED 72 | - GREEN GPIO12 73 | - BLUE GPIO14 74 | 75 | [CHANNEL2] INPUT_PORT1 GPIO12 76 | [CHANNEL3] IMPUT_PORT2 GPIO14 77 | 78 | GPIO5,GPIO12 operate in two modes. In and Out (In - INPUT, Out - LED) 79 | 80 | [CHANNEL4] DS18B20 Sensor GPIO2 81 | 82 | ------------------------------------------------------ 83 | ------------------------------------------------------ 84 | ------------------------------------------------------ 85 | 86 | gate_module_esp01_eagle.flash.bin-------->0x00000 87 | gate_module_esp01_eagle.irom0text.bin---->0x40000 88 | 89 | PORT SETTINGS: 90 | 91 | [CHANNEL0] RELAY GPIO0 92 | BUTTON GPIO2 93 | 94 | ------------------------------------------------------ 95 | ------------------------------------------------------ 96 | ------------------------------------------------------ 97 | 98 | gate_module_esp01_ds_eagle.flash.bin-------->0x00000 99 | gate_module_esp01_ds_eagle.irom0text.bin---->0x40000 100 | 101 | PORT SETTINGS: 102 | 103 | [CHANNEL0] RELAY GPIO3 104 | [CHANNEL1] DS18B20 GPIO2 105 | BUTTON GPIO0 106 | 107 | Manuals: 108 | -EN- 109 | http://www.instructables.com/id/ESP8266-and-Relay-Control-Using-Smartphone/ 110 | -PL- 111 | http://majsterkowo.pl/esp8266-i-sterowanie-przekaznikiem-przy-pomocy-smartfona/ 112 | 113 | -------------------------------------------------------------------------------- /rollershutter-module-firmware/boot_v1.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/rollershutter-module-firmware/boot_v1.5.bin -------------------------------------------------------------------------------- /rollershutter-module-firmware/esp_init_data_default.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/rollershutter-module-firmware/esp_init_data_default.bin -------------------------------------------------------------------------------- /rollershutter-module-firmware/readme.txt: -------------------------------------------------------------------------------- 1 | SUPLA WIFI ROLLER SHUTTER MODULE 2 | v2.6 3 | 4 | boot_v1.5.bin--------->0x00000 5 | rs_module_user1.2048.new.2.bin---->0x01000 6 | esp_init_data_default.bin---->0xfc000 7 | 8 | BAUDRATE: 115200 9 | Flash Size: 2MByte (16Mbit-C1) 10 | Flash speed: 40Mhz 11 | SPI Mode: DIO 12 | 13 | PORT SETTINGS: 14 | 15 | RELAY1 GPIO4 16 | RELAY2 GPIO5 17 | BTN1 GPIO13 18 | BTN2 GPIO14 19 | CFG BUTTON GPIO0 20 | LED GPIO16 21 | SENSOR GPIO 12 22 | 23 | // CFG MODE ---------------------------------------- 24 | 25 | To bring the device into configuration 26 | mode, press and hold button for at least 5 sec. When in configuration mode, 27 | the device goes into Access Point mode. 28 | 29 | In order to enter or change the settings, you need to: 30 | 31 | - Sign in at https://cloud.supla.org (registration is free of charge) 32 | - Connect to WiFi called „SUPLA-ESP8266” from any computer with a wireless network card and Internet browser. 33 | - Open access page: http://192.168.4.1 34 | - Enter user name and password to the WiFi through which the device will get Internet access. 35 | - Enter Server and e-mail address, which will be provided once you sign in at cloud.supla.org 36 | 37 | -------------------------------------------------------------------------------- /rollershutter-module-firmware/rs_module_user1.2048.new.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/rollershutter-module-firmware/rs_module_user1.2048.new.5.bin -------------------------------------------------------------------------------- /socket-firmware/readme.txt: -------------------------------------------------------------------------------- 1 | SUPLA WIFI SOCKET 2 | v2.5.3 3 | 4 | wifisocket_1024_eagle.flash.bin--------->0x00000 5 | wifisocket_1024_eagle.irom0text.bin---->0x40000 6 | esp_init_data_default.bin---->0xfc000 7 | 8 | BAUDRATE: 115200 9 | Flash Size: 1MByte (8Mbit) 10 | Flash speed: 40Mhz 11 | SPI Mode: DIO 12 | 13 | PORT SETTINGS: 14 | 15 | [CHANNEL0] RELAY GPIO4 16 | BUTTON GPIO5 17 | RGB LED 18 | - RED GPIO13 19 | - GREEN GPIO12 20 | - BLUE GPIO14 21 | 22 | [CHANNEL1] DS18B20 Sensor GPIO2 23 | 24 | //-------------------------------------------------------------------------- 25 | //-------------------------------------------------------------------------- 26 | //-------------------------------------------------------------------------- 27 | 28 | SUPLA WIFI SOCKET (GPIO 5<->4) 29 | v2.5.3 30 | 31 | wifisocket_54_1024_eagle.flash.bin--------->0x00000 32 | wifisocket_54_1024_eagle.irom0text.bin---->0x40000 33 | esp_init_data_default.bin---->0xfc000 34 | 35 | BAUDRATE: 115200 36 | Flash Size: 1MByte (8Mbit) 37 | Flash speed: 40Mhz 38 | SPI Mode: DIO 39 | 40 | 41 | PORT SETTINGS: 42 | 43 | [CHANNEL0] RELAY GPIO5 44 | BUTTON GPIO4 45 | RGB LED 46 | - RED GPIO13 47 | - GREEN GPIO12 48 | - BLUE GPIO14 49 | 50 | [CHANNEL1] DS18B20 Sensor GPIO2 51 | 52 | 53 | //-------------------------------------------------------------------------- 54 | //-------------------------------------------------------------------------- 55 | //-------------------------------------------------------------------------- 56 | 57 | SUPLA WIFI SOCKET FOR ESP01 58 | (old release) 59 | 60 | wifisocket_esp01_eagle.flash.bin-------->0x00000 61 | wifisocket_esp01_eagle.irom0text.bin---->0x40000 62 | 63 | PORT SETTINGS: 64 | 65 | [CHANNEL0] RELAY GPIO0 66 | BUTTON GPIO2 67 | 68 | 69 | Manuals: 70 | -EN- 71 | http://www.instructables.com/id/ESP8266-and-Relay-Control-Using-Smartphone/ 72 | https://www.supla.org/download/wifisocket-manual-en.pdf 73 | -PL- 74 | http://majsterkowo.pl/esp8266-i-sterowanie-przekaznikiem-przy-pomocy-smartfona/ 75 | https://www.supla.org/download/wifisocket-manual-pl.pdf 76 | 77 | WiFi-Socket Prototype presentation video: 78 | https://www.youtube.com/watch?v=LR-tzCnBZvc 79 | -------------------------------------------------------------------------------- /socket-firmware/wifisocket_1024_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/socket-firmware/wifisocket_1024_eagle.flash.bin -------------------------------------------------------------------------------- /socket-firmware/wifisocket_1024_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/socket-firmware/wifisocket_1024_eagle.irom0text.bin -------------------------------------------------------------------------------- /socket-firmware/wifisocket_54_1024_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/socket-firmware/wifisocket_54_1024_eagle.flash.bin -------------------------------------------------------------------------------- /socket-firmware/wifisocket_54_1024_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/socket-firmware/wifisocket_54_1024_eagle.irom0text.bin -------------------------------------------------------------------------------- /socket-firmware/wifisocket_esp01_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/socket-firmware/wifisocket_esp01_eagle.flash.bin -------------------------------------------------------------------------------- /socket-firmware/wifisocket_esp01_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/socket-firmware/wifisocket_esp01_eagle.irom0text.bin -------------------------------------------------------------------------------- /sonoff/boot_v1.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff/boot_v1.5.bin -------------------------------------------------------------------------------- /sonoff/esp_init_data_default.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff/esp_init_data_default.bin -------------------------------------------------------------------------------- /sonoff/readme.txt: -------------------------------------------------------------------------------- 1 | SUPLA FOR ITEAD SONOFF WiFi Smart Switch + DS18B20 2 | v2.5 3 | 4 | boot_v1.5.bin--------->0x00000 5 | sonoff_ds18b20_user1.1024.new.2.bin---->0x01000 6 | esp_init_data_default.bin---->0xfc000 7 | 8 | GPI14 - OneWire DAT 9 | 10 | BAUDRATE: 115200 11 | Flash Size: 1MByte (8Mbit) 12 | Flash speed: 40Mhz 13 | SPI Mode in board v1.0: DIO 14 | SPI Mode in board v1.1: DOUT 15 | 16 | Youtube: https://www.youtube.com/watch?v=jO9yX2QVeoY 17 | 18 | // CFG MODE ---------------------------------------- 19 | 20 | To bring the device into configuration 21 | mode, press and hold button for at least 5 sec. When in configuration mode, 22 | the device goes into Access Point mode. 23 | 24 | In order to enter or change the settings, you need to: 25 | 26 | - Sign in at https://cloud.supla.org (registration is free of charge) 27 | - Connect to WiFi called „SUPLA-ESP8266” from any computer with a wireless network card and Internet browser. 28 | - Open access page: http://192.168.4.1 29 | - Enter user name and password to the WiFi through which the device will get Internet access. 30 | - Enter Server and e-mail address, which will be provided once you sign in at cloud.supla.org 31 | -------------------------------------------------------------------------------- /sonoff/sonoff_ds18b20_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff/sonoff_ds18b20_eagle.flash.bin -------------------------------------------------------------------------------- /sonoff/sonoff_ds18b20_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff/sonoff_ds18b20_eagle.irom0text.bin -------------------------------------------------------------------------------- /sonoff/sonoff_ds18b20_user1.1024.new.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff/sonoff_ds18b20_user1.1024.new.2.bin -------------------------------------------------------------------------------- /sonoff/sonoff_ds18b20_v1.8.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff/sonoff_ds18b20_v1.8.2.zip -------------------------------------------------------------------------------- /sonoff/sonoff_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff/sonoff_eagle.flash.bin -------------------------------------------------------------------------------- /sonoff/sonoff_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff/sonoff_eagle.irom0text.bin -------------------------------------------------------------------------------- /sonoff_dual/boot_v1.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_dual/boot_v1.5.bin -------------------------------------------------------------------------------- /sonoff_dual/esp_init_data_default.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_dual/esp_init_data_default.bin -------------------------------------------------------------------------------- /sonoff_dual/readme.txt: -------------------------------------------------------------------------------- 1 | SUPLA FOR ITEAD SONOFF DUAL 2 | v2.5 3 | 4 | boot_v1.5.bin--------->0x00000 5 | sonoff_ddual_user1.1024.new.2.bin---->0x01000 6 | esp_init_data_default.bin---->0xfc000 7 | 8 | BAUDRATE: 115200 9 | Flash Size: 1MByte (8Mbit) 10 | Flash speed: 40Mhz 11 | SPI Mode: DIO 12 | 13 | To bring the device into configuration 14 | mode, press and hold button for at least 5 sec. When in configuration mode, 15 | the device goes into Access Point mode. 16 | 17 | In order to enter or change the settings, you need to: 18 | 19 | - Sign in at https://cloud.supla.org (registration is free of charge) 20 | - Connect to WiFi called „SUPLA-ESP8266” from any computer with a wireless network card and Internet browser. 21 | - Open access page: http://192.168.4.1 22 | - Enter user name and password to the WiFi through which the device will get Internet access. 23 | - Enter Server and e-mail address, which will be provided once you sign in at cloud.supla.org 24 | -------------------------------------------------------------------------------- /sonoff_dual/sonoff_dual_user1.1024.new.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_dual/sonoff_dual_user1.1024.new.2.bin -------------------------------------------------------------------------------- /sonoff_socket/boot_v1.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_socket/boot_v1.5.bin -------------------------------------------------------------------------------- /sonoff_socket/esp_init_data_default.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_socket/esp_init_data_default.bin -------------------------------------------------------------------------------- /sonoff_socket/readme.txt: -------------------------------------------------------------------------------- 1 | SUPLA FOR ITEAD SONOFF WiFi Smart Socket 2 | v2.5 3 | 4 | boot_v1.5.bin--------->0x00000 5 | sonoff_socket_user1.1024.new.2.bin---->0x01000 6 | esp_init_data_default.bin---->0xfc000 7 | 8 | BAUDRATE: 115200 9 | Flash Size: 1MByte (8Mbit) 10 | Flash speed: 40Mhz 11 | SPI Mode: DIO 12 | 13 | Youtube: https://www.youtube.com/watch?v=RkZFIFKaud4 14 | 15 | To bring the device into configuration 16 | mode, press and hold button for at least 5 sec. When in configuration mode, 17 | the device goes into Access Point mode. 18 | 19 | In order to enter or change the settings, you need to: 20 | 21 | - Sign in at https://cloud.supla.org (registration is free of charge) 22 | - Connect to WiFi called „SUPLA-ESP8266” from any computer with a wireless network card and Internet browser. 23 | - Open access page: http://192.168.4.1 24 | - Enter user name and password to the WiFi through which the device will get Internet access. 25 | - Enter Server and e-mail address, which will be provided once you sign in at cloud.supla.org 26 | -------------------------------------------------------------------------------- /sonoff_socket/sonoff_socket_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_socket/sonoff_socket_eagle.flash.bin -------------------------------------------------------------------------------- /sonoff_socket/sonoff_socket_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_socket/sonoff_socket_eagle.irom0text.bin -------------------------------------------------------------------------------- /sonoff_socket/sonoff_socket_user1.1024.new.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_socket/sonoff_socket_user1.1024.new.2.bin -------------------------------------------------------------------------------- /sonoff_th/boot_v1.5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_th/boot_v1.5.bin -------------------------------------------------------------------------------- /sonoff_th/esp_init_data_default.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_th/esp_init_data_default.bin -------------------------------------------------------------------------------- /sonoff_th/readme.txt: -------------------------------------------------------------------------------- 1 | SUPLA FOR ITEAD SONOFF TH10/16 2 | v2.5.3 3 | 4 | boot_v1.5.bin -------->0x00000 5 | 6 | TH10 7 | sonoff_th10_user1.1024.new.2.bin---->0x01000 8 | 9 | TH16 10 | sonoff_th16_user1.1024.new.2.bin---->0x01000 11 | 12 | esp_init_data_default.bin---->0xfc000 13 | 14 | BAUDRATE: 115200 15 | Flash Size: 1MByte (8Mbit) 16 | Flash speed: 40Mhz 17 | SPI Mode: DIO 18 | 19 | Youtube: https://youtu.be/fGVnKzcOeao 20 | 21 | To bring the device into configuration 22 | mode, press and hold button for at least 5 sec. When in configuration mode, 23 | the device goes into Access Point mode. 24 | 25 | In order to enter or change the settings, you need to: 26 | 27 | - Sign in at https://cloud.supla.org (registration is free of charge) 28 | - Connect to WiFi called „SUPLA-ESP8266” from any computer with a wireless network card and Internet browser. 29 | - Open access page: http://192.168.4.1 30 | - Enter user name and password to the WiFi through which the device will get Internet access. 31 | - Enter Server and e-mail address, which will be provided once you sign in at cloud.supla.org 32 | -------------------------------------------------------------------------------- /sonoff_th/sonoff_th10_user1.1024.new.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_th/sonoff_th10_user1.1024.new.2.bin -------------------------------------------------------------------------------- /sonoff_th/sonoff_th16_user1.1024.new.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/sonoff_th/sonoff_th16_user1.1024.new.2.bin -------------------------------------------------------------------------------- /thermometer-esp01-firmware/am2302_esp01_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/thermometer-esp01-firmware/am2302_esp01_eagle.flash.bin -------------------------------------------------------------------------------- /thermometer-esp01-firmware/am2302_esp01_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/thermometer-esp01-firmware/am2302_esp01_eagle.irom0text.bin -------------------------------------------------------------------------------- /thermometer-esp01-firmware/dht11_esp01_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/thermometer-esp01-firmware/dht11_esp01_eagle.flash.bin -------------------------------------------------------------------------------- /thermometer-esp01-firmware/dht11_esp01_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/thermometer-esp01-firmware/dht11_esp01_eagle.irom0text.bin -------------------------------------------------------------------------------- /thermometer-esp01-firmware/dht22_esp01_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/thermometer-esp01-firmware/dht22_esp01_eagle.flash.bin -------------------------------------------------------------------------------- /thermometer-esp01-firmware/dht22_esp01_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/thermometer-esp01-firmware/dht22_esp01_eagle.irom0text.bin -------------------------------------------------------------------------------- /thermometer-esp01-firmware/readme.txt: -------------------------------------------------------------------------------- 1 | THERMOMETER MODULE 2 | 3 | thermometer_esp01_eagle.flash.bin-------->0x00000 4 | thermometer_esp01_eagle.irom0text.bin---->0x40000 5 | 6 | PORT SETTINGS: 7 | 8 | BUTTON GPIO0 9 | [CHANNEL0] DS18B20 GPIO2 10 | 11 | ---------------------------------------------------------- 12 | ---------------------------------------------------------- 13 | ---------------------------------------------------------- 14 | 15 | thermometer_esp01_ds_gpio0_eagle.flash.bin-------->0x00000 16 | thermometer_esp01_ds_gpio0_eagle.irom0text.bin---->0x40000 17 | 18 | PORT SETTINGS: 19 | 20 | BUTTON GPIO2 21 | [CHANNEL0] DS18B20 GPIO0 22 | 23 | ---------------------------------------------------------- 24 | ---------------------------------------------------------- 25 | ---------------------------------------------------------- 26 | 27 | dht11_esp01_eagle.flash.bin-------->0x00000 28 | dht11_esp01_eagle.irom0text.bin---->0x40000 29 | 30 | PORT SETTINGS: 31 | 32 | BUTTON GPIO0 33 | [CHANNEL0] DHT11 GPIO2 34 | 35 | ---------------------------------------------------------- 36 | ---------------------------------------------------------- 37 | ---------------------------------------------------------- 38 | 39 | dht22_esp01_eagle.flash.bin-------->0x00000 40 | dht22_esp01_eagle.irom0text.bin---->0x40000 41 | 42 | PORT SETTINGS: 43 | 44 | BUTTON GPIO0 45 | [CHANNEL0] DHT22 GPIO2 46 | 47 | ---------------------------------------------------------- 48 | ---------------------------------------------------------- 49 | ---------------------------------------------------------- 50 | 51 | am2302_esp01_eagle.flash.bin-------->0x00000 52 | am2302_esp01_eagle.irom0text.bin---->0x40000 53 | 54 | PORT SETTINGS: 55 | 56 | BUTTON GPIO0 57 | [CHANNEL0] AM2302 GPIO2 58 | -------------------------------------------------------------------------------- /thermometer-esp01-firmware/thermometer_esp01_ds_gpio0_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/thermometer-esp01-firmware/thermometer_esp01_ds_gpio0_eagle.flash.bin -------------------------------------------------------------------------------- /thermometer-esp01-firmware/thermometer_esp01_ds_gpio0_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/thermometer-esp01-firmware/thermometer_esp01_ds_gpio0_eagle.irom0text.bin -------------------------------------------------------------------------------- /thermometer-esp01-firmware/thermometer_esp01_eagle.flash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/thermometer-esp01-firmware/thermometer_esp01_eagle.flash.bin -------------------------------------------------------------------------------- /thermometer-esp01-firmware/thermometer_esp01_eagle.irom0text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SUPLA/ESP8266/4535f1528d6838236a7d90c822ef383fb11d022d/thermometer-esp01-firmware/thermometer_esp01_eagle.irom0text.bin --------------------------------------------------------------------------------