Giter Site home page Giter Site logo

esp32switchkipas's Introduction

Esp32SwitchKipas

ID

Salin atau Pindahkan library Esp32SwitchKipas ke dalam library Arduino IDE, gunakan board ESP32 v2.0.10 pada Arduino IDE.

English

Copy or Move the Esp32SwitchKipas library into the Arduino IDE library, use the ESP32 v2.0.10 board on the Arduino IDE.

Board Manager Esp32

https://dl.espressif.com/dl/package_esp32_index.json

Installation

ID

Arduino IDE

Salin atau Pindahkan library Esp32SwitchKipas ke dalam library Arduino IDE, gunakan board ESP32 v2.0.10 pada Arduino IDE.

Server

Terdapat 2 program untuk server semuanya menggunakan JavaScript, install seperti umumnya program Nodejs. Atur .env sesuai dengan konfigurasi server yang hendak digunakan. Pastikan sudah menginstall modules global nodemon dan serve.

English

Arduino IDE

Copy or Move the Esp32SwitchKipas library into the Arduino IDE library, use the ESP32 v2.0.10 board on the Arduino IDE.

Servers

There are 2 programs for the server, all using JavaScript, install like most Nodejs programs. Set the .env according to the server configuration you want to use. Make sure you have installed the global nodemon and serve modules.

npm install -g nodemon serve

Usage

ID

Jika server sudah dikonfigurasi dengan benar, maka semuanya akan baik-baik saja. Flash Esp32 dengan program yang sudah tersedia, edit beberapa variabel yang dibutuhkan seperti ssid WiFi, password WiFi, endpoint server, tokenDevice dan deviceName. Pada interface web, dia membutuhkan value dari tokenDevice dan deviceName. Kamu bisa mengaturnya dengan cara klik gambar kipas kemudian nanti akan muncul form input.

English

If the server is configured correctly, then everything will be fine. Flash Esp32 with the available program, edit several required variables such as WiFi SSID, WiFi password, server endpoint, tokenDevice and deviceName. In the web interface, it requires the values of tokenDevice and deviceName. You can set it by clicking on the fan image and then an input form will appear.

const char* ssid = "YourSSID";
const char* password = "YourPassword";
const char* serverUrl = "http://your-server-url.com/getValueKipas";
const char* tokenDevice = "YourToken";
const char* deviceName = "YourDeviceName";

Interface User

Set Token & Device Name

Contributing

ID

Saran dan masukan anda sangat berarti bagi saya dan perkembangan repositori ini. Silakan bergabung dengan saya dalam mengembangkan repositori ini bersama-sama.

English

Your suggestions and input mean a lot to me and the development of this repository. Please join me in developing this repository together.

GMC

ID

Untuk mendapatkan contoh .env dan sql database, sebagai gantinya adalah secangkir coffe untuk. Sertakan username telegram kamu pada deskripsi pengiriman, saya akan mengirimkan contoh .env dan sql disana.

Saweria

English

To get an example of .env and sql database, instead is a cup of coffee for. Include your telegram username in the delivery description, I will send examples of .env and sql there.

Paypal

esp32switchkipas's People

Contributors

ndeso17 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.