Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

arduino mega 2560 piso wifi code on demand

un usb, dun ako kumuha ng supply para sa arduino, wala pa kasi un 5A na PSupply

ito un laman ng backup file, wala atang attach file dito or di ko makita

sana makatulong

# apr/30/2020 16:25:44 by RouterOS 6.45.3
# software id = KJN4-EX78
#
# model = RB750Gr3
# serial number = 8B000AE46755
/interface bridge
add name=bridge_Wireless
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
add dns-name=hotspot.com hotspot-address=10.5.50.1 html-directory=\
flash/hotspot name=hsprof1
/ip pool
add name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254
add name=hs-pool-1 ranges=10.5.50.2-10.5.50.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=ether2 name=dhcp1
add address-pool=hs-pool-1 disabled=no interface=bridge_Wireless lease-time=\
1h name=dhcp2
/ip hotspot
add address-pool=hs-pool-1 addresses-per-mac=1 disabled=no interface=\
bridge_Wireless name=hotspot1 profile=hsprof1
/ip hotspot user profile
add address-pool=hs-pool-1 name=hotspot rate-limit=3m/3m transparent-proxy=\
yes
/port
set 0 name=usb1
/tool user-manager customer
set admin access=\
own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface bridge port
add bridge=bridge_Wireless interface=ether3
add bridge=bridge_Wireless interface=ether4
add bridge=bridge_Wireless interface=ether5
/ip address
add address=192.168.88.1/24 interface=ether2 network=192.168.88.0
add address=10.5.50.1/24 comment="hotspot network" interface=bridge_Wireless \
network=10.5.50.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=10.5.50.0/24 comment="hotspot network" gateway=10.5.50.1
add address=192.168.88.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=192.168.88.1
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=yes
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat out-interface=ether1
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
src-address=10.5.50.0/24
/ip hotspot user
add name=admin
/system clock
set time-zone-name=Asia/Manila
/system identity
set name=Hotspot-Server
/tool user-manager database
set db-path=flash/user-manager



Sir pa Share din po sa Config ng hap lite rb941-2nd para dito sa Arduino mega ko salamat po..

- - - Updated - - -

may nag share ng updated wiring dahil medyo magulo un wiring ko baka mas maliwanagan kayoView attachment 1308020



Tanong lang po Sir anu po purpose ng Set pin yung yellow wire sa diagram. salamat po sa maka sagot..
 
Last edited:
Sir pa Share din po sa Config ng hap lite rb941-2nd para dito sa Arduino mega ko salamat po..

- - - Updated - - -





Tanong lang po Sir anu po purpose ng Set pin yung yellow wire sa diagram. salamat po sa maka sagot..

set pin is to block incomming coins pag hindi ready ang system para maiwasan ang kain ng coins

un pag set up ng rb941 is basic config lng same with most mt
 
ganyan din sakin nung una try mo palitan sa code ung 0x27 ng 0x3f

same as with superkuya try mo palitan LiquidCrystal_I2C lcd(0x27, 20, 4); with LiquidCrystal_I2C lcd(0x3F, 20, 4);
 
Last edited:
no

note: need nyo ng common ground between the three, specially kng magkakaiba un power supply, meaning un ground ng coinslot, mk, at arduino dapat magkakasama, grounding lng un negative lng

hi sir., magtatanong lng po ,
san po nkalagay sa coint slot yun
const int disablepin = 4;
dlawa po kc terminat ni set pin sa coin slot?
 
hi sir., magtatanong lng po ,
san po nkalagay sa coint slot yun
const int disablepin = 4;
dlawa po kc terminat ni set pin sa coin slot?

sa socket ng set pin sa likod ng coinslot, isa dun ay ground at isa ay logic level, if you have a multimeter makukuha mo kng alin dun ang ground, pero sa recall ko un nasa ibaba un ground at un sa taas ang set pin
 
dyan kumukuha ng random characters ang code generator

Ok po. May code po ba kayo for sd type na voucher pre-generated? Meron po kasi mikrotik ako kaya lng di po binigay yung username at password kaya di ko maaccess yung admin.
 
Ok po. May code po ba kayo for sd type na voucher pre-generated? Meron po kasi mikrotik ako kaya lng di po binigay yung username at password kaya di ko maaccess yung admin.

wala ako pang sd card, pero why need mo pa ng may sd card na loloadan mo ng pre-generated code, kng arduino yan na may ethernet shield pede naman ma adapt sa auto gen yan
 
Last edited:
View attachment 1308484

sir pwede patulong,.? lagin DCHP error

- - - Updated - - -

View attachment 1308485


....

- - - Updated - - -

View attachment 1308486.......


san ethernet port nakakabit un ISP, san port un arduino, san un hotspot?

pero try mo palitan

byte clientMAC[] = { 0xAB, 0xBC, 0xCD, 0xDE, 0xEF, 0xFA };
IPAddress clientIp (192, 168, 88, 2);

//put here your router's ip address
IPAddress mikrotikRouterIp (192, 168, 88, 1);

un ipclient ng 192.168.21.2 tapos un ipmikrotikrouter ng 192.168.21.1

tapos sa ip>hotspot>ipbinding lagay mo un mac AB:BC:CD: DE:EF:FA > bypass
 
Last edited:
Back
Top Bottom