What's new

C & C++ Piso Wifi(code on demand)

Paano koba sisimulan?

mmmmm

Mga kailangan:

1. esp8266,esp07, esp32, esp01 etc.
2. 12v 2amp pataas na power supply. //gagamitin natin sa coinslot
3. dupont wire male to male at female to female
5. USB cable. //para mapower-on natin ang esp8266
6. Universal Coinslot
7. LED light
8. Bread board
9. Mikrotik any model pero start muna tayo sa Haplite

wag na tayo gumamit ng LCD since Codeless naman gagawin

then kapag merun na. download Arduino IDE
Link : You do not have permission to view the full content of this post. Log in or register now.

kapag nainstall na:

gayahin nyu ito para sa mainstall sa IDE board ng ESP natin.

You do not have permission to view the full content of this post. Log in or register now.

then try nyu yung Example na code dyan.
 
Start muna tayu dito sa portal ko

You do not have permission to view the full content of this post. Log in or register now.
password: jefwifi

If merun na kayo gamit post kayu para set ako basic codes para sa communication ni esp papunta kay mikrotik.
 
Last edited:
Need natin ng Library para sa Telnet

You do not have permission to view the full content of this post. Log in or register now.
password: jefwifi

Open Arduino IDE
then install library SKETCH > INCLUDE LIBRARY > ADD ZIP LIBRARY

then hanapin nyu lang yung ESP8266-Telnet-Client-master.rar

tapos FILE > NEW

#include <ESP8266TelnetClient.h>
#include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}

yan muna ilagay na heade at codes
then save nyu any project name nalang
 
paps.. pwede bang tulungan mo ako sa pag.gawa ng codes for ESP8266..
meron na akong sample codes .. pero parang me mali.. try ko pa sa nodemcu(bibilhin ko pa)
 
yap sana kaso wala interesado.. wait mo nalang share ko dito. binago ko kasi lahat.. madami kc error sa mga una kong gawa
 
matagal ko ng project eto pero di ko na solve, ang concept dito ay gagawa ka ng html server sa loob ng esp8266 tapos maglalagay ka ng iframe sa portal mo, pag click nila ng insertcoin mag sesend ng mac address ang phone dun sa html server ng esp8266 then e se save ang mac address sa temp space, pag naghulog na ng coins ko konek sa telnet ang esp8266 at command script gamit ang MAC address sa temp space as $username tapos amount ng coins na hinulog as limit uptime, ang problem is di ko ma setup ng maayus ang html server sa esp8266, di nya maintindihan ang senesend ng cellphone na $mac, sana may mas magaling sa html na makapagpaliwanag pa ng husto
 
Back
Top