Posts

Showing posts from April, 2013

Eric Schmidt & Jared Cohen - The New Digital Age

Image
The New Digital Age is a book coming April 23, 2013 and is written by Eric Schmidt and Jared Cohen. Eric Schmidt is the Executive Chairman of Google and Jared Cohen is an international security advisor, founder and director of Google Ideas. There are 5 BILLION people coming online in the next 10 years. This amazing book explores the implications this explosion will have in reshaping the future of people, nations and business.

ARM Releases Development Tools For Its Embedded Linux Community

Image
The ARM Development Studio 5 (DS-5™) Community Edition is a free professional quality toolchain developed by ARM to accelerate the development of native (C/C++) embedded Linux and Android™ applications. Based on DS-5 Professional Edition, this toolkit offers essential debug and system analysis for you to create robust and highly optimized applications for ARM processor-based devices, without the fuss and inefficiencies usually attached to fragmented open source tools. April 23, 2013 -- ARM® has extended the scope of the ARM Development Studio 5 (DS-5™) Community Edition (CE) to provide a fully featured, industry standard, and free-to-use software development environment for ARM Embedded Linux applications. DS-5 CE provides an integrated solution including an Eclipse IDE, GNU cross-compiler, DS-5 Debugger, Streamline™ performance analyzer, online help and software examples. This level of integration enables developers to get up and running with their projects in virtually no time. In a

How to Remove �Powered by Blogger� attribution From Blogspot Blog?

Image
                     Blogger initially add on every blog �Powered by Blogger" in Blogger footer. This dialogue called Attribution 1. It is optional and used to show copyright, credits and other information. You can remove this attribution widget and add your own information. Blogger not allow you directly to remove it because it is locked. If you have tried to remove this then you may of noticed this gadget is locked into you blog. There are three ways of removing "Powered by Blogger" from your BlogSpot blog. Method 1:  Using Unlock method Step 1. Log in to your Dashboard and go to your Blogger Dashboard. Step 2. Now go to Template > Edit HTML. Step 3. Tick the "Expand Widget Templates" checkbox. Step 4. Now Search (CTRL+ F) the following code: <b:widget id='Attribution1' locked='true' title='' type='Attribution'> Step 5. Replace true with false <b:widget id='Attribution1' locked='false' title='

How to Convert Text to Audio using Notepad and Check Your PC is Male or Female?

Image
Hello everyone, I hope that you are all fine. Mostly people use software to convert text to audio Today I am going to share a notepad trick. This trick is how you can your text to audio using notepad. You can do it by a simple VB script and no software require for this work. Follow the below instructions to convert your text into audio using notepad: Step1. At first Open notepad.  (Press Windows key +R now run command panel opens now type notepad and press enter) Step2. Now Copy the following code and paste in your notepad. Dim msg, sapi  msg=InputBox("Enter your text for conversion�by BloggerExplorer.Com","Text to Audio Converter")  Set sapi=CreateObject("sapi.spvoice")  sapi.Speak msg Note: Here you can change �Enter your text for conversion�by BloggerExplorer.Com� and "Text to Audio Converter" by your own text. Step3. Save the notepad file with .vbs extension. (For Example:  Text to audio.vbs) Now you have almost done. Open the file you saved.

FREE eBook: WOSPi - a Weather Observation System for the Raspberry Pi

Image
The ebook, WOSPi - a Weather Observation System for the Raspberry Pi , describes a weather observation system for the Raspberry Pi,utilizing the Davis Vantage Pro2 Plus weather station as observation platform. The weather station is connected directly to the Raspberry Pi without using a Davis Instruments data logger. All necessary details, part numbers and Python/PowerBASIC code samples are provided. The WOSPi software is implemented using the Python programming language. WOSPi - a Weather Observation System for the Raspberry Pi Download HERE .

Android Apps for Arduino: Arduino Examples

Image
Arduino Examples : A lot of Arduino examples with code,diagrams and images for arduino beginners and programmers. Contains Examples from - Basics - Digital - Analog - Communication - Control Structures - Sensors - Core Functions - Digital - Display - Strings - USB (Leonardo, Micro, and Due specific examples) - Keyboard,Mouse More will be updated daily or weekly. Arduino Examples

Android Apps for Arduino: Arduino Companion

Image
Arduino Companion is an app for designed to help anyone getting into Arduino and electronics. The app contains the full Arduino Reference for offline use, as well as a handy resistor calculator. The Reference contains all of the basic Arduino reference, but it also covers all the included classes for controlling Ethernet, Servos, Serial Communication, LCD Displays, SD cards, Keyboard and Mouse (Leonardo) and more. Arduino Companion

Basic Arduino Due oscilloscope

Image
Basic Arduino Due oscilloscope

UDOO = 4 Raspberry PI + Arduino DUE

Image
UDOO is a mini PC that could run either Android or Linux, with an Arduino-compatible board embedded. UDOO = 4 Raspberry PI + Arduino DUE UDOO is a powerful prototyping board for software development and design, it's easy to use and with a few steps you can start using it and creating your projects with minimum knowledge. UDOO merges different computing worlds in one; each world has its strengths and weaknesses, and all of them are useful today in education as well as Do-It-Yourself (DIY) and rapid prototyping endeavours. UDOO is an open hardware, low-cost computer equipped with an ARM i.MX6 Freescale processor for Android and Linux, alongside Arduino DUE's ARM SAM3X, both CPU integrated on the same board! UDOO's size is 4.33 inch x 3.35 inch (11 cm x 8.5 cm) and it has low power consumption. Support us on Kickstarter: http://kck.st/XBthCV

