Thanks you Techno Tim. https://docs.linuxserver.io/images/docker-webtop https://techno-tim.github.io/posts/webtop-container/ https://github.com/techno-tim/techno-tim.github.io/tree/master/reference_files/webtop-container/ http://192.168.2.7:3000/ TADA!!! Success!!!
Category: IOT
Servo SG90 and Arduino
MQTT server log temp and control led Publish/Subscribe
Install MQTT Server https://www.nickagas.com/mqtt-server-and-client-on-mac/ The JavaFX based MQTT Client. http://www.mqttfx.org/ iPhone client https://apps.apple.com/app/id1404331673
MQTT broker and client on macOS
Install MQTT server Run server The JavaFX based MQTT Client. http://www.mqttfx.org/
RFID Access Control System, Arduino and App Inventor
HC-05 Adruino control led
Bluetooth Arduino second try HC-05 [SOLVED]
Buying a HC-05 module solved the issue. https://www.devobox.com/el/bluetooth/738-hc-05-serial-bluetooth-module-for-arduino-gr.html?search_query=bluetooth+&results=33 HC-05 Serial Bluetooth module (for Arduino) Input voltage: 3.6-6V Working current: matching for 30 mA, matching the communication for 10 mA Output Power Class: Class 2 Size: 43mm x 15mm HC-05 is READ MORE
Blynk Pricing
Cost per widget
Send message from Blynk app to ESP8266
Blynk and ESP8266 led control
After we have connected Arduino with Blynk, we have to add the following line at the setup method. pinMode(LED_BUILTIN, OUTPUT); And on the Blynk app we add a button and we can control the light.