Robotic Assistance for the Disabled

Embedded devices, particularly digital ones specially designed to assist individuals with disabilities, are often seen as the next step in that particular field of technology.  Such embedded devices generally have several advantages over the previous wave of embedded devices that have monitoring functions, control capabilities, and the ability to access and use communication protocols like the internet.  The modern embedded applications devices do not stop monitoring, tracking, and relaying information; they almost always directly assist the user, such as a prosthetic limb or a personal transport assistance vehicle.

Continue reading

Bi-color LED indication

Bi-color LEDs are the same LEDs as uni-color, just there is more than one LED housed in one package. Bi-color LEDs may have two or three leads depending on the intentional connection method. Three lead LEDs have a common cathode lead to which both LEDs are connected internally. To tun one of the LEDs or at the same time, connect the cathode to the ground via a current limiting resistor which value is equal to one LED required limiting. Of course, you can connect current limiting resistors to each of the anodes and control current individually. Then you can apply power to one of the anodes or both at the same time to have bi-color amber illumination.

Continue reading

Using NVRAM in embedded projects

NVRAM(Non-Volatile Random Access Memory) is one of the non-volatile memory selections. This may be an alternative to EEPROM to back up the memory. NVRAM chips can be used for nonvolatile memory storage with many benefits comparing to EEPROM. The main benefit is that NVRAM chips work like static RAM. They are RAM; they contain a lithium cell battery for retaining RAM contents when the main power is switched off. The backup memory can store contents as long as the battery provides power. NVRAM chips don’t require much power; backup can be guaranteed for up to ten years. For instance lets take Dallas NVRAM chip DS1225.

Continue reading

The BrainSUITE neuro-imaging

Brain tumours are one of the most difficult medical conditions to diagnose and treat. Brain surgery, for obvious reasons, is complicated and very risky. Luckily, modern-day developments in medicine can make performing brain tumour diagnosis and, more importantly, brain surgery easier and less risky. With a combination of advanced electronic tools and a doctor’s skills and technical knowledge, there can be better prognosis for brain cancer patients.

Continue reading

Embedded Electronics in Medicinal and Biological Sciences

Embedded medical and biological application refers to using technology and computers for observing certain events or generating a response when certain events occur. Embedded points to the fact that such devices are either small or very passive or both, such that the subjects of the observations are not continuously aware of it.

Continue reading

Green Embedded Electronics

Green electronics is an ideal that refers to environmentally friendly digital devices. Before the idea was brought forward, a considerable percentage of components involved in the manufacturing process of most electronic and digital devices were very toxic. Chemicals such as lead and polyvinyl chloride (PVC) were commonly used to manufacture items like LCD screens and laptop computers. The green electronics initiative is often seen as an extension of its corporate social responsibility (CSR) plan because of its environmental core ideas. The concept is currently being pushed by many environmentalist organizations, most notable of which is Greenpeace International. In August 2006, Greenpeace released a list of the top ten ranked corporations that were actively reducing toxic components from within their products and improving the recycling process for their merchandise. Mobile phone manufacturer Nokia and computer giant Dell share the top spot on the said list. Step One: Reduction of Chemicals The first step in the green electronics initiative is to cut down on manufacturing products’ toxic components. Not only do such chemicals pose a direct threat against the consumers; they also pose a threat to others should the device be disposed of improperly. For example, the toxic substances could leach into…

Continue reading

Radio Frequency Identification

Radiofrequency identification (RFID) is an identification system that uses radio waves to send data and RFID tags or transponders. The first patented RFID device was a passive radio transponder with an integrated memory by Mario Cardullo. At present, the technology has many applications, particularly in the retail industry because of its small size, low power demands, and high levels of efficiency offered. The application of RFID is seen as the next generation of barcode technology currently in use.

Continue reading

Healthcare Service Using Embedded Electronics

Embedded electronics technology has been actively and rapidly being developed to transform traditional devices into adaptive and useful ones. Whether the equipment is an automatic water heater or a GRPS-powered diesel wheelchair, embedded electronics technologies are entering all possible aspects of human life and are being used to improve them. Digitized Healthcare Healthcare is also benefiting from the development of embedded electronics technology. Advanced medical equipment is being developed to improve response to emergency medical situations. The integration of several types of medical equipment is also being done to create digitized operating rooms and diagnostics areas that can respond to medical needs more efficiently and accurately.

Continue reading

DIY AVR Graphical LCD test board

Once I’ve got several HQM1286404 graphical LCDs around, I decided to build a prototyping board where I could easily plug LCD to it, read data via ADC and display graphs, and plug keypad if needed for some menu functions. Earlier, I tested graphical LCD on prototype breadboard but dealing with multiple wires (GLCD needs 20) resulted in many failures. It is OK to do simple tasks, but more complex applications require a more stable platform. So here it is: This type of GLCD is a standard 128×64 pixel matrix controlled by the KS0108 LCD controller. I have a smaller non-common pin-header where pins have 2mm step, so I had to draw it for Eagle library, which you will find in project files. I decided to make a simple circuit so it could fit in 100x50mm single-sided PCB. As base MCU, I used Atmega16, which can be replaced with Atmega32, which is pin-compatible with Atmega16 have more data memory.

Continue reading