Top ten Embedded Internet articles for 2011

Top ten Embedded Internet articles for 2011 Here are the top ten (most popular) technical articles on Embedded Internet Designline during 2011. 1. ZigBee applications - An excerpt from the book "ZigBee Wireless Networking" in seven parts: Part 1: Sending and receiving data Part 2: No common C API Part 3: ZigBee PANs Part 4: ZigBee addressing Part 5: Addressing within the node Part 6: Profiles Part 7: ZigBee Security & Application Support...

Google Translate API sini kendiniz kullanın..Use Google Translate API by own

Merhabalar, Burada bir Java program ornegi verecegim. Bu program Google Translate API nı kullanarak, girilen texti daha önceden tanımlanmış dillere çeviriyor. Google Translate API yüzlerden API dan sadece bir tanesi, bunları kullanarak daha çok şey yapabilirsiniz. Çevirilecek text burada elle yazıldı, ve çevirilecek dil sayısı da belli ama siz istediğiniz gibi değiştirerek farklı uygulamalar yapabilirsiniz. Mesela biz değiştirdik, hatta Netbeans ve Eclipse i beraber kullanarak bir arayüz tasarladık, text'in girilebileceği,...

Ten Tips for Android Application Development

Beginner tips Learn SQL and put your data models in a database Android has an excellent persistence system; use it to make your applications more robust in case of failure or shutdown, and to make suspending and resuming more efficient. Android's SQLite-based storage system is thoroughly integrated with Android's user interface classes. Android supports the observer pattern in Cursor, Adapter, and View classes, enabling the user interface to connect directly to...

TFTP Kurulum – LiNUXTFTP Installation in LiNUX

Installation Notes of Trivial File Transfer Protocol (TFTP) TFTP is a file transfer protocol, with the functionality of a very basic form of File Transfer Protocol (FTP). TFTP server is commonly used to upload and download executable images and configurations of routers and switches. In our company, the main purpose of using this is that you can transfer your newly build code to TV environment easier than transfering via usb...

IPad ve IPhone neden çoklu işlem yapamaz?? Why the iPad and iPhone don’t Support Multitasking

Why don't the iPad and iPhone support multitasking? The answer isn't what you think.  Note: This article was written for versions before IPhone4, because new generation Apple Phones already support multitasking right now, Thanks Steve.. :) There is a lot of misconception around support for multitasking in the iPhone and its giant cousin, the iPad. What follows is my analysis of the situation. I am not privy to any insider...

Using Qt to Develop for Embedded Linux

This article written by Natalie Watson and is taken from http://www.linuxjournal.com/article/4660, it has not been changed and taken as written in given link and thanks for her experience.. Let us look into that article and basics of QT coding closer.. Qt/Embedded extends the ease and speed of Qt to embedded application development. In January of 2001, I began an internship at Trolltech's embedded development office in Brisbane, Australia. My goal was twofold:...

Making the transition from C to C++

Making the transition from C to C++ The transition from C to C++ has been less rapid than expected a decade ago, but the language is now beginning to gain ground. As a result, many embedded software teams are considering the matter of migration from C to C++. Mainly C. In the early days of embedded system programming, everything was coded in assembly language. Then, as processors became more powerful...