Posts

Showing posts from 2017

ESP3212 BLE+WiFi : GATT Server + TCP Server

Image
ESP3212 BLE GATT server and WiFi TCP server :

ATTiny85 with OLED Display interfacing and upload custom image in Displa...

Image
ATTiny85 with OLED Display interfacing and upload custom image in Display:

Nokia 5110 LCD Display Interface with Arduino

Image
Nokia 5110 LCD Display Interface with Arduino :  

Assemble Your First Quad copter #1

Image
Start collecting part for Your first Drone

External 2.5" Inch IDE / PATA HDD Casing USB 2.0 for LAPTOP , Notebook H...

Image
External 2.5" Inch IDE / PATA HDD Casing USB 2.0 for LAPTOP , Notebook HARD DISK Unboxing :
Image
Start making IoT based product: Internet is the virtual world where users are interested in accessing,editing and controlling data.Everyone is eyeing the next big thing in the internet.Now days market booming with the IoT. Internet of Things is the extended form of internet. Real world is connected through virtual world. In an era of electronics based civilization there is always a demand for more better,cheaper and faster electronics devices. These are the key points for the IoT based products development. Main feature of IoT based product is to give remote access of device to the user. Even device which is controllable from Bluetooth is also a IoT device. The end to end form of IoT make that device controllable from any corner of the world. How to step in IoT market ? Product design Flow: Design and Specification finalization: The very first step in product development is to define aspects and specification of product which can not be change through the end of prod
Image
Bluetooth Controlled Home Equipments: Basic about bluetooth: Bluetooth is a wireless technology standard for exchanging data over short distances (using short-wavelength UHF radio waves in the ISM band from 2.4 to 2.485 GHz) from fixed and mobile devices, and building personal area networks (PANs). Invented by telecom vendor Ericsson in 1994 Radio frequency communication (RFCOMM) The Bluetooth protocol RFCOMM is a simple set of transport protocols, made on top of the L2CAP protocol, providing emulated RS-232 serial ports (up to sixty simultaneous connections to a Bluetooth device at a time). The protocol is based on the ETSI standard TS 07.10. RFCOMM is sometimes called serial port emulation. The Bluetooth serial port profile is based on this protocol. RFCOMM provides a simple reliable data stream to the user, similar to TCP. It is used directly by many telephony related profiles as a carrier for AT commands, as well as being a transport layer for OBEX over Bluetooth.
Image
Line follower car : Aim: Create Arduino based Line follower robot from scratch. It is a machine that follows a line, either a black line on white surface or vise-versa. For Beginners it is usually their first robot to play with. In this tutorial, we will teach you to make the line follower robot move on the line with a type of feedback mechanism. It’s the most basic example of adding small intelligence to a robot, but it’s actually the designer’s intelligence!! Requirement: 1) Arduino Uno + Arduino IDE 2) DC geared motors x 2 3) Power bank or 9v or 12v Battery 4) IR sensors (ready made or You can make it by your own) 5) Connecting wires 6) Motor driver ready made or Your own. Working of sensors: IR light is invisible to human eyes it can be detected using IR sensore. As shown in picture below IR LED which is act as Transmitter and Photo Diode act as receiver. When Infrared Light strike on white surface its get reflect back and received by photo diode, while in ot
Image
ESP 8266 OTA(Over The Air) Update Firmware Demo :   My friend Sanket encourage me to do some stuff on ESP8266 OTA. No need of wire to upload Arduino sketch in ESP8266 . OTA give you advantage of uploading sketch or upgrade firmware over the WiFi without any wired connection. *Program uploading is Faster than regular arduino upload. Requirement: 1) Go through previous tutorials of ESP8266 on my blog 2) ESP8266 3) python27 installed on System from where your going to upload firmware.\ Step 1: Download The library and tools required for OTA click here Step 2: Extract downloaded file and install arduino OTA library in Arduino IDE. Step 3:  Complile and Upload following sketch in ESP by our regular method through serial terminal . Its necessary to upload first time sketch with OTA suppot.  #include < esp8266wifi.h > #include < esp8266mdns .h > #include < wifiudp .h > #include < arduinoota .h > const char* ssid = "WIFI ROUTER NAME"