LAN DS18B20 WEB Temperature Monitor 1 meter Cable
www.WEB-Relays.com
www.Facebook.com/KMtronic

Randomnerdtutorials: ESP8266 Controlled with Android App (MIT App Inventor)

  ESP8266 Controlled with Android App (MIT App Inventor)   #include <ESP8266WiFi.h> #include <WiFiClient.h> #include <ESP8266WebServer.h> #include <ESP8266mDNS.h> const char *ssid = “KMTRONIC”; const char *password = “12345678”; ESP8266WebServer server(80); const int led = D0; void handleRoot() { digitalWrite(led, 1); server.send(200, “text/plain”, “hello from esp8266!”); digitalWrite(led, 0); } void handleNotFound(){ digitalWrite(led, 1); String message = . . .

Read More

Irdroid – Rpi infrared transceiver for Raspberry Pi

Irdroid-Rpi infrared transceiver for Raspberry Pi   LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls. http://www.lirc.org 1.  Install: sudo apt-get install lirc 2.  Setting: In example I use Irdroid – Rpi infrared transceiver for Raspberry Pi  from http://www.irdroid.com/irdroid-rpi-infrared-transceiver   Add this to your /etc/modules file: . . .

Read More

KMtronic LAN WEB 8 Channel Relay board