Skip to main content

Hot plate (sodium acetate tri-hydrate)

INTRODUCTION:

                      S.A.T  plate is a new variation in the design of our food serving utensils. This innovation helps us to harvest chemical energy to keep our food warm in the plates which we use to serve the food. This is a simple innovation, yet effective in our day to day life.

                     The S.A.T plate is designed to overcome the problems of keeping the food warm for longer duration of time. This invention allows people to have their food and at the same time keep the food warm. Many of us are slow eaters; this means that the food loses its temperature before we complete eating the food. Hence the S.A.T plate is designed to overcome problems like these.


WORKING:

                        Sodium acetate tri hydrate crystals melt at around 331 K . Sodium acetate tri hydrate has a special property, That is when they are heated to around 373K, and allowed to cool, the liquid solution becomes supersaturated at this point. This supersaturated solution is capable of cooling to room temperature without forming crystals.

                        By clicking a metal disk in the S.A.T plate a nucleation centre is formed which causes the solution to crystallize into solid sodium acetate tri hydrate again. The bond-forming process of crystallization is exo-thermal , That is a lot of heat is released during this process. Using this heat the S.A.T plate gets warm, this keeps the food on the plate warm for longer duration. Hence food can be kept warm and fresh for a long time.

                       The latent heat of fusion is about 264–289 kJ/kg, Hence can be easily recharged by placing the plate in boiling water until all crystals are dissolved, The S.A.T plate can be reused indefinitely.

                     When metal disk in the center of the plate is pressed, the bond formation starts and the plate starts to warm, the sodium acetate tri hydrate crystallizes.

 

ADVANTAGES:


·        Food can be kept warm for a long duration of time.

·        The  S.A.T plate can be used indefinitely.

·        The S.A.T plate is cost effective.

·        The S.A.T plate is compact, yet effective.

·        The S.A.T plate is user friendly.

·        Using the Idea of an S.A.T plate, other utensils like Coffee/tea cups can be designed.

·        Unlike regular hot boxes, which are used to keep food warm, the S.A.T plate can be used to keep the food warm and use it as a serving plate. It is very compact and light weight compared to the hot boxes/ flasks .



Comments

Popular posts from this blog

Switch debouncer using SR Latch

We use switch in our day to day life to switch ON/OFF a bulb or a fan or  any electrical devices. But when we use switches in digital circuits, we observe a phenomenon called bouncing. This occurs because, when we turn the switch, the mechanical parts vibrate. i.e It toggles between ON and OFF state for some time until the mechanical contact attain equilibrium. this vibrations are minute and are not at all noticeable in electrical circuit. where as in digital circuits, these vibrations create pulses. which are detected by circuits which results in an error.               In the above circuit, there is a switch connected to VCC. You can toggle it between terminal 'a' and terminal 'b'. which as a voltage drop of 'Va' and 'Vb' respectively. In digital circuits if you can observe, it takes a finite amount of time to toggle between terminal 'a' and 'b'. which might approximately take 15ns. Now let us consider the terminal is at 'a'. we...

ADXL 355 Accelerometer

A few days ago I went to get components for a project I was building. and came across a 3-axis accelerometer. So I decided to test it and make a post to give you an idea of things work and how you can use it. ADXL 355                   The accelerometer I have is ADXL 355 v2.0 board. there is are 5 headder pins, ground, 5V supply, X-axis output,Y-axis output and Z-axis output. It is quite compact. The one I have measured around 15mm x 15mm. These sensors are low cost. And can be incorporated in Projects or robots we build. The ADXL 355 board I have has an onboard Red led (smd) for the indication of power. The accelerometer has a wide range of applications. ADXL 355 is a basic accelerometer which gives analog values for all the three axis depending upon the position of the IC. ADXL 345 is an advanced accelerometr which can detect free-fall,activity,tap,double tap and communicates via I2C. The ADXL is a a ultra-lowpower as it consumes only 25 u...

Latch using JK Flip Flop

In this post we will learn how to use JK flip flop as a latch. i.e. for one pulse, the circuit continues to stay in the ON state until the next pulse. and the circuit continues to be in the OFF state till the next pulse. This can be achieved by using toggle mode in JK flip flop. TRUTH TABLE: IC 7476 J       k       set '      reset'        Q      Q' 1       1        1            1               Toggle IC CD4026 J       k       set       reset         Q      Q' 1       1        0           0               Toggle Note: Set is referred as PRE or preset. Reset is referred as CLR or clear. Refer the Datasheet of the JK flip flop you are using ...