Skip to main content

Posts

Showing posts from October, 2016
Pulse Rate Sensor Using Arduino Components Arduino Heart Beat sensor module 16x2 LCD Push button Bread board Power Connecting wires Working of Heartbeat Monitor Project Working of this project is quite easy but a little calculation for calculating heart rate is required. There are several methods for calculating heart rate, but here we have read only five pulses. Then we have calculated total heart beat in a minute by applying the below formula:      Five_pusle_time=time2-time1;       Single_pulse_time= Five_pusle_time /5;       rate=60000/ Single_pulse_time; where time1 is first pulse counter value time2 is list pulse counter value rate is final heart rate. When first pulse comes, we start counter by using timer counter function in arduino that is millis();. And take first pulse counter value form millis();. Then we wait for five pulses. After getting five pulses we again take counter value in time2 and then we substarct time1 from time2
Application that Provides Voice Recognition                          Using Arduino BITVOICER: BitVoicer is a speech recognition application that enables simple devices, with low processing power, to become voice-operated. To do that, BitVoicer uses the PC processing power to analyze audio streams, identify the sentences present in these streams and send commands to a microcontroller connected to it. The main BitVoicer features are: It can process audio captured by the microcontroller or by the computer's audio adapter; You write the text and BitVoicer recognizes the speech; Supports the following languages: Catalan (Catalonia) Chinese (China, Honk Kong and Taiwan) Danish (Denmark) Dutch (Netherlands) English (Australia, Canada, India, United Kingdom and United States) Finnish (Finland) French (Canada and France) German (Germany) Italian (Italy) Japanese (Japan) Korean (Korea) Norwegian, BokmÃ¥l (Norway) Polish (Poland) Portuguese (Brazil and Portugal) Rus

How to use internet of one PC connected using ethernet in another PC??

If we add IP of PC-1 which is connected to internet into gateway of  PC-2 then will PC-2  be able to use internet ....??? I want your answers in comment..!!!