ESP8266 remove control

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
farleymartinez
Posts: 2
Joined: Aug 12, 2022 1:43

ESP8266 remove control

Post by farleymartinez »

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

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.
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: ESP8266 remove control

Post by TJF »

farleymartinez wrote: Oct 16, 2023 2:01, linux web-server written with Freebasic
You've written a secure (for door opener) web-server in FreeBASIC?

Yes, I'm interested.

Usually I use a standard server (ie lighttpd) and implement custom stuff by fcgi (in FreeBASIC).
Post Reply