Implement Timer Interrupt for Arduino Due

Image
The code implement Timer Interrupt for Arduino Due, to toggle LED every second and send the duration in millisecond to PC via Serial port. int led = 13; volatile boolean ledon; volatile unsigned long lasttime; volatile unsigned long now; int FREQ_1Hz = 1; void TC3_Handler(){ TC_GetStatus(TC1, 0); now = millis(); digitalWrite(led, ledon = !ledon); Serial.println(now - lasttime); lasttime = now; } void startTimer(Tc *tc, uint32_t channel, IRQn_Type irq, uint32_t frequency){ //Enable or disable write protect of PMC registers. pmc_set_writeprotect(false); //Enable the specified peripheral clock. pmc_enable_periph_clk((uint32_t)irq); TC_Configure(tc, channel, TC_CMR_WAVE|TC_CMR_WAVSEL_UP_RC|TC_CMR_TCCLKS_TIMER_CLOCK4); uint32_t rc = VARIANT_MCK/128/frequency; TC_SetRA(tc, channel, rc/2); TC_SetRC(tc, channel, rc); TC_Start(tc, channel); tc->TC_CHANNEL[channel].TC_IER = TC_IER_CPCS; tc->TC_CH

How to make slideshow your pictures on YouTube Using Youtube Online Video Editor

Image
           How do you make a slideshow of photos? Mostly use Windows Movie Maker or Picasa for slideshow now you can also make slideshow on YouTube by simply upload photos. Normally we use YouTube to upload videos. But now you can also upload your pictures and make slide show of your pictures.           YouTube recently started a new service by using this service you can upload your photos as slide show.Assume you have many good pictures and now you want to share it with your friends. For this YouTube on a single click can make your pictures slideshow and upload also. How upload slideshow on YouTube? Step1. To use this service first you visit this web address: youtube.com/upload. If you are not login with your Google account then first login. Step2. Now a menu bar appears on screen. Shown as below choose Create Slideshow option Step3. After clicking on create slideshow a popup window appears. As shown in below picture. You have three options to choose photos 1. Your Photos � yo

Raspberry Pi Home Automation with Arduino

Image
Raspberry Pi Home Automation with Arduino Raspberry Pi Home Automation with Arduino Automate your home with a set of exciting projects for the Raspberry Pi! Overview Learn how to dynamically adjust your living environment with detailed step-by-step examples. Discover how you can utilize the combined power of the Raspberry Pi and Arduino for your own projects. Revolutionize the way you interact with your home on a daily basis. In Detail Low-cost and high-performing, with a massively diverse range of uses and applications, the Raspberry Pi is set to revolutionize the way we think about computing and programming. By combining the Raspberry Pi with an Arduino board you'll be able to revolutionize the way you interact with your home and become part of a rapidly growing group of hobbyists and enthusiasts. This essential reference will guide you through a series of exciting projects that will allow you to automate your very own home. With easy-to-follow, step-by-step examples, diagrams, a

The Akafugu Nixie Clock

Image
I like Nixie tubes, especially when they are used in clocks, like this one I built a while ago. Although almost all Nixie clocks look the same, sometimes there is one that catches the eye. Such as the case of Agafuku Nixie Clock ,  designed in (and shipped from) Japan. The first thing to notice is that the final clock built from this kit is complete with enclosure, a rare find in the world of Nixie clock kits. Then, there is the look: simple, yet elegant, compact, yet functional. Obviously, I wanted one. Per, from Akafugu Corporation, graciously accepted to barter their Nixie clock kit for my Wise Clock 4 kit . Following is my brief review. The Akafugu Nixie clock kit looks professional starting with the box. Here are a few photos to prove that, taken as I was opening the package. I was surprised to find a power adapter included! The clock's electronics are distributed onto three PCBs, shown in the photo below: the power board (on the left), containing the 5V regulator and the h

How to make free phone call to any Indian number

Image
Hi friends! Its a long time I have posted to this site. As usual, I have brought something new for you. Using this trick you can call any number in India free of cost continuously for 2 minutes. You can reconnect call after getting disconnected. Moreover, you can send free SMS, free voice call and free voice SMS also to any number in India. Read more »

ARM documentation set for the ARM Cortex-M3 processors

Image
ARM documentation set for the ARM Cortex-M3 processors The ARM Cortex-M3 processor is a low-power processor that features low gate count, low interrupt latency, and low-cost debug. It is intended for deeply embedded applications that require fast interrupt response, including microcontrollers and automotive and industrial control systems. The ARM Cortex-M3 processor implements the ARMv7-M architecture profile. Revision: r2p1 (with download links of PDF version): Cortex-M3 Devices Generic User Guide Cortex-M3 Technical Reference Manual Errata: Cortex-M3/Cortex-M3 with ETM (AT420/AT425)

Java ME Embedded and Raspberry Pi

Image
Getting Started with Oracle Java ME Embedded and Raspberry Pi Learn with Simon Ritter, Java Technology Evangelist, how Oracle Java ME Embedded and Raspberry Pi Model B can work together to create some interesting types of applications!