Showing posts with label with. Show all posts
Showing posts with label with. Show all posts

Saturday, August 27, 2016

Avast Premier Antivirus 12 1 3076 0 2016 With Keys SkyLinks Tech Layyah STL

Avast Premier Antivirus 12 1 3076 0 2016 With Keys SkyLinks Tech Layyah STL


Avast Premier Antivirus 2016 With Keys SkyLinks Tech Layyah [STL]





Download Setup

Download Keys

Instructions:
1.Download & Install Your Desired Product
2.Use either internet security, Antivirus Pro or Premier License file
3.Now double click on License file & click Yes–>Ok
4.That’s it ! Enjoy.

If you are facing problem to download this file
Please Click here How to Download

Get

Read more »

Tuesday, August 23, 2016

Building a Wireless Security Camera with Arduino

Building a Wireless Security Camera with Arduino


Easily Build Your Own DIY Wireless Security Camera Using the Arduino Platform

Building a Wireless Security Camera with Arduino

Imagine being able to watch whats going on in your home while you are away. What if you could build your own wireless security camera using the Arduino platform and some basic components?

In Building a Wireless Security Camera with Arduino, Marco Schwartz from the Open Home Automation website presents a straight to the point method to build your own security camera device with Arduino.

In this book, you will learn:
  • How to configure an Arduino Yun & connect a USB camera to the board
  • How to assemble the hardware of your camera
  • How to make the camera stream local & cloud live video
  • How to automatically save pictures of intruders on Dropbox
Buy this book now to start building your own wireless security camera with Arduino!


Get

Read more »

Monday, August 22, 2016

Getting started with ARM mbed IDE using STM32 Nucleo platform

Getting started with ARM mbed IDE using STM32 Nucleo platform


This video shows how to get started with ARM mbed Integrated Development Environment using STM32 Nucleo platform. It explains the steps to perform to get your nucleo platform ready to use on mbed. Then it is described through an example how used the IDE to develop an application based on the numerous projects availables form mbed community.

Find out more information: http://www.st.com/stm32nucleo


Get

Read more »

Saturday, August 20, 2016

Avast Internet Security With Keys 2016 12 1 3076 0 SkyLinks Tech Layyah STL

Avast Internet Security With Keys 2016 12 1 3076 0 SkyLinks Tech Layyah STL


Avast Internet Security With Keys 2016 12.1.3076.0 SkyLinks Tech Layyah [STL]





Download Setup

Download Keys

Instructions:
1.Download & Install Your Desired Product
2.Use either internet security, Antivirus Pro or Premier License file
3.Now double click on License file & click Yes–>Ok
4.That’s it ! Enjoy.

If you are facing problem to download this file
Please Click here How to Download

Get

Read more »

Monday, August 15, 2016

Building a Home Security System with Arduino

Building a Home Security System with Arduino


Design, build and maintain a home security system with Arduino Uno

Building a Home Security System with Arduino

About This Book
  • Learn what a security system is, how it works and create one for yourself
  • Develop a security system by setting up security cameras and motion detector systems
  • Manage and analyze all the data collected by the sensors from the security system, using a graphical application
Who This Book Is For
This book is for novice programmers and hobbyists who want to understand how Arduino can be used to program a home security system as well as to those who want to delve deeper into the world of Arduino.

What You Will Learn
  • Run cables and electricity to support home security infrastructure
  • Connect Arduino to your programming environment
  • Learn to interact with output devices – alarms, locks, shutters
  • Understand different parts of electronics circuit (MOSFET, resistor, capacitor)
  • Integrate home monitoring and security notifications with monitoring systems
  • Use logical level shifter with Arduino to send and receive data to and from Raspberry PI
In Detail
Arduino is an open source micro-controller built on a single circuit board that is capable of receiving sensory input from the environment and controlling interactive physical objects. It is also a development environment that allows the writing of software to the board, and is programmed in the Arduino programming language. It is used for a variety of different purposes and projects, from simple projects such as building a thermostat, to more advanced ones such as robotics, web servers, seismographs, home security systems and synthesizers.

