Posts

Showing posts with the label Projects

Internet Controlled LED part 2 -- Suvin

Image
Internet Controlled LED part 2 -- Suvin I showed you how to setup the basics for the project in my previous article. So now I'm gonna walk you through the next part. Step 3: Setting up the web server In the web server we need to host our JSON (Java Script Object Notation) File. Once the ESP8266 is connected to the internet, It reads this JSON file and determine is the light is turned on or off. Open your Notepad or the text editor you got on your PC ans type this. {"light":"on"} Actually we don't need anything to write on the JSON file because it is linked to the ON and OFF buttons and it writes automatically. But I wrote this just for show you what it is look like. Once you type the above, save the file and name it with light.json. Now you need a good web hosting service. I recommend "000 webhost". Its free and easy to setup. I'm not gonna show you how to host a file on 000 webhost now because there's a plenty of tuto...

Java Database Connection by- Suvin Nimnaka

Image
Many people still wander off internet finding a correct way to initiate MySQL Connection in their Java project. As a beginner I myself used to go through Internet hours and hours looking for a working method. So here's what I found and so far its been working without a problem. If there's issues feel free to comment below. I'm gonna use Wamp server and NetBeans for this project.   Creating Database Before you start, open wamp server and initiate localhost. After that type  "localhost/phpmyadmin"  in your web browser's address bar and  it will open phpmyadmin homepage. We are going to use root login for this. As you already know the username is  root  and the there's no password needed for root user by default. And press  Go  button. This will open databases page. Okay now you have to make a database and a table inside the database to connect with Java class. For this click on  SQL  tab on  Databases  page and yo...

Entangled Quantum Particles Can "Communicate" Through Time

Entangled Quantum Particles Can "Communicate" Through Time Hey there today we have an amazing post from curiousity.com!!! You may visit the site there to get more such posts..... Here we are embeeding this posts for our app users.... Enjoy!!!

THE ENOUGH ALREADY !!!! [Arduino Projects]

Image
THE ENOUGH ALREADY !!!! Sick of hearing about Kim Kardashian, Star Wars, or Donald Trump?  The “Enough Already” mutes your TV  when it detects any word or phrase by monitoring the closed captioning. It’ll unmute after 30 seconds as long as the word or phrase isn’t mentioned again. You can program it to block any phrase you want, making TV watching time much more enjoyable.