Freebasic server + ESP8266 remove control

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
AWPStar
Posts: 47
Joined: May 03, 2009 21:47

Freebasic server + ESP8266 remove control

Post by AWPStar »

I almost finished firmware for esp8266 and web-server that is running on my VPS.
Does anybody interested in projects like this?

What i am doing.
I got esp8266 with wifi, RFID module(RC522), linux web-server written with Freebasic and some Android app that can send http requests.
I can open my door(turn on relay) with RFID tag, or by Serial command.
Esp send UDP packages(one per 30 sec) to server and always keep "connection", so server can send command back.
If i send http request from my phone, i can open the door... or turn on something.
Kotlin is pretty easy language, but i don't want to mess with android right now. So i use "HTTP Shortcuts" app.

It's not ready now, but i can upload whole project on github.


p.s.
i already did this for LGT8F328P(arduino clone). But it has no WIFI, only Serial port.
Jo2a
Posts: 1
Joined: Oct 16, 2023 7:24

Re: Freebasic server + ESP8266 remove control

Post by Jo2a »

Bonjour
nouveau sur le forum et utilisateur des ESP8266 + ESP32 je serais preneur d'un exemple de code pour dialoguer avec les ESP en FreeBasic et pour faire fonctionner un serveur WEB maison
merci de votre retour
Cordialement
Jo
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: Freebasic server + ESP8266 remove control

Post by fxm »

Please always write in English (you can use any translator if necessary).

Example with Google:
Good morning
new to the forum and user of ESP8266 + ESP32 I would be interested in an example of code to communicate with ESPs in FreeBasic and to operate a home WEB server
thank you for your comeback
Sincerely
Jo
Post Reply