Hello World – Arduino UNO with Atmel Studio Elecrom February 18, 2017; Updated On: February 19th, 2017 11 Overview In the last post we got introduced to the Arduino Uno. In this post let us see how to use Arduino Uno (with ATmega328P device) outside of the Arduino software environment. We will use Atmel Studio 7 for programming the Arduino Uno in C. The use of Atmel Studio gives you complete flexibility and … Continue reading Hello World – Arduino UNO with Atmel Studio
Introduction to Arduino UNO (uses AVR ATmega328) Elecrom January 27, 2017; Updated On: January 27th, 2017 4 Overview Arduino is an Open Source embedded development platform which is easy-to-use. It comprises of Hardware boards and Software tools. Examples of some of the most popular Arduino Hardware boards are – Arduino Uno This board is designed around the ATmega328 AVR microcontroller. It is an 8 bit microcontroller with 32KB of flash, 2KB of … Continue reading Introduction to Arduino UNO (uses AVR ATmega328)
Program / Flash Arduino Uno with Atmel Studio Elecrom January 3, 2017; Updated On: June 1st, 2019 1 Overview Programming Arduino Uno with Atmel Studio 7 is super easy. The Arduino Uno is one of the famous platforms for embedded application development using AVR microcontrollers. It is most commonly used with the Arduino’s own software tool. However, many hardcore programmers still prefer to code for AVRs in native C. This approach offers tremendous … Continue reading Program / Flash Arduino Uno with Atmel Studio
List of common acronyms in IoT Elecrom December 7, 2016; Updated On: January 4th, 2017 0 List of Acronyms Some of the Popular Acronyms used in IOT space are documented in this blog post. This list of various terms is not very exhaustive, but I will keep adding them as and when required. Internet of Things HVAC Heating Ventilation and Air Conditioning MWSN Mobile Wireless Sensor Network WSN Wireless Sensor … Continue reading List of common acronyms in IoT
New Programmable Analog SoCs for IoT Applications Elecrom June 15, 2016; Updated On: June 17th, 2016 0 New PSoC® Analog Coprocessor Revolutionizes Analog Design by Enabling Systems Engineers to Easily Create Custom Interfaces for a Variety of Sensors SAN JOSE, Calif., June 13, 2016 – Cypress Semiconductor Corp. (Nasdaq: CY) today introduced a new PSoC® programmable system-on-chip that simplifies the design of next-generation industrial, home appliance and consumer systems that require multiple sensors. … Continue reading New Programmable Analog SoCs for IoT Applications
CodeVisionAVR Tip: How to display formatted numbers on LCD Elecrom July 14, 2009; Updated On: October 14th, 2015 24 Generally at some point of time we all need to display something more than “hello world” onto LCD. CodeVisionAVR(cvavr) provides functions like lcd_putsf() and lcd_puts() for displaying strings on LCD. However these function cannot be used directly to display something like : “Vin = 10V” or may be “Value = 0000A01F”. In short these functions … Continue reading CodeVisionAVR Tip: How to display formatted numbers on LCD
AVR Development Board – mega16 Elecrom March 25, 2008; Updated On: March 25th, 2008 45 JAN 2015 – THIS PRODUCT IS NO LONGER SOLD. IF YOU ARE STILL INTERESTED DROP ME A MAIL. AVR Development Board Low Cost AVR Development Board – ATmega16 / ATmega32 – v4.1 28 April 2011 – Prices updated Board Features : supports : mega16A/32A AVR uC. With easy to use ZIF socket. Continue reading AVR Development Board – mega16
Configuring AVR Fuse Bits for clock selection Elecrom October 15, 2007; Updated On: June 1st, 2019 12 [digg=http://digg.com/programming/AVR_Fuse_Bits_for_clock_selection] VIMP NOTE: fuse bit = 0 => fuse bit is PROGRAMMED fuse bit = 1 => fuse bit is UN-PROGRAMMED Fuse bits configuration is required when one has to change default factory setting of clock (internal/external) to desired setting. This is most important thing and setting fuse bits incorrectly may render microcontroller useless. Let … Continue reading Configuring AVR Fuse Bits for clock selection