Vivek Kartha - electroSome https://electrosome.com/author/vivek_kartha/ You Inspire.....We Create..... Sun, 03 Jan 2021 06:43:09 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Interfacing MPU-6050 / GY-521 board with Arduino Uno https://electrosome.com/interfacing-mpu-6050-gy-521-arduino-uno/ https://electrosome.com/interfacing-mpu-6050-gy-521-arduino-uno/#comments Sun, 16 Dec 2018 16:18:40 +0000 https://electrosome.com/?p=15738 About MPU-6050 MPU-6050 is a chip manufactured by Invensense which combines 3 axis accelerometer and 3 axis gyroscope with an on-board digital motion processor. It also includes a embedded temperature sensor and an on chip oscillator. It is very accurate and consist of analogue to digital conversion hardware for each channel thereby capturing x,y,z channels […]

The post Interfacing MPU-6050 / GY-521 board with Arduino Uno appeared first on electroSome.

]]>
https://electrosome.com/interfacing-mpu-6050-gy-521-arduino-uno/feed/ 4
Interfacing EM-18 RFID reader with Arduino Uno https://electrosome.com/em-18-rfid-reader-arduino-uno/ https://electrosome.com/em-18-rfid-reader-arduino-uno/#comments Tue, 17 Mar 2015 10:35:28 +0000 https://electrosome.com/?p=10790 Arduino Uno is an opensource physical computing platform based on ATmega328 microcontroller and provides a development environment for writing software for the board. It can be used for a variety of projects. EM-18 RFID reader is one of the commonly used RFID reader to read 125KHz tags. It features low cost, low power consumption, small form […]

The post Interfacing EM-18 RFID reader with Arduino Uno appeared first on electroSome.

]]>
https://electrosome.com/em-18-rfid-reader-arduino-uno/feed/ 6
Interfacing DS18B20 Temperature sensor with Raspberry Pi https://electrosome.com/ds18b20-sensor-raspberry-pi-python/ https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments Mon, 09 Mar 2015 10:10:14 +0000 https://electrosome.com/?p=10938 DS18B20 is a commonly used temperature temperature sensor providing 9 bit to 12 bit digital Celsius temperature measurements. The sensor communicates over one wire bus. Each sensor has a 64 bit serial code enabling multiple sensors to be connected to the same one wire bus. The Raspberry Pi has drivers for one wired devices to […]

The post Interfacing DS18B20 Temperature sensor with Raspberry Pi appeared first on electroSome.

]]>
https://electrosome.com/ds18b20-sensor-raspberry-pi-python/feed/ 13
Access Raspberry Pi directly from Windows PC https://electrosome.com/raspberry-pi-ethernet-direct-windows-pc/ https://electrosome.com/raspberry-pi-ethernet-direct-windows-pc/#comments Sun, 01 Mar 2015 07:05:26 +0000 https://electrosome.com/?p=10893 Usually beginners require a display, keyboard and mouse for using Raspberry Pi. But being a linux based system, the Pi can be accessed through a variety of methods like SSH (check our Raspberry Pi SSH tutorial), VNC (check our Raspberry Pi VNC tutorial) etc.. But these methods require an already existing network consisting of a router or […]

The post Access Raspberry Pi directly from Windows PC appeared first on electroSome.

]]>
https://electrosome.com/raspberry-pi-ethernet-direct-windows-pc/feed/ 8
Interfacing EM-18 RFID reader with Raspberry Pi https://electrosome.com/em-18-rfid-reader-raspberry-pi/ https://electrosome.com/em-18-rfid-reader-raspberry-pi/#comments Fri, 20 Feb 2015 17:55:01 +0000 https://electrosome.com/?p=10716 RFID (Radio Frequency Identification) uses electromagnetic fields to read, monitor and transfer data from tags attached to different objects. It is not necessary that the cards are to be in visibility of the reader, it can be embedded in the tracked object. The tags can be actively powered from a power source or can be […]

The post Interfacing EM-18 RFID reader with Raspberry Pi appeared first on electroSome.

]]>
https://electrosome.com/em-18-rfid-reader-raspberry-pi/feed/ 33
Using UART on Raspberry Pi – Python https://electrosome.com/uart-raspberry-pi-python/ https://electrosome.com/uart-raspberry-pi-python/#comments Fri, 20 Feb 2015 17:19:50 +0000 https://electrosome.com/?p=10794 UART stands for Universal Asynchronous Transmitter / Receiver, a popular serial communication interface which provides full duplex communication between two devices. The term universal means that transmission speed and data format are configurable. As it is asynchronous it doesn’t need to send clock signal along with the data signals. UART uses two data lines for […]

The post Using UART on Raspberry Pi – Python appeared first on electroSome.

]]>
https://electrosome.com/uart-raspberry-pi-python/feed/ 11
Interfacing HC-SR501 PIR Motion Sensor with Raspberry Pi https://electrosome.com/pir-motion-sensor-hc-sr501-raspberry-pi/ https://electrosome.com/pir-motion-sensor-hc-sr501-raspberry-pi/#comments Wed, 04 Feb 2015 09:31:17 +0000 https://electrosome.com/?p=10586 All living beings radiate energy to the surroundings in the form of infrared radiations which are invisible to human eyes. A PIR (Passive infrared) sensor can be used to detect these passive radiations. When an object (human or animal) emitting infrared radiations passes through the field of view of the sensor, it detects the change in […]

The post Interfacing HC-SR501 PIR Motion Sensor with Raspberry Pi appeared first on electroSome.

]]>
https://electrosome.com/pir-motion-sensor-hc-sr501-raspberry-pi/feed/ 5
Interfacing HC-SR04 Ultrasonic Sensor with Raspberry Pi https://electrosome.com/hc-sr04-ultrasonic-sensor-raspberry-pi/ https://electrosome.com/hc-sr04-ultrasonic-sensor-raspberry-pi/#comments Fri, 30 Jan 2015 11:26:06 +0000 https://electrosome.com/?p=10549 Ultrasonic distance sensors are designed to measure distance between the source and target using ultrasonic waves. We use ultrasonic waves because they are relatively accurate across short distances and don’t cause disturbances as they are inaudible to human ear. HC-SR04 is a commonly used module for non contact distance measurement for distances from 2cm to […]

The post Interfacing HC-SR04 Ultrasonic Sensor with Raspberry Pi appeared first on electroSome.

]]>
https://electrosome.com/hc-sr04-ultrasonic-sensor-raspberry-pi/feed/ 35
Using Switch with Raspberry Pi – Python https://electrosome.com/using-switch-raspberry-pi/ https://electrosome.com/using-switch-raspberry-pi/#respond Mon, 26 Jan 2015 06:30:53 +0000 https://electrosome.com/?p=8783 I hope that you already go through our tutorial, LED Blinking using Raspberry Pi. Detecting switch status is one of the basic step in learning Raspberry Pi GPIO operations. Here we using Python programming language. I hope that you already installed Python GPIO Library in your Raspberry Pi, if not please follow our first tutorial LED Blinking […]

The post Using Switch with Raspberry Pi – Python appeared first on electroSome.

]]>
https://electrosome.com/using-switch-raspberry-pi/feed/ 0
Using Raspberry Pi through VNC https://electrosome.com/using-raspberry-pi-vnc/ https://electrosome.com/using-raspberry-pi-vnc/#respond Wed, 24 Dec 2014 06:05:01 +0000 https://electrosome.com/?p=10299 Virtual Network Computing (VNC), is a graphical desktop sharing system used to remotely control a computer’s desktop from another computer. It uses Remote Frame Buffer Protocol (RFB). It transmits keyboard strokes and mouse movement from the controller to the remote host and relays back the graphical screen updates from the host, over a network like […]

The post Using Raspberry Pi through VNC appeared first on electroSome.

]]>
https://electrosome.com/using-raspberry-pi-vnc/feed/ 0