• CES
  • AMARTS
  • Electronic Kid
  • Useful-news
  • Forum
  • Fellowship
  • E-Library
  • All

Showing posts with label Software. Show all posts

gravatar

Make your Blogspot Became .com (dot com)

Setting up your Google Account

Log into your Blogspot account at blogspot.com and then click on 'Settings' on the left-hand side
Blogspotsetting1.png
Now click on 'Publishing' - this will bring up the following screen
Publishing1.png
Click on 'Add a Custom Domain' to bring up the next screen
Publishing2.png
Click on 'Switch to Advanced Settings'
Now enter your domain name WITH the www prefix (in our example, we use www.easydnstest.com) and click 'save'.
Publishing3.png
You'll see an error message. That's ok. Copy the two records it asks you to create and open a new browser window (leaving this one open).
Leave this window open, as we'll need to go back to it again in a few minutes.

Setting up your easyDNS account

Log into web.easydns.com and go to your domain management. Click on the left-hand side of the page (on DNS Settings) to see all your DNS settings.
Viewdns.png
Now find 'aliases CNAME Records' and click the little wrench icon to edit the records as below
Aliasescname.png

Enter the two records as shown in the example below and click 'next'. Agree to the changes (it will show an error saying one of these is invalid - that's ok. It's just used by Google to verify you have control of the domain).
Now click on DNS Settings on the left again, and select the wrench for 'hosts A Records'
Blogarecords1.png
Now enter the records shown below, click next, and then confirm the changes.
Blogarecords2.png
Congratulations - you've set up the records for your domain at easyDNS

Finalizing the changes at Blogspot

Go back to the tab you have open for Blogspot, and now click 'Save' again at the bottom of the page. This time it will accept the changes, and bring you back to your main page.
Now click into 'Publishing' again as you did in the first steps (Settings -> Publish) and select 'edit' beside your domain name
Edityourdomain.png
Put a check in 'redirect yourdomain.com to www.yourdomain.com' (where yourdomain.com = your own domain name) and click 'Save'

Source form web 

gravatar

Livewire and PCB Wizard

Livewire is a simulated electronics laboratory that uses animation and sound to demonstrate the principles of electronic circuits. Switches, transistors, diodes,integrated circuits and hundreds of other components can all be connected together to investigate hidden concepts such as voltage, current and charge. There are no limits to the circuits that can be designed and no loose connections or faulty components to worry about. However, if the maximum ratings for any components are exceeded, they willexplode.


Livewire
PCB Wizard 3 is a highly innovative package for designing single-sided and double-sidedprinted circuit boards (PCBs).It provides a comprehensive range of tools covering all the traditional steps in PCB production, including schematic drawing, schematic capture, component placement, automatic routing, Bill of Materials reporting and file generation formanufacturing. In addition, PCB Wizard 3 offers a wealth of clever new features that do away with the steep learning curve normally associated with PCB packages.
PCB Wizard
System Requirements:
  • IBM compatible PC with a Pentium-class processor
  • 16 Megabytes of (RAM) memory. 32 Megabytes of (RAM) memory recommended.
  • Microsoft Windows 95, 98, ME, NT 4.0 (with SP6), Win 2000 or XP and Win 7.

gravatar

Arduino Builder (GUI)

Only 3 choices are to be made before the compiling and uploading can be proceeded.
  1. Choose file, either a sketch file (.ino), an HEX file (.hex) or an ELF file (.elf)
  2. Choose the board type in the dropdown list
  3. Click on the serial port (or USBASP button) and the uploading will be proceeded
During compiling or uploading, the current status will be displayed and the detailed information will be shown in the console area. A detailed tutorial is available here.
   Arduino Builder - Step 1  ab2 ab4
Screenshots of Arduino Builder

Arduino Uploader (CLI version of Arduino Builder)

Arduino Uploader is a command line utility invoked by command line options and will return after compiling and uploading proceeded.

Command Line Syntax

ArduinoUploader [sketch/HEX file] [board type] [serial port/usbasp]

Board types:
1 - Arduino Uno
2 - Arduino Leonardo
3 - Arduino Esplora
4 - Arduino Micro
5 - Arduino Duemilanove (328)
6 - Arduino Duemilanove (168)
7 - Arduino Nano (328)
8 - Arduino Nano (168)
9 - Arduino Mini (328)
10 - Arduino Mini (168)
11 - Arduino Pro Mini (328)
12 - Arduino Pro Mini (168)
13 - Arduino Mega 2560/ADK
14 - Arduino Mega 1280
15 - Arduino Mega 8
16 - Microduino Core+ (644)
17 - Freematics OBD-II Adapter