This book will demonstrate how the Arduino can be used to develop a highly connected home security system by mobilizing a network of sensors which can feed alerts back to an Arduino when alarms are triggered. You will know the current state of security systems, well supported by the designs that fit best for your environment. Also, we will see some current technologies such as NFC, Wi-Fi and Bluetooth, and will finally create a complete web interface that will allow us to remotely manage our system, and even send daily bulletins with the summary of activity.

Towards the end, well develop a wireless home security system by setting up security cameras and motion detectors (door and gate trips, temperature sensors). We will then set up a centralized remote access hub (powered by the Arduino) that allows sensors to connect to the wireless home network that can be viewed and interacted by the user.

Style and approach
A step-by-step guide with numerous examples focusing on providing the practical skills required to build home security applications using Arduino.


Get

Read more »

Friday, August 12, 2016

ESP8266 Witty Cloud Development Board with ESP 12F module

ESP8266 Witty Cloud Development Board with ESP 12F module







Get

Read more »

Thursday, August 11, 2016

Capture Cisco confgs with Putty

Capture Cisco confgs with Putty


You can easily capture the configuration file from any network devices like Cisco Routers, Switches etc.. with Putty.  Download Putty

Follow below steps..
1. Launch Putty and connect to your Cisco router/switch/ASA

2. Enter the user exec mode (router> enable)

3. Enter the terminal length 0 command (router# terminal length 0) in order to force the router to return the entire response at once, rather than one screen at a time.  
 
NOTE:  If this is an ASA the command is a bit different (ASA#terminal pager 0)

This allows you to capture the configuration without extraneous ??more?? prompts generated when the router responds one screen at a time.
 
4. Right-click on the menu bar of the putty screen and select “change Settings

5. Go to Session and click on Logging, select “Log all session output

6. Click on Browse and choose the location and name of the file (I like to place my config file on my desktop – C:Documents and SettingsAdministratorDesktopASAconfig.txt or SW1config.txt)

7. Click apply

8. Now enter the show run command (router# show running-config), Logout and see the output in config.txt on your desktop (or the location you chose).


Thats all there is to it.  I highly recommend that each time you make a config change you do a quick backup like this.  Theres nothing easier to do to come back from a failure than to have a recent config just waiting to be pasted in to get your device back online as quickly as possible.

Get

Read more »

Connect Arduino Due with HC 06 Bluetooth Module

Connect Arduino Due with HC 06 Bluetooth Module


Last post (direct to Arduino-er: Test HC-06 Bluetooth Module with Android BluetoothChat) show how to use Android Bluetooth Chat test app to talk with standalone HC-06. This post show how to connect Arduino Due to HC-06 via Serial 3, to receive data from Android and echo back to Android, and also send to Serial port for monitoring.


Connection between Arduino Due and HC-06:
Serial (Tx/Rx) communicate to PC via USB
Serial3 (Tx3/Rx3) connect to HC-06
HC-06 Rx - Due Tx3
HC-06 Tx - Due Rx3
HC-06 GND - Due GND
HC-06 VCC - Due 3.3V

DueHC06_AT.ino
/*
Arduino Due + HC-06 (Bluetooth) -echo bluetooth data

Serial (Tx/Rx) communicate to PC via USB
Serial3 (Tx3/Rx3) connect to HC-06
HC-06 Rx - Due Tx3
HC-06 Tx - Due Rx3
HC-06 GND - Due GND
HC-06 VCC - Due 3.3V

*/
#define HC06 Serial3

void setup()
{
delay(1000);
Serial.begin(9600);
HC06.begin(9600);

Serial.write(" Test Start ");
}

void loop()
{
while(HC06.available())
{
char data = HC06.read();
Serial.write(data);
HC06.write(data);
}
}

Related:
- Android BluetoothChat connect to Arduino Uno + HC-05

Get

Read more »

3 2 480 x 320 TFT LCD Shield install UTFT library and test with Arduino Mega 2560

3 2 480 x 320 TFT LCD Shield install UTFT library and test with Arduino Mega 2560


Its 3.2" 480 x 320 TFT color screen support Arduino Mega 2560, named QDM320B.








According to the seller:

Overview
QD320DB16NT8357RA module is 3.2" TFT LCD with 262K color 480x320 resolutions.
The controller of this LCD module is HX8357B, it supports 16-wires DataBus interface. Moreover, this module includes the 5V -3.3V power conversion circuit and Level Level conversion circuit, This Module can Directly inserted into the Arduino Mega2560 Board, it also includes the SD card socket and SPI FLASH circuit.

Features

  • Support Arduino Mega2560 Directly inserted
  • With Full-angle IPS TFT panel
  • OnBorad level conversion chip for 5V/3.3V MCU
  • Compatible with 3.3/5V operation voltage level
  • Compatible with Arduino-Series development Board.
  • Compatible with UTFT / UTFT_Buttons /Utouch Library for arduino.
  • provided 12-examples with Arduino ,3-examples with STM32 ??
  • With SD Card Socket
  • With SPI FLASH circuit



This video show how to install UTFT library (from http://www.rinkydinkelectronics.com/) and test example on Arduino Mega 2560.


More examples:
- Draw bitmap on 3.2" 480 x 320 TFT LCD Shield using UTFT
- Arduino Mega read string from Serial, display on 3.2" 480 x 320 TFT LCD Shield

Get

Read more »

Tuesday, August 9, 2016

Getting Started with the Arduino Genuino 101

Getting Started with the Arduino Genuino 101


The Arduino/Genuino 101 is a learning and development board which contains the Intel® Curie™ Module, designed to integrate the cores low power-consumption and high performance with the Arduinos ease-of-use. The 101 adds Bluetooth Low Energy capabilities and has an on-board 6-axis accelerometer/gyroscope, providing exciting opportunities for building creative projects in the connected world. More information about the technical specifications and documentation can be found on the Arduino/Genuino 101 main page.

Getting Started with the Arduino/Genuino 101


Get

Read more »

Monday, August 8, 2016

Getting Started with Intel Edison Sensors Actuators Bluetooth and Wi Fi on the Tiny Atom Powered Linux Module

Getting Started with Intel Edison Sensors Actuators Bluetooth and Wi Fi on the Tiny Atom Powered Linux Module


Getting Started with Intel Edison: Sensors, Actuators, Bluetooth, and Wi-Fi on the Tiny Atom-Powered Linux Module (Make : Technology on Your Time)

The Intel Edison is a crowning achievement of Intels adaptation of its technology into maker-friendly products. Theyve packed the dual-core power of the Atom CPU, combined it with a sideboard microcontroller brain, and added in Wi-Fi, Bluetooth Low Energy, and a generous amount of RAM (1GB) and flash storage (4GB). This book, written by Stephanie Moyerman, a research scientist with Intels Smart Device Innovation Team, teaches you everything you need to know to get started making things with Edison, the compact and powerful Internet of Things platform.

Projects and tutorials include:
  • Controlling devices over Bluetooth
  • Using Python and Arduino programming environments on Edison
  • Tracking objects with a webcam and OpenCV
  • Responding to voice commands and talking back
  • Using and configuring Linux on Edison


Get

Read more »

Sunday, August 7, 2016

AWUS036NHA with Win 8 1

AWUS036NHA with Win 8 1






PC connect to Internet via Ethernet cable
Plug in the AWUS036NHA to USB port of the PC







LED of the AWUS036NHA will flash







The AWUS036NHA install OK now
Network connections find the Wi Fi 3 is AWUS036NHA(AR9271)




Please use the Internal Wireless LAN Utility of the Win 8.1 to configure AWUS036NHA





Select SSID:ALFA_free and Key Wireless LAN Security Key




Get

Read more »

Thursday, August 4, 2016

Getting Started with 3D Printing A Hands on Guide to the Hardware Software and Services Behind the New Manufacturing Revolution

Getting Started with 3D Printing A Hands on Guide to the Hardware Software and Services Behind the New Manufacturing Revolution


Getting Started with 3D Printing: A Hands-on Guide to the Hardware, Software, and Services Behind the New Manufacturing Revolution

Make: Getting Started with 3D Printing is a practical, informative, and inspiring book that guides readers step-by-step through understanding how this new technology will empower them to take full advantage of all it has to offer. The book includes fundamental topics such as a short history of 3D printing, the best hardware and software choices for consumers, hands-on tutorial exercises the reader can practice for free at home, and how to apply 3D printing in the readers life and profession. For every maker or would-be maker who is interested, or is confused, or who wants to get started in 3D printing today, this book offers methodical information that can be read, digested, and put into practice immediately!


Get

Read more »

Wednesday, August 3, 2016

CCleaner 2016 with All Edition Universal Crack

CCleaner 2016 with All Edition Universal Crack


http://ahsugan.blogspot.com/
CCleaner (Crap Cleaner) adalah program optimasi sistem yang berfungsi sebagai alat pembersih. Dengan program ini akan membantu PC kamu untuk menghapus dari file yang tidak berguna atau sampah agar PC bekerja lebih cepat.

Fitur
  • Membuat PC menjadi stabil
  • Membersihkan riwayat penelusuran internet
  • Menon-aktifkan startup program yang tidak dibutuhkan sehingga lebih cepat
Langkah installasi
  • Matikan koneksi internet
  • Install CCleaner dan jangan langsung dijalankan
  • Close CCleaner di System Tray jika ada
  • Buka folder crack, pilih yang Professional Edition. Copy dan Paste-kan di C:/Program Files/CCleaner
Tips penting
  • Hilangkan centang "Automatically check for updates to CCleaner" saat installasi agar tidak otomatis install update, dan jangan pernah update otomatis untuk menghindari banned
  • Update manual dengan mendonwload versi terbaru
  • Crack berfungsi pada semua versi lama dan baru dengan syarat manual donwload, gunakan crack jika perlukan

http://ahsugan.blogspot.com/




Download
CCleaner 2016 Setup
All Edition Universal Crack

Versi Terbaru
CCleaner v5.17.5590


Tags: ccleaner, software, program, cleaner, crack, universal, pc, laptop, windows


Thanks to OnHax
Like us on Facebook
Follow our Twitter


Get

Read more »

Monday, August 1, 2016

Android BluetoothChat example link with HC 05 Bluetooth

Android BluetoothChat example link with HC 05 Bluetooth


This example show to import and modify Android BluetoothChat example, to link with low-cost Bluetooth HC-05.

reference:
- First test HC-05 Bluetooth Module
- AT Command mode of HC-05

We need a FTDI USB-to-Serial adapter to connect PC/USB and HC-05 Bluetooth, and use Arduino IDEs Serial Monitor as terminal, to talk with Android running modified BluetoothChat example.


This video show how to import BluetoothChat example in Android Studio, and edit BluetoothChatService.java to change MY_UUID_SECURE to UUID.fromString("00001101-0000-1000-8000-00805F9B34FB").

~ reference http://developer.android.com/reference/android/bluetooth/BluetoothDevice.html, If you are connecting to a Bluetooth serial board then try using the well-known SPP UUID 00001101-0000-1000-8000-00805F9B34FB.


This video show how it run on Android device, and talk to PC running Arduino IDEs Serial Monitor, via FTDI + HC-05.

In my on-hand HC-05 sample, it set as slave role and 9600, 0, 0, PIN="1234" by default, I have not change any setting.


Cross-post with Android-er

Next:
- Android BluetoothChat connect to Arduino Uno + HC-05

Get

Read more »

Sunday, July 31, 2016

Follow allkpop com with these RSS feeds never miss your K pop fix

Follow allkpop com with these RSS feeds never miss your K pop fix


Everyone knows Im a big fan of RSS feeds. Last year, the K-pop fansite Allkpop removed their main RSS feed as part of their site redesign project. But dont worry, K-Pop fans, you can still follow them with the simplicity and non-clutter of RSS in a few other ways.

Here are some RSS subscription-ready links you can use to subscribe to their content:

Video uploads from AllKpops YouTube channel:
http://gdata.youtube.com/feeds/api/users/allkpop/uploads

Posts from their Facebook wall:
https://www.facebook.com/feeds/page.php?format=rss20&id=142273450007

Posts from their Tumblr:
http://allkpop.tumblr.com/rss

Results from Google News (surprisingly accurate at pulling-in Allkpop articles):
http://news.google.com/news?hl=en&gl=us&q=allkpop&um=1&ie=UTF-8&output=rss

Posts shared to Reddit from the Allkpop domain:
http://www.reddit.com/domain/allkpop.com/.rss


I would actually be shocked if there are any K-Pop fans that use such an old-school technology like RSS, but God bless ya if you do, chingu.

Get

Read more »

Saturday, July 30, 2016

BBC micro bit a pocket sized codeable computer that allows children to get creative with technology

BBC micro bit a pocket sized codeable computer that allows children to get creative with technology



Get

Read more »

Free phone with data service for tourists to Korea in 2016

Free phone with data service for tourists to Korea in 2016


Heres a pretty sweet deal if youre planning on visiting Korea as a tourist this year. Pick up a shiny new Galaxy Note 5 in the airport when you arrive and use it for free for five days with five gigs! Thats a lot of Fs!

KTO "Enjoy Mobile Korea" sign-up page

SK Telecom said Wednesday it has teamed up with the Korea Tourism Organization (KTO) and Samsung Electronics to provide free telecom services to foreign tourists visiting the country.
...
The telecom company will select foreign tourists who apply for unlimited voice calls, text messages and up to 5 gigabytes of data available for five days. The tourists will also be able to borrow the latest Samsung Electronics smartphones free of charge.
...
SK Telecom received the first round of applications between March 15 and 20 and chose from 250 out of 2,500 applicants planning to visit Korea.
...
The telecom company said it will select about 250 foreign tourists every week, expecting to benefit more than 12,000 through the promotion. Interested applicants can access a dedicated website at emk.visitkorea.or.kr. Once chosen, they can pick up a smartphone at the SK Telecom roaming center on the first floor of Incheon International Airport.
[SKT provides free telecom service for foreign tourists]

Heres some important details on the promotion from the KTO site:

"Enjoy Mobile Korea For Free"
  • Event Period: March 15 – December 31, 2016
  • How to apply: Apply online at the Enjoy Mobile Korea promotion website (emk.visitkorea.or.kr) and only selected winners will be granted the free smartphone rental
  • Services provided: Free rental of Galaxy Note 5, date (1GB per day), free local voice calls, SMS messages (for 5 days including day of pick up; international calls excluded), mobile app (VisitKorea) providing Korea tourism information pre-installed.
  • International incoming calls and SMS can be received.
  • Smartphone rental & return location: SK Telecom Roaming Center at Incheon International Airport, Level 1 (Between Gates 10 and 11) 
  • Operating hours for T Roaming Center: 06:00–22:00
  • 1330 Korea Travel Hotline: +82-2-1330 (Korean, English, Japanese, Chinese)
[Grab the chance to “Enjoy Mobile Korea!”]

By the way, before you get too excited, there are a couple of interesting tidbits buried in the FAQs:

Q. Can I make an international call (or SMS) with the rental phone? 
A. No outgoing international calls or SMS/MMS messages are allowed.
However, incoming international calls or messages can be received.
...
Q. How much will I be charged for the deposits? 
A. If you return the smartphone within the period, the credit card authorization will be cancelled. 900,000 won (net price of Samsung Galaxy Note 5) will be charged as a hold on your international credit card, which must be activated for handling international transactions.
[Enjoy Mobile Korea FAQs]

So the "free" phone will, at least temporarily, set you back a cool $900. Im guessing that the kind of tourists who would be most eager for this promotion are the young K-pop loving S.E. Asian crowd, and I wonder if that early-20s demographic is going to have plastic like that on them. Im not alone. But what do I know?

Anyway, your old buddy Sam is just passing the info along. Get er done.


Get

Read more »

Friday, July 29, 2016

Avast Pro Antivirus With Keys 2016 12 1 3076 0 SkyLinks Tech Layyah STL

Avast Pro Antivirus With Keys 2016 12 1 3076 0 SkyLinks Tech Layyah STL


Avast Pro Antivirus With Keys 2016 12.1.3076.0 SkyLinks Tech Layyah [STL]





Download Setup

Download Keys

Instructions:
1.Download & Install Your Desired Product
2.Use either internet security, Antivirus Pro or Premier License file
3.Now double click on License file & click Yes–>Ok
4.That’s it ! Enjoy.

If you are facing problem to download this file
Please Click here How to Download

Get

Read more »

Thursday, July 28, 2016

Blink NodeMCU on board LED using Arduino IDE with ESP8266 core for Arduino and more examples

Blink NodeMCU on board LED using Arduino IDE with ESP8266 core for Arduino and more examples



To program NodeMCU in Arduino IDE, we have to install esp8266 board (ESP8266 core for Arduino) to Arduino IDE.

Add Additional Board Manager URL for ESP8266 board:
> File > Preference

Add "http://arduino.esp8266.com/stable/package_esp8266com_index.json" in Additional Board Manager URLs.


Add ESP8266 board to Arduino IDE:
- Open Boards Manager in Arduino IDE
- Search "esp8266" or "NodeMCU", you will find "esp8266 by ESP8266 Community". Install it.


Test:
Once esp8266 board installed, you can find an example to blink the on-board LED.
File > Examples > ESP8266 > Blink

/*
ESP8266 Blink by Simon Peter
Blink the blue LED on the ESP-01 module
This example code is in the public domain

The blue LED on the ESP-01 module is connected to GPIO1
(which is also the TXD pin; so we cannot use Serial.print() at the same time)

Note that this sketch uses LED_BUILTIN to find the pin with the internal LED
*/

void setup() {
pinMode(LED_BUILTIN, OUTPUT); // Initialize the LED_BUILTIN pin as an output
}

// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, LOW); // Turn the LED on (Note that LOW is the voltage level
// but actually the LED is on; this is because
// it is acive low on the ESP-01)
delay(1000); // Wait for a second
digitalWrite(LED_BUILTIN, HIGH); // Turn the LED off by making the voltage HIGH
delay(2000); // Wait for two seconds (to demonstrate the active low LED)
}

You can upload it to NodeMCU, to toggle the on-board LED.


notice:
- Once the ModeMCU programmed, the original firmware will be erased. To restore the original firmware with Lua shell, you have to flash the firmware again.

Next:
- Read NodeMCU MAC address using Arduino IDE with esp8266 library
- Get my IP address
- Run diagnosis
- NodeMCU to read analog input, A0
- NodeMCU act as WiFi client to update dweet.io
- Display on 128x64 I2C OLED, using Adafruit SSD1306 and GFX libraries
- esp8266-OLED, another esp8266-Arduino library for I2C-OLED displays
- NodeMCU/ESP8266 act as AP (Access Point) and simplest Web Server
- NodeMCU/ESP8266 act as AP (Access Point) and web server to control GPIO
- NodeMCU/ESP8266 implement WebSocketsServer to control RGB LED
- NodeMCU/ESP8266 WebSocketsServer, load html from separate file in flash file system

Get

Read more »