EmbeddedRelated.com

Jayaraman Kiruthi Vasan (@jkvasan)

Designing Medical and Industrial devices over two decades. Passionate in product design with focus on embedded systems and microcontrollers.

Massive Open Online Courses ( Transforming education )

Jayaraman Kiruthi VasanJayaraman Kiruthi Vasan October 10, 20124 comments

Jayaraman Kiruthi Vasan outlines why MOOCs have become a practical way for embedded engineers and programmers to learn from top universities without quitting jobs. The post highlights platform options like Coursera, edX, Udacity and Khan Academy, explains how on-demand video lectures and clear prerequisites make targeted upskilling feasible, and points to DSP and Python courses useful for embedded design.


Get your microcontroller and PC to talk

Jayaraman Kiruthi VasanJayaraman Kiruthi Vasan August 15, 20115 comments

Projects often need a quick PC interface for an otherwise standalone microcontroller, but learning VB or Visual C++ can feel like overkill. Jayaraman Kiruthi Vasan shows how Processing, an open source, C like environment with serial and Arduino libraries, gives embedded engineers a fast, low friction way to build GUIs and COM links to chips like the 8051 and Renesas R8C. The post promises a hands on example connecting Processing to a 8051.


Embedded - Where to start and how to continue?

When the whole world is talking the magic words 'Embedded' and 'Microcontrollers', there definitely are a whole bunch of engineers who are more into hardware and have the eternal hesitation on how to plunge into the embedded world.

 

 

These folks are good in hardware, very analytical in their approach and have all the ingredients to become experts in this part of the geek world.


Good old multiplexed keypad in an embedded system

Jayaraman Kiruthi VasanJayaraman Kiruthi Vasan April 17, 20118 comments

Multiplexed keypads remain the most practical input for mid-budget embedded projects, especially where hard-wired keys survive harsh environments and rough usage. Jayaraman lays out a simple, reusable approach by splitting key handling into three tiny modules: a GlanceKey quick check, on-demand Decode, and a compact state machine. The pattern cuts CPU time, runs from a timer, and boosts portability across MCUs.


Re: 3V LED selection for commercial product

Reply posted 5 years ago (05/11/2021)
HiYou could use a booster such as LM2733 (TI part) or MT3608(Chinese part) to boost the voltage to 3.7 V. the beauty of these devices is , if you shut them down...

Re: Block diagram software

Reply posted 6 years ago (04/08/2020)
Hi Rafael,Its an interesting question. You could use the yEditor. Pls Google it. It is the best and free! software out there. I have used it extensively last 10...

Re: Regarding a specific microcontroller

Reply posted 7 years ago (04/30/2019)
HiYou can buy Synergy S124 (Renesas MCU )evaluation board that has accelerometers, etc and also has a perfect IDE which is integrated with Threadx OS. Beauty is,...

Re: Is an additional 8051 microcontroller necessary?

Reply posted 7 years ago (01/15/2019)
Hi mik3ca,OMG, a lot of information and multiple questions.1. As you have not specified which wireless technology, I assume it is a simple 434MHz kind of transceiver....
Hi,First of all, Resistors do not provide propagation delays.I have used 74HC595 - four nos daisy chained - with a routine that is called inside a 0.1 msec timer...
HiThis seems to be an interesting project. I would use distributed intelligence deploying multiple microcontrollers at various levels. Each access device deploys...
In order to perform parallel timing operations, standard practice is to use multiple counters running inside ISR routines. To make it easy for understanding, I use...

Re: Embedded Engineers Most Important and Useful Skills

Reply posted 8 years ago (10/26/2017)
I have always wondered if embedded design is an art or science. Regardless of it being either or both, an aspiring engineer must have certain basic skills. These...

Re: high sampling ADC and DAC board

Reply posted 9 years ago (09/24/2017)
Hi NaumanYou may try LPC82X series of microcontrollers from NXP.JK

Re: A million UARTs....

Reply posted 9 years ago (06/04/2017)
Hi Casperpro,This is not a big deal if you use a simple RS485 (simplex) or a RS422B (Duplex) hardware and related software techniques. Just connect a MAX485 to your...
Hi learn,Debouncing is kind of filtering the glitches and sensing whether an intentional level change has happened or not. The raw signal cannot be the same as the...

Re: MCUs with hardware ids.

Reply posted 9 years ago (03/16/2017)
YYou may try Synergy mucus from Renesas. Great ones with freeThreadX RTOS APIS.work like a breeze.

Re: PCB simulation and layout

Reply posted 9 years ago (02/24/2017)
Andy,I would strongly recommend DesignSpark. I am using it for most of my commercialized projects. It has got everything that you asked for and its free!. And it...

Re: CHECKING WHETHER RS 485 IS WORKING

Reply posted 9 years ago (02/22/2017)
AJRS485 communication is in essencee UART communucation with an enable signal. To transmit, make P2.2 high and send data through UART.For reception, P2.2 must be...

Re: LPC177x GPIO interrupt

Reply posted 10 years ago (10/05/2016)
HiFor the interrupt to work, you need to configure it as an edge triggered interrupt.Also you need to select raising or falling edge depending upon your application.Also...

Re: Quick Tip for the Embedded Systems Engineer

Reply posted 10 years ago (09/22/2016)
Distributed Intelligence cuts down costsThe usual strategy adapted by most embedded systems engineers is to use a complex mcu to control the entire functionality...
Hi,The SK-S7G2 provides access to many IRQ pins of the MCU. These IRQ inputs are available in each of the application headers in the kit. IRQ is basically an external...

Re: Renesas Synergy MCUs SSP overwriting files

Reply posted 10 years ago (09/20/2016)
First of all, SSP modifies every software generated file automatically and also updates those generated already. If it is a configuration related coding that you...

Re: Digital Output does not have continuity to ground?

Reply posted 10 years ago (08/16/2016)
The Pin gets connected to ground through CMOS logic circuit. This means it does not get shorted to ground but provide the ground potential through the Drain-Source...

Re: New Email Notifications System

Reply posted 10 years ago (03/30/2016)
...

Use this form to contact jkvasan

Before you can contact a member of the *Related Sites:

  • You must be logged in (register here)
  • You must confirm you email address