Examples

Compile and upload Blink.ino to Arduino UNO via COM4:
ArduinoUploader Blink.ino 1 COM4
Burn bootloader for Arduino Pro Mini 168 via USBASP
ArduinoUploader optiboot_atmega168.hex 9 usbasp
ArduinoUploaderWin32

Links

gravatar

The element14 Arduino CadSoft Library


Arduino+Library.jpg

We are pleased to offer our very own CadSoft library for Arduino--for free!  Our new library simplifies Arduino shield development by placing the most-popular Arduino pinouts right at your fingertips.

Don't yet have CadSoft EAGLE?

Get your copy here!

Let us know what you think by posting comments below, and thanks for being a part of the element14 community!

 
source by web

gravatar

Proteus Library For Arduino

Proteus is a very powerful tool in simulating microcontroller codes and Arduino is a very famous microcontroller platform but in Proteus there is no model for Arduino. In this post I am going to show how to add Proteus Library for Arduino and how to use it in simulation.

How to add the Arduino Proteus library


1- First of all you have to download the Proteus library from the following link: CLICK HERE (Note: The download link has been removed due to copyright materials. If you want to download Proteus library for Arduino you can search Google for it)
2- After downloading the file. Extract it and then copy the two files ARDUINO.IDX and ARDUINO.LIB and paste them in the following path:
Drive C >> Program Files >> Labcenter Electronics >> Proteus 7 Professional >> LIBRARY
3- Then open your Proteus and in the pick device wizard search for Arduino you will get the following results.

Now, I am going to show you how to add Arduino codes to Proteus.

How to add the Arduino codes to Proteus


Proteus use the .hex file to simulate microcontroller codes but since the Arduino IDE uses .pde or .ino files, you can't add the Arduino code directly to Proteus. To add Arduino code to Proteus, follow these easy steps:
1- Write your code using Arduino IDE and press verify icon to check the code for errors. Then save your code and name it.
2- Then, from the tools choose your board type (UNO, MEGA,....)
3- After that, press the upload icon and wait .... it will give you an error because the board is not connected to your PC. It's OK leave it.
4- The hex file will be located in the following path:
** NOTE ** you have to activate (Show hidden files,folders and drives) 
Drive C >> Users >> " the name of your PC " >> AppData >> Local >> Temp
5- Search for you code with the name you used in saving and you will find a file named "filename.cpp.hex" copy this file in any place (for example Desktop)
6- Return to Proteus and double click on your Arduino kit and then add the .hex file.
That's all. Now you can run your simulation. If you got any problems, please feel free to write to me in a comment and I will answer you as soon as possible.
You can download this tutorial in PDF format from the following link: CLICK HERE
 

gravatar

Number 1 Site For Background Checks- Backgroundreport360.com








In this day and age, it is vital that you know just who you're dealing with. Through the right criminal background check, you can locate all sorts of invaluable background information on the subject of your interest-from criminal history to real estate background and aliases; and you should.
With this in mind-though there are thousands of criminal background check agencies online-they are most certainly not all the same. Where these online background check services vary most egregiously is how up to date and comprehensive their services are, and moreover-their costs to facilitate these criminal background searches. To the first point, many online background check services who offer background history and background info; do not use all of the verifiable criminal justice agencies and law enforcement bureaus as resources to substantiate these online background checks; and if they do, their referencing methods provide outdated information. To the second point, while many of these say they provide free criminal background checks; they are not, in fact, free at all.
So, what is a novice to the world of criminal background investigations and background reports to do? Use Backgroundreport360.com's comprehensive and up to date quality background people search to find the most complete and current criminal records information available on a person of your interest. Whether it be an employment background check or personal record search you seek, our instant background check gives you access to all criminal history information you could possibly desire. Here is a list of some of the most vital background report information you can be privy to with the use of our instant background check service:
  • State and National Criminal Records
  • Arrests and Warrants
  • Felonies and Misdemeanors
  • Convictions and Incarcerations
  • DUIs and Criminal Driving Violations
  • Aliases/Maiden Name Information
  • Address and Phone Number History
  • Date of Birth
  • Email Addresses and Social Networking Site Memberships
  • Property Records and Details
  • Civil Filing Information
  • And more!
With Backgroundreport360.com, we value how significant it is that you get the most comprehensive and accurate criminal background check information on those of your immediate interest. This is why we offer you the best background service for your general background and criminal background check. All you need is a first and last name, and a couple seconds-literally-to uncover all you need to know about the person you may be suspicious or-at the very least-unsure of. Do it now, with our instant background check, and get informed.

Go here: http://tinyurl.com/oc9y3hx