Тёмный

DIY home CLOUD SERVER using ESP32 Sd Card MODULE  

Akash AOT
Подписаться 1,7 тыс.
Просмотров 1,5 тыс.
50% 1

DIY home CLOUD SERVER using ESP32 Sd Card MODULE #ESP32 #HomeServer #IoT #Networking #DIYProjects #SDCard #WebHosting #PublicIP #LANtoWAN #TechProjects #SmartHome #EmbeddedSystems #IoTNetworking #NodeMCU #ESP8266
---
DIY Home Server: ESP32 + SD Card | Host Your Website | LAN to WAN (Public IP) | IoT + Networking Project
Welcome to my latest DIY project where I turn an ESP32 microcontroller into a home server, capable of hosting my website using an SD card. This setup enables my website to be accessible over the internet using a public IP, transitioning seamlessly from LAN to WAN. Join me as I walk you through the steps and components required to make this IoT and networking project a reality.
Project Overview:
- Setting up the ESP32 microcontroller
- Integrating the SD card for data storage
- Configuring the ESP32 for web hosting
- Connecting to a public IP for internet access
- Transitioning from LAN to WAN
next part: • make your own cloud se...
#ESP32 #HomeServer #IoTProject #DIYNetworking #SDCardStorage #WebHosting #PublicIPSetup #LANtoWAN #TechDIY #SmartHomeProjects #EmbeddedSystems #IoTNetworking #NodeMCU #ESP8266 #DIYElectronics
If you enjoyed this video, don't forget to like, subscribe, and hit the bell icon for more tech DIY projects and tutorials!
Links:
- make your server 1 - • public your html websi...
- project's 🚀: • project's 🚀
- Project Source Code : github.com/akashdip2001/ESP32...
Follow Me:
- Website : bit.ly/xyz2001
Thanks for watching!
---
Akashdip Mahapatra || Mechanical Engineering 2025

Опубликовано:

 

30 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 12   
@tusharchandgupta
@tusharchandgupta 16 дней назад
Wow thank You
@akashdip2001
@akashdip2001 16 дней назад
@@tusharchandgupta most welcome
@gourabdas9152
@gourabdas9152 24 дня назад
Wow!! It's uncommon for Mechanical Engineering students to take an interest in IoT and IT topics. Kudos to you, brother!
@akashdip2001
@akashdip2001 24 дня назад
@@gourabdas9152 The real engineer is that, Who can find a solution of any problem. 🌱
@anuraggiri2788
@anuraggiri2788 22 дня назад
i think it will work only on same wifi
@akashdip2001
@akashdip2001 22 дня назад
@@anuraggiri2788 under Development: ru-vid.comzaES5O4gCjY see the video ⤴️ it's take a little much time - because of I am a Mechanical student, so i have my studies ☁️ wait for some time - i will make it for U
@samadshaik
@samadshaik 23 дня назад
bhai, can we create a wifi router from scratch?? Open-Wrt??
@akashdip2001
@akashdip2001 23 дня назад
@@samadshaik very easy ❤️ theoretically Routers are 2 types - 🌱 1) If you want to just create a Local area Network LAN , SO => ✅ you can follow this video, or ✅ also you can create a NAS NETWORK 🛜 it's basically usefull for share any type of files to all devices. 🌱 2) Creating a Wi-Fi router from scratch using an ESP32 module and a Cat 6 cable is a complex task. While the ESP32 can handle some aspects of networking, it's not designed to function as a full-fledged router. Need - ESP32 + LAN8720 (ETHERNET ADAPTOR - for CAT 6 CABLE) CODE : #include #include // Ethernet configuration #define ETH_CLK_MODE ETH_CLOCK_GPIO0_IN #define ETH_PHY_POWER 12 #define ETH_TYPE ETH_PHY_LAN8720 #define ETH_ADDR 0 #define ETH_MDC 23 #define ETH_MDIO 18 // Wi-Fi credentials const char* ssid = "ESP32_AP"; const char* password = "12345678"; void WiFiEvent(WiFiEvent_t event) { // Handle Wi-Fi events if (event == SYSTEM_EVENT_AP_START) { Serial.println("WiFi AP Started"); } } void setup() { Serial.begin(115200); // Initialize Ethernet ETH.begin(ETH_ADDR, ETH_POWER_PIN, ETH_MDC_PIN, ETH_MDIO_PIN, ETH_CLK_MODE); // Set up Wi-Fi AP WiFi.onEvent(WiFiEvent); WiFi.softAP(ssid, password); // Set up DHCP WiFi.softAPConfig(IPAddress(192,168,4,1), IPAddress(192,168,4,1), IPAddress(255,255,255,0)); Serial.println("WiFi AP Setup Complete"); } void loop() { // Main loop // Implement routing logic here }
@akashdip2001
@akashdip2001 23 дня назад
@@samadshaik your answer is Yes ✅ But , ESP32 has limited processing power and memory compared to dedicated routers. So, it's good for Projects ✅ not for commercial use ❌
@561_dhruvsinghbora2
@561_dhruvsinghbora2 22 дня назад
this is local host, you can't use it from outside your network
@akashdip2001
@akashdip2001 22 дня назад
@@561_dhruvsinghbora2 under Development: ru-vid.comzaES5O4gCjY
@akashdip2001
@akashdip2001 22 дня назад
@@561_dhruvsinghbora2 see the video ⤴️ it's take a little much time - because of I am a Mechanical student, so i have my studies ☁️ wait for some time - i will make it for U
Далее
Top 3 Projects Made with Old Computer Components
9:36
Просмотров 119 тыс.
Home Automation CONSUMED MY LIFE (and you're next)
24:19
КРАФТИМ НЕМЛЕС ФРАГМЕНТЫ
1:05:04
Просмотров 250 тыс.
НАШЛА У СЕСТРЫ СЕКРЕТИК
00:36
Просмотров 515 тыс.
Я читаю переписки сына
00:18
Просмотров 732 тыс.
ESP8266 Data Logging and Web Server Viewer
3:30
Просмотров 6 тыс.
Is this strange, old NAS still worth using?
14:15
Просмотров 62 тыс.
451 Which Processor can kill the ESP32?
11:24
Просмотров 341 тыс.
The ULTIMATE Raspberry Pi 5 NAS
32:14
Просмотров 1,7 млн
How I Started in Electronics (& how you shouldn't)
7:05
Learn Git - Full Course for Beginners
3:43:34
Просмотров 490 тыс.
12 Amazing ESP32 Projects explained in 9 minutes!
9:28
КРАФТИМ НЕМЛЕС ФРАГМЕНТЫ
1:05:04
Просмотров 250 тыс.