Wifi – WLan Projects

2.4GHz WiFi & ISM Band Scanner. Part 1 - Description and Schematic

2.4GHz WiFi & ISM Band Scanner. Part 1 – Description and Schematic using pic microcontoller

Have you ever wondered exactly what is going on in the 2.4GHz WiFi and ISM band around your house. What channel is it best to set your wireless router to? Why are you getting such poor performance across your WiFi network? Is your neighbour on the same frequency? Just what is out there? This neat …

2.4GHz WiFi & ISM Band Scanner. Part 1 – Description and Schematic using pic microcontoller Continue Reading

SELF ORGANIZING WIFI MESH NETWORK

Overview In this project, we create a mesh network of PIC32 microcontrollers connected using ESP8266 wifi modules. The mesh network is able to fully connect itself through a variety of graph topology algorithms and is able to route packets through the network using a shortest path approach. It also exposes a very simple application layer …

SELF ORGANIZING WIFI MESH NETWORK Continue Reading

16F84A-VGA-Test

16F84A VGA Test

Have you ever thought of this ?That you can generate any kind of signals using your little Microcontroller PIC16F84A. And one of these signals is the VGA signal that appears on your PC monitor. I thought of this idea but I couldn’t implement it. But I found it at this website. So I wanted to try if it is …

16F84A VGA Test Continue Reading

WiFi-Car-Using-NodeMCU

WiFi Car Using NodeMCU

We have build car using many transmission technologies. But what about a WiFi Controlled Car? Actually speaking..Wifi is till now the most promising technology and engineers are using that tech to improve it more and more. This tech is most popular today and will remain for decades.Low power WiFi have also been developed.So let us …

WiFi Car Using NodeMCU Continue Reading

ESP8266 wifi module interfacing with pic microcontroller

ESP8266 wifi module interfacing with pic microcontroller

Introduction ESP8266 module is low cost standalone wireless transceiver that can be used for end-point IoT developments. ESP8266 module enables internet connectivity to embedded applications. It uses TCP/UDP communication protocol to connect with server/client. To communicate with the ESP8266 module, the microcontroller needs to use a set of AT commands. The microcontroller communicates with ESP8266-01 …

ESP8266 wifi module interfacing with pic microcontroller Continue Reading