#include <ESP8266WiFi.h> #include <WiFiClient.h> #include <ESP8266WebServer.h> /* Open network, no pass, free 4 all. */ const char *ssid = “TIMBANGAN ONLEN”; ESP8266WebServer server(80); // esp-01 wiring pinout const int LOADCELL_DOUT_PIN = 2; const int LOADCELL_SCK_PIN = 0; // set pulse for select channel gain // Channel A, gain factor 128. PULSE = 1 // ChannelContinue reading “HX711 ESP-01 8266 Load Cell Arduino IOT Sketch .ino”