Posts

Showing posts with the label Arduino

A Comparative Study between two 32-bit microcontrollers - the Atmel AT91SAM3X8E and the Microchip PIC32MX250F128B

As previously mentioned ( http://electel.blogspot.com/2016/09/200000-views-ithaca-arm-and-dmips.html ) I’m doing an independent study under the supervision of Professor Bruce Land here at Cornell University. A semester has passed and I will be continuing my independent study next semester. The independent study (that I'm doing and will be continuing) is on exploring and comparing the peripheral modules of the Microchip PIC32MX250F128B (on the Microstick II platform) and the Atmel AT91SAM3X8E (on the Arduino Due platform). This semester, I've done a good amount of introductory exploration of the two 32-bit microcontrollers. Here are the links to the datasheets of the two microcontrollers on which my independent study is based: AT91SAM3X8E: www.atmel.com/Images/doc11057.pdf PIC32MX250F128B: http://ww1.microchip.com/downloads/en/DeviceDoc/61168E.pdf The Microchip PIC32MX250F128B is a 32-bit RISC microcontroller based on the MIPS M4K core. In this independent study, I have used the...

How To Display Custom Characters On LCD Using Arduino

Image
We all are aware to custom characters used in various display module.Heart,various style of smileys,arrow are the foremost usually used custom characters. Thus during this tutorial we are going to learn how to display custom characters in LCD using arduino uno board . This project is done by using of arduino uno board and 16*2 LCD module. custom character display