Google play console free
5:44
4 ай бұрын
project 2
35:34
5 ай бұрын
Пікірлер
@mdasifiqbal9703
@mdasifiqbal9703 Күн бұрын
Thank you Bhai for uploading this App ❤
@learningnewthings87
@learningnewthings87 8 күн бұрын
you haven't shown the radius of the fillet.
@akashdip2001
@akashdip2001 8 күн бұрын
In the description, you show the Machine Drawing. 🌱
@AbhiAbhiNOW
@AbhiAbhiNOW 10 күн бұрын
Hey that's just purely awesome man But I have some questions like :- (1) What's the speed it can provide ? (like how much request it can handle at a time). (2) Is it possible to add a backend ? (3) is it possible to add things like email verification and payment gateway and JavaScript libraries if needed? Don't worry I am not going to host my whole business on that (its a joke). Like I am a beginner and your project looks exiting so I am genuinely curious. can you please answer, it will be really helpful. THANKS.
@akashdip2001
@akashdip2001 9 күн бұрын
@@AbhiAbhiNOW 1) speed 11MB - 105+ MB , depending which ESP module you used ( not only ESP32 ). I have no money --> So I use the lowest version 🚀 2) Yes, you can host a website using an SD card on an ESP32 and incorporate backend functionality. The ESP32 has the capability to serve web pages and process backend logic. ⚙️ BUT, Running a full-fledged backend server like Node.js directly on an ESP32 is not feasible due to the ESP32's limited hardware resources (memory, processing power, and storage). Node.js is designed to run on more powerful hardware such as desktops, servers, or single-board computers like the Raspberry Pi. 3) yes, possible with API's 🚀 To send emails directly from the ESP32, you can use an email API service like SendGrid, Mailgun, or any other SMTP service that provides an API. These services allow you to send emails using HTTP requests, which can be easily managed by the ESP32.⚙️ But SMTP-JS not work, because of missing direct communication between javascript. 🚀 Yes, technically Payment gateway possible. ⚙️ But it's not recommended bue to low processing power & security risk. REMEMBER: ⭐🚀 EVERYTHING IS POSSIBLE, JUST TAKE A DEEP DIVE ON THE TOPIC. 💤 I spent two nights without sleep 💤 to on the topic --> github.com/akashdip2001/ESP32-host-HTML-website/blob/main/README.md
@AbhiAbhiNOW
@AbhiAbhiNOW 8 күн бұрын
@@akashdip2001 Thanks brother, its amazing but a little overwhelming. I am just starting like i know html/css , js, python and C, for electronic I has build some project with Arduino and one or two example project with esp. i am still in school therefore i dont know anyone with same interest and cannot found any guidance can you please tell me what I should learn and especially how can i learn more in electronics . Thanks for helping in advance. and sorry if i am being a burden.
@varshaprasad910
@varshaprasad910 15 күн бұрын
Thank you so much 🙏🙏🙏🙏
@akashdip2001
@akashdip2001 15 күн бұрын
@@varshaprasad910 you're welcome 🌱
@ti8anACE
@ti8anACE 20 күн бұрын
Bro, awesome! That's why i want to learn Electronics in addition to CS. Can you Please provide tutorials.... ❤
@akashdip2001
@akashdip2001 16 күн бұрын
Now i am working on other awesome iOT projects. So, this video tutorial will take some time to come. ⚙️🚀
@VirtualizerExtreme
@VirtualizerExtreme 27 күн бұрын
Sounds useful, thanks for the tip!
@akashdip2001
@akashdip2001 27 күн бұрын
@@VirtualizerExtreme yep , Thanks
@user-sk7wj1rm1b
@user-sk7wj1rm1b Ай бұрын
Hello bro.. in coursera how to submit the assignment... I have completed the design and exported the .f3d file in my pc.......but in the coursera which files I need to submit.. ... And what is Nc file? Is that required? Can you help me ans give me some time ... Thanks in advance
@akashdip2001
@akashdip2001 Ай бұрын
@@user-sk7wj1rm1b check the description
@user-sk7wj1rm1b
@user-sk7wj1rm1b Ай бұрын
@@akashdip2001 1. Share link with the download option for design file containing the CAM program as well as exported NC file. 2. Share link for the design file without the download option and included screen shots showing toolpaths and final simulation model and NC file. bro these are asked by coursera I checked your pdf... I couldn't find any NC file... What should I do now?
@tusharchandgupta
@tusharchandgupta Ай бұрын
Wow thank You
@akashdip2001
@akashdip2001 Ай бұрын
@@tusharchandgupta most welcome
@anuraggiri2788
@anuraggiri2788 Ай бұрын
i think it will work only on same wifi
@akashdip2001
@akashdip2001 Ай бұрын
@@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 Ай бұрын
this is local host, you can't use it from outside your network
@akashdip2001
@akashdip2001 Ай бұрын
@@561_dhruvsinghbora2 under Development: kzfaq.infozaES5O4gCjY
@akashdip2001
@akashdip2001 Ай бұрын
@@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 Ай бұрын
bhai, can we create a wifi router from scratch?? Open-Wrt??
@akashdip2001
@akashdip2001 Ай бұрын
@@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 <WiFi.h> #include <ETH.h> // 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 Ай бұрын
@@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 ❌
@akashdip2001
@akashdip2001 Ай бұрын
Part 1 of this project is complete ✅ the complete video is in the channel ❤ Part 2 of this project is under developing using SIM800L-GSM.
@whatever__
@whatever__ Ай бұрын
Sim800L does not support jio sim
@akashdip2001
@akashdip2001 Ай бұрын
@@whatever__ i know, Jio only works on 4G LTE network 🛜 and SIM800L works on 2G GSM/GPRS network 🛜 wait for Complete video 📷 It's just a short video - i can just deliver the concept of this project 🌱
@whatever__
@whatever__ Ай бұрын
@@akashdip2001 you said you are using jio sim that's simply misguiding you viewers Also you are using wifi to get the ip address why so many lies
@GOURAB_DAS_12
@GOURAB_DAS_12 Ай бұрын
Wow!! It's uncommon for Mechanical Engineering students to take an interest in IoT and IT topics. Kudos to you, brother!
@akashdip2001
@akashdip2001 Ай бұрын
@@GOURAB_DAS_12 The real engineer is that, Who can find a solution of any problem. 🌱
@JoseguilhermeAraujodeSousa
@JoseguilhermeAraujodeSousa Ай бұрын
Broa
@JoseguilhermeAraujodeSousa
@JoseguilhermeAraujodeSousa Ай бұрын
Oi broa
@JoseguilhermeAraujodeSousa
@JoseguilhermeAraujodeSousa Ай бұрын
Oie
@thecritiquer9407
@thecritiquer9407 Ай бұрын
weird lag raha hai tunhara "ok" sun ke. ok bolna kam kardo thoda, annoying hai
@akashdip2001
@akashdip2001 Ай бұрын
This is a video from when I just started youtube, this time I couldn't even speak Hindi well 🌱
@NADIMSINDHI515
@NADIMSINDHI515 2 ай бұрын
Bhai app ne meri guess things ki game ko check kiya?
@akashdip2001
@akashdip2001 2 ай бұрын
Maybe there was some issue with my smtp server (akashdip2001.github.io/mail-for-google-play-console/Contact/Contact-form-to-email.html) Send all those questions answered in [email protected]
@akashdip2001
@akashdip2001 2 ай бұрын
If the link 🔗 not open diractly, copy and paste it
@NADIMSINDHI515
@NADIMSINDHI515 2 ай бұрын
Bhai meri game play store par kab aayegi?
@akashdip2001
@akashdip2001 2 ай бұрын
Maybe there was some issue with my smtp server (akashdip2001.github.io/mail-for-google-play-console/Contact/Contact-form-to-email.html) Send all those questions answered in [email protected]
@NADIMSINDHI515
@NADIMSINDHI515 2 ай бұрын
Bhai meri game play store par kab aayegi?
@akashdip2001
@akashdip2001 2 ай бұрын
Maybe there was some issue with my smtp server (akashdip2001.github.io/mail-for-google-play-console/Contact/Contact-form-to-email.html) Send all those questions answered in [email protected]
@NADIMSINDHI515
@NADIMSINDHI515 2 ай бұрын
Bhai app ne meri guess things ki game ko check kiya?
@akashdip2001
@akashdip2001 2 ай бұрын
Maybe there was some issue with my smtp server (akashdip2001.github.io/mail-for-google-play-console/Contact/Contact-form-to-email.html) Send all those questions answered in [email protected]
@Jeeaddicted
@Jeeaddicted 2 ай бұрын
Bhai kya unaccedmy ka bhi kamm karta hai Please reply me... Brother Big fan
@akashdip2001
@akashdip2001 2 ай бұрын
Engineering student BTEC final year 🌱
@akashdip2001
@akashdip2001 2 ай бұрын
No
@Jeeaddicted
@Jeeaddicted 2 ай бұрын
@@akashdip2001 jee Wale Mai kaam karega
@Jeeaddicted
@Jeeaddicted 2 ай бұрын
@@akashdip2001 nhi karega to kuch jugad laga sakte ho bhai... Pleaseeeeeee 🙏🙏😭
@ambarjaiswal2711_
@ambarjaiswal2711_ 2 ай бұрын
bro maka whatapp commmunity group linux user
@akashdip2001
@akashdip2001 2 ай бұрын
Newly created - chat.whatsapp.com/Fil9MBjzdezEHLE3cZBaHB If anyone faces any problem i definitely help everyone 🌱
@girubagaran2972
@girubagaran2972 2 ай бұрын
Even after adding path it's still showing php not found, also I have added executable path...still it's showing php not found..is there any other solution
@akashdip2001
@akashdip2001 2 ай бұрын
Restart the vs code & Restart the computer (show the computer rearrange the environment variable) If the problem is still there, so that I can make another video 🌱
@girubagaran2972
@girubagaran2972 2 ай бұрын
@@akashdip2001 thank you
@KarthikNandam-xs4qn
@KarthikNandam-xs4qn 2 ай бұрын
5:35 MISSED DIMENSION
@akashdip2001
@akashdip2001 2 ай бұрын
Explain please !!
@KarthikNandam-xs4qn
@KarthikNandam-xs4qn 2 ай бұрын
​@@akashdip2001 Look at the dimension 28 you can see that underfine line
@KarthikNandam-xs4qn
@KarthikNandam-xs4qn 2 ай бұрын
I think min distance should be 4 or 5 mm because of thread and all correct me with that And also completed the assembly ♠️
@akashdip2001
@akashdip2001 2 ай бұрын
Great 🌱👍
@KarthikNandam-xs4qn
@KarthikNandam-xs4qn 2 ай бұрын
Thanks G just now completed the assembly ♠️
@akashdip2001
@akashdip2001 2 ай бұрын
If U really interested in CAD, CRACK THE GATE EXAM - there was a Mtech subject - called 'CAD' good luck 🍀
@ViP_ASHUTOSH
@ViP_ASHUTOSH 2 ай бұрын
Kon sa app hai
@akashdip2001
@akashdip2001 2 ай бұрын
I created this website using Python. In localhost
@anushreeghosh9212
@anushreeghosh9212 2 ай бұрын
Dada tomar bari kothy
@akashdip2001
@akashdip2001 2 ай бұрын
Haldia ⚙️
@RISKYTAP
@RISKYTAP 3 ай бұрын
Easy way: Buy Samsung in the 1st place
@akashdip2001
@akashdip2001 3 ай бұрын
Hmm , then after 1 update - Switch off again and again - Motherboard problem 😅 @samsung M30s M21 🌀
@RISKYTAP
@RISKYTAP 3 ай бұрын
Bro, for real, the M series phones are trash if you've done your research. They're made for people who can't afford a good phone but still want something that works and has a good battery. Most of the M series phones were released in poor countries so that people could at least enjoy a Samsung phone until it died. They're probably refurbished, too, made from parts of old phones. I read this in an article on Samsung Members. That doesn't mean Samsung is a bad company, but the M series phones are definitely not good for long-term use, even Samsung says so. The A series is a good mid-range option, the M series is a low-quality budget phone, the F series is all about the camera and display, and the S series is the flagship where Samsung puts everything they've got and it has the least amount of problems. But of course, the price is high too. M series is so well for its price In my country, the Price of The M series is the lowest ✌️ A series is noticeably expensive S series is GODDAM. NO WAY GOING NEAR IT I have an S24 Ultra Violet 512GB version, tho 🗿 I was looking for a video that will lead us to know how to download Custom Language packs on Samsung Notes because there is no support of my language for the use of AI to translate on Notes application ( Phone has my language, but I use English anyway (app doesn't have the languag) )
@panda-wd6ru
@panda-wd6ru 3 ай бұрын
How to make Cross sections of robotic arm 2 D image
@akashdip2001
@akashdip2001 3 ай бұрын
In AutoCAD, you'll want to use the slicing tool or the section plane tool. ✅ 1. Slicing Tool: 🔹 Use the slicing tool to cut through the 3D model of the robotic arm at the desired section. 🔹 Command: SLICE 🔹 Select the 3D object and specify the cutting plane. ✅ 2. Section Plane Tool: 🔹 Use the section plane tool to define a plane that will slice through the 3D model. 🔹 Command: SECTIONPLANE 🔹 Place the section plane at the desired location and orientation. After creating the cross-section, you can then switch to a 2D view, such as top, front, or side, and use the generated cross-section to create a 2D image of the robotic arm.
@panda-wd6ru
@panda-wd6ru 3 ай бұрын
@@akashdip2001 am not having any 3 D model
@panda-wd6ru
@panda-wd6ru 3 ай бұрын
@@akashdip2001 if this could be possible I can send my cad file to you and you help mee out
@KarthikNandam-xs4qn
@KarthikNandam-xs4qn 3 ай бұрын
How is the course brother if a person know well about Solidworks part design can it will easy to complete the course. And I don't know well about can and cae can I take the course?
@akashdip2001
@akashdip2001 3 ай бұрын
If the course is free show you definitely consider the course. But if the course is not free - so I think you should buy a good Hindi Solidworks course from other places (if the certificate is non important - so you can also show my playlist SOLIDWORKS ASSEMBLY: kzfaq.info/sun/PL_RecMEcs_p__J3GSHkKfLjC08q0NmWtR) Because solidworks is the most popular software than fusion 360.
@riyazbilakhia1059
@riyazbilakhia1059 3 ай бұрын
Because lighter has electrically generates sparks
@akashdip2001
@akashdip2001 3 ай бұрын
Hope you are right , but it's a mechanical lighter ⚙️
@eyeofsanatan
@eyeofsanatan 3 ай бұрын
hey brother, can i get ur contact no. , as i can see u are verry genuine and kind person, and in future ill like contact you for my projects. hope will be ready for the connection
@jihad5113
@jihad5113 3 ай бұрын
very details video bro. thank you so much
@akashdip2001
@akashdip2001 3 ай бұрын
Thanks 🌱
@arnabhalder0
@arnabhalder0 3 ай бұрын
What is the Name of the Font ? On your phone please Reply
@akashdip2001
@akashdip2001 3 ай бұрын
Milk & Honey - Realmi Theme store 🌱
@jerinjoji5180
@jerinjoji5180 3 ай бұрын
Will you please send the pdf of the final image in this gmail
@akashdip2001
@akashdip2001 3 ай бұрын
I think, in the description - the provided the pdf + final img link 🔗
@babababa120
@babababa120 3 ай бұрын
❤❤
@akashdip2001
@akashdip2001 3 ай бұрын
🌱
@TheBadassplaya
@TheBadassplaya 4 ай бұрын
so i updloaf my app there and you upload it on google play store bro ?
@akashdip2001
@akashdip2001 4 ай бұрын
Yea , 1st i check the app. If it's looking good and everything works well. Then i can , contact U , next process - collect all details about your app. Then I upload your app on Google play. If Google play approves your app ✅ Then U send me a thank you message 😉
@KanchanKumari-lr3id
@KanchanKumari-lr3id 4 ай бұрын
Abhi bhi run nhi huaa 😢
@akashdip2001
@akashdip2001 4 ай бұрын
Check this video - kzfaq.info/get/bejne/bMpoiaaix8yRoJc.html Everything you doing - ok ??
@BhaveshPorwal-qo8kb
@BhaveshPorwal-qo8kb 4 ай бұрын
Too much helpful video thankyou so much ❤
@akashdip2001
@akashdip2001 4 ай бұрын
Thanks 🌱
@creative-.-world
@creative-.-world 4 ай бұрын
Great 👍
@akashdip2001
@akashdip2001 4 ай бұрын
Thanks 🌱
@sorrow-tunes
@sorrow-tunes 4 ай бұрын
❤❤
@akashdip2001
@akashdip2001 4 ай бұрын
🌱