Sunday, 11 December 2016

Getting started with Esp8266

Esp8266 is WiFi enabled microprocessor chip module , mainly used to add WiFi compatibility to your blog. There are two chips on module, first one is esp8266 (microprocessor datasheet ) and other is external serial rom ( this chip may vary with manufacturer ).There are many variants of esp8266 module available in market as shown below.



  Out of this variants esp8266-01 is most common in practice & advisable for beginners. There are 8 pins in module as shown in figure. The module works on 3.3V logic level. Every module is preloaded with AT firmware This firmware provides user to interface with module using UART serial protocols. Their are set of At commands( AT commands are nothing but commands like Linux commands) that allows you to interact with controller & perform tasks like connect to WiFi, send bytes to server, receive message from server, and other functions. list of AT commands can be found here. You can also upgrade AT firmware version or create your own firmware and load it with help of tools provided by expressif (manufacturer of esp8266) 

There are many ways to start working with module. Some of them are :-
  1. Interfacing with serial terminal using USB to UART bridge & provide commands from terminal.
  2. Using arduino ide to program esp8266 in arduino's library function.
  3. Upload lua firmware and program esp8266 in lua script.
From the above ways using arduino ide is most popular way to work with esp. 

Tuesday, 29 November 2016

Welcome post

Hi guys! welcome to my first post about my electronics hacks. first i would like to acknowledge you with fact that electronics is nothing but subject of interest. It's not like , that you will get success every-time , instead you should have to try again to get success. More you fails , more you will learn about different facts.Here in this blog I will provide you some most interesting techniques on how to start programming any microcontroller and interface them with different modules, communication protocols and many more.
we will also discuss some modules (ie esp8266,hc-05,etc) and how they work. Also we will understand different attachments like sdcard,LCD,etc. Hope you will enjoy blog and appreciate my work.

Thankyou for visiting my blog and regarding any doubt you may comment or email me on id - rahulyugalgarg@gmail.com