Development with Native or HTML5?Development with Native or HTML5?

Web-based UserInterface is more popular nowadays after created Hybrid application frameworks like (PhoneGap, Appcelerator) for Android&IOS. But I am hearing many companies turns back to native development environment (Xcode and Java) on them for better performance. On contrast some embedded UI frameworks like Wx, QT and GTK etc. gives better performance but needs more effort to develop a rich User Experince. I am looking for a HW and OS independent,...

Top Embedded Internet How-To’s (so far)

Here are the ten most popular how-to articles published on Embedded Internet Design so far for 2010. Topics include TCP/IP embedded Internet applications, Java for networked devices, cryptography for embedded systems, IPv4 and IPv6 addressing and much more:   #1: TCP/IP Embedded Internet Applications - The Network Layer • Part 1 looks at the Internet Protocol, including the IP header, the IP checksum and fragmentation. • Part 2 covers IPv6 and extended addressing capability, ICMP, and using...

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...

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...

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:...

CES 2011CES 2011

CES 2011 Trends: Fast Chips, Android Tablets and More 3D - This article is taken from PcWorld.com (It is only in English) Intel's Sandy Bridge chips, Android-based tablets and 3D cameras and TVs should take center stage when the Consumer Electronics Show opens in Las Vegas this week. Each year, as the tech world converges on Las Vegas for the giant Consumer Electronics Show, a few common themes emerge. This...
AyhanAk Technology

Five top causes of nasty embedded software bugs

Finding and killing latent bugs in embedded software is a difficult business. Heroic efforts and expensive tools are often required to trace backward from an observed crash, hang, or other unplanned run-time behavior to the root cause. In the worst cases, the root cause damages the code or data in a way that the system still appears to work fine or mostly fine-at least for a while. Too often engineers...