TOP Contributors

  1. MIKROE (2652 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136617 times)
  2. FAT32 Library (69821 times)
  3. Network Ethernet Library (55883 times)
  4. USB Device Library (46221 times)
  5. Network WiFi Library (41859 times)
  6. FT800 Library (41074 times)
  7. GSM click (28942 times)
  8. PID Library (26401 times)
  9. mikroSDK (26315 times)
  10. microSD click (25328 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Web-Based Control and Monitoring with PIC Microcontroller

Rating:

5

Author: Bitahwa Bindu

Last Updated: 2016-11-08

Package Version: 1.0.0.0

Category: Ethernet

Downloaded: 2115 times

Followed by: 2 users

License: MIT license  

Learn how to control any device like an LED, a relay, a light bulb, a motor and so on connected to a PIC Microcontroller from a remote location using a web browser.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Web-Based Control and Monitoring with PIC Microcontroller" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Web-Based Control and Monitoring with PIC Microcontroller" changes.

Do you want to report abuse regarding "Web-Based Control and Monitoring with PIC Microcontroller".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Ethernet is the leading wired standard for networking as it enables to connect a very large number of computers, microcontrollers and other computer-based equipment to one another. In this project we are going to learn how to control any device like an LED, a relay, a light bulb, a motor and so on connected to a PIC Microcontroller from a remote location using a web browser. An operator can use a computer, tablet or even a cellphone to control a device at a remote location. With the help of a router connected to the internet, this device can be controlled anywhere from the world in real time.

For more about this project please read more at: Web-Based Control and Monitoring with PIC Microcontroller

Or you can watch the full project on YouTube: Web-Based Control and Monitoring with PIC Microcontroller

ALSO FROM THIS AUTHOR

Interfacing SD Card (FAT32 System) With PIC Microcontroller

0

The FAT32 library can be used for SD cards with more than 2GB of size, it lifts many constraints imposed by FAT16 file system. Learn how to write/read text from/to an SD Card with PIC Microcontroller

[Learn More]

Controlling a PIC Microcontroller from a PC Graphical User Interface (GUI)

0

In this article we are going to design a Graphical User Interface using C#. The computer will connect to the microcontroller using an RS232 serial cable. The PIC microcontroller will receive commands from the computer to control devices connected to it such as motors, LEDs etc.

[Learn More]

Automatic Temperature Control System using PIC Microcontroller

10

The microcontroller reads the temperature every 10 s and compares it with the desired value to switch on a heater a fan to control the temperature.

[Learn More]