DIY home CLOUD SERVER using ESP32 Sd Card MODULE

  Рет қаралды 1,441

Akash AOT

Akash AOT

15 күн бұрын

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

Пікірлер: 12
@tusharchandgupta
@tusharchandgupta 4 күн бұрын
Wow thank You
@akashdip2001
@akashdip2001 4 күн бұрын
@@tusharchandgupta most welcome
@gourabdas9152
@gourabdas9152 12 күн бұрын
Wow!! It's uncommon for Mechanical Engineering students to take an interest in IoT and IT topics. Kudos to you, brother!
@akashdip2001
@akashdip2001 12 күн бұрын
@@gourabdas9152 The real engineer is that, Who can find a solution of any problem. 🌱
@anuraggiri2788
@anuraggiri2788 10 күн бұрын
i think it will work only on same wifi
@akashdip2001
@akashdip2001 10 күн бұрын
@@anuraggiri2788 under Development: kzfaq.infozaES5O4gCjY 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
@561_dhruvsinghbora2
@561_dhruvsinghbora2 10 күн бұрын
this is local host, you can't use it from outside your network
@akashdip2001
@akashdip2001 10 күн бұрын
@@561_dhruvsinghbora2 under Development: kzfaq.infozaES5O4gCjY
@akashdip2001
@akashdip2001 10 күн бұрын
@@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
@samadshaik
@samadshaik 11 күн бұрын
bhai, can we create a wifi router from scratch?? Open-Wrt??
@akashdip2001
@akashdip2001 11 күн бұрын
@@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 11 күн бұрын
@@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 ❌
India's Raspberry Pi Rival ( Thats Better )
12:31
Gareeb Scientist
Рет қаралды 125 М.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 551 М.
Wait for the last one! 👀
00:28
Josh Horton
Рет қаралды 173 МЛН
ОСКАР vs БАДАБУМЧИК БОЙ!  УВЕЗЛИ на СКОРОЙ!
13:45
Бадабумчик
Рет қаралды 5 МЛН
WiFi Pentesting In Your Pocket / ESP32 Marauder
10:34
sn0ren
Рет қаралды 37 М.
Did Modi really kill black money in India? : Economic case study
27:40
Think School
Рет қаралды 1,2 МЛН
Intro to Hardware Reversing: Finding a UART and getting a shell
12:07
Tony Gambacorta
Рет қаралды 883 М.
EASY Budget Minecraft Servers With Crafty
37:22
Hardware Haven
Рет қаралды 693 М.
How I Started in Electronics (& how you shouldn't)
7:05
The AM Tech
Рет қаралды 612 М.
Home Automation CONSUMED MY LIFE (and you're next)
24:19
Zack Freedman
Рет қаралды 367 М.
The ULTIMATE Raspberry Pi 5 NAS
32:14
Jeff Geerling
Рет қаралды 1,7 МЛН
Wait for the last one! 👀
00:28
Josh Horton
Рет қаралды 173 МЛН