Skip to main content

200000 views Ithaca ARM and DMIPS




My blog has now just crossed 200,000 views! I am extremely happy that it’s gotten this many views and that I’ve been able to reach out to so many people from all across the world. I love writing tutorials and articles about microcontrollers, power electronics, SMPS and everything electronics! I love it even more when my writing reaches out to people from all over the world to help them learn something new or to find the solution to some problem! So, I say thank you to all my readers and followers and hope that I have been able to help you and that I can continue helping you!

If you have any topic in mind that you want me to write about, please mention that in the comments. While I cannot promise you that I will write up on it, I will certainly try.

University has started (if you’re wondering why the title says Ithaca, that’s because Cornell University is located in Ithaca, New York, USA) and it’s been a month. The work load is quite high, so I may take quite a while to write some new article or tutorial or even to answer to your comments. So, please be patient.

On that note, I’m doing an independent study under the supervision of Professor Bruce Land here at Cornell University. My project is to explore the different peripherals on the two microcontrollers: AT91SAM3X8E (ARM Cortex M3) and the PIC32MX250F128B (DMIPS), write up documentation on the different peripherals and then compare and contrast the two microcontrollers in terms of peripheral functionality, ease of learning, ease of programming and ease of use.

So, in the coming days, I will post quite a lot of articles or tutorials based on these two microcontrollers and their peripherals.

If you’re interested, here are the links to the datasheets of the two microcontrollers:

AT91SAM3X8E: www.atmel.com/Images/doc11057.pdf
PIC32MX250F128B: http://ww1.microchip.com/downloads/en/DeviceDoc/61168E.pdf

For now, this is it. Again, if you want me to write up on any topic, please mention that in the comments section. If you have any ideas, suggestions or feedback for my blog, please let me know in your comments! Till then, enjoy the blog and I hope it helps you in your projects and learning endeavors.

Comments

Popular posts from this blog

Digital Fan Regulator Circuit Diagram

This is the project of Digital Fan Regulator Circuit diagram. The circuit presented here can be used to control the speed of  fans using induction motor. The speed control is nonlinear, i.e. in steps. The current step number is displayed on a 7-segment display. Speed can be varied over a wide range because the circuit can alter the voltage applied to the fan motor from 130V to 230V RMS in a maximum of seven steps.  The triac used in the final stage is fired at different angles to get different voltage outputs by applying short-dura-tion current pulses at its gate. For this pur-pose a UJT relax-ation oscillator is used that outputs sawtooth waveform. This waveform is coupled to the gate of the triac through an optocoupler (MOC3011) that has a triac driver output stage.  Pedestal voltage control is used for varying the firing angle of the triac. The power supply for the relaxation oscillator is derived from the rectified mains via 10-kilo-ohm, 10W series dropping/limit-ing...

Home automation with Telegram BOT

The project I’m going to describe today it’s a sort of proof of concept that will demonstrate the possibility to remote control sensors and actuators (for example a couple of relays) via Telegram. Telegram is an instant messaging application, similar to the famous Whatsapp. Last June, the Telegram developers announced that a new set of APIs were available to develop bots. [ ]

24 Hour Timer

Description: These two circuits are multi-range timers offering periods of up to 24 hours and beyond. Both are essentially the same. The main difference is that when the time runs out, Version 1 energizes the relay and Version 2 de-energizes it. The first uses less power while the timer is running; and the second uses less power after the timer stops. Pick the one that best suits your application. Notes: The Cmos 4060 is a 14 bit binary counter with a built in oscillator. The oscillator consists of the two inverters connected to Pins 9, 10 & 11; and its frequency is set by R3, R4 & C3.The green Led flashes while the oscillator is running: and the IC counts the number of oscillations. Although it's a 14 bit counter, not all of the bits are accessible. Those that can be reached are shown on the drawing. By adjusting the frequency of the oscillator you can set the length of time it takes for any given output to go high. This output then switches the transistor; which in turn o...