IoT Hacks for IoT geeks. http://iot-hacks.com

Webcam Streaming with LinkIt Smart 7688

8:32 PM Posted by Gopal Lal 3 comments
LinkIt Smart 7688 Hello and welcome friends. Today we are going to connect a webcam to LinkIt Smart 7688 device and streaming it on HTTP port with help of 'mjpg-streamer'. So let's start. So what we need: LinkIt Smart 7688 Board, a USB Webcam. I am using Logitech's 270, a USB OTG cable, a computer...

MediaTek LinkIt Smart 7688 - Get started

6:42 AM Posted by Gopal Lal 1 comment
MediaTek LinkIt Smart 7688 is a powerful platform for IoT applications. The heart of the platform is the MT7688AN SOC. This chipset is based on a powerful 802.11n 1T1R Wi-Fi AP, supports up to 2Gb RAM with additional SD-card storage, encryption engine Wi-Fi and a wide variety of peripheral...

Analog Input Pins

11:24 PM Posted by Gopal Lal No comments
The Atmega controllers used for the Arduino contain an onboard 6 channel analog-to-digital (A/D) converter with 10 bit resolution (0-1023). The main function of the analog pins is to read analog sensors, but analog pins also have all the functions of digital pins (pin 0 to pin 13...

Digital Pins of Arduino

7:09 AM Posted by Gopal Lal No comments
The digital pins on the Arduino can be configured as either inputs or outputs. These pins works on HIGH(5V) and LOW(0V) states but some of them also works as PWM pins (We will talk about PWM in upcoming posts). There are 20K pullup resistors built into the Atmega chip that can be accessed from software. We will discu...

Blink an LED with Arduino UNO

12:08 AM Posted by Gopal Lal No comments
Blinking of an LED is continuously changing the state of led that's mean to On and Off. Since the Arduino has its pins high at 5V and low at OV so it easily can drive an LED. Lets start with the circuit. Here is the systematic of the circuit made on  Proteus ISIS. I have connected the...

Getting Started Programming with Arduino IDE Software

11:19 PM Posted by Gopal Lal No comments
Arduino IDE is the software to program the Arduino board. First you have to download the software from arduino website. You can simply download it from here. Choose your suitable version. Now you have to install this software in your computer or laptop.  Programming with Arduino IDE The basic...

Arduino Uno

11:16 AM Posted by Gopal Lal No comments
The Arduino Uno is a microcontroller board based on the ATmega328. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the...