Reading RFID with Raspberry Pi
Step 1 Install Serial lib sudo apt-get install python serial Step 2 Find the RFID reader within Raspberry Pi ls /dev/tty* import time import serial delay = 0...
Step 1 Install Serial lib sudo apt-get install python serial Step 2 Find the RFID reader within Raspberry Pi ls /dev/tty* import time import serial delay = 0...
How to get Arduino and Raspberry Pi working together.
Usually, I use jQuery framework for Javascript development, but I recently worked on a project that required to make a website using ArcGIS for map visualization. ArcGIS requires...
Here's how to use Google Maps API to get the elevation of a specific location. /** Use Google maps API to return the elevation of a given...