前言 (Preamble)
Anaconda是一款用于科学数据的分析Python生态系统。
Python今年晋升为除C以外的最流行的计算机语言,超过了JAVA。
安装 (Installation)
Internet of Things and Hardware Hacking (Part 2) -A Web Controlled Gameboy Console
Posted by: mistan
Preamable
After the success of the first project, RLM decided to hack into one of his childhood treasure -Gameboy Console.
The task of this project is to: 1) reverse engineer and hack Gameboy in order to control it with Arduino, 2) and remotely play it from web.
The Soldering and the Arduino Sketch Code
The Soldering
The biggest challenge is to reverse engineer the ...
DEC
Internet of Things and Hardware Hacking (Part 1) -A Web Controlled LED Digit Display
Posted by: mistan
Preamable
This was the very first project RLM, Limdo and I did about a few month ago – a very simple project which covers the whole nine yards of internet of things, from basic concept to final implementation. I have been so intrigued by the wonder of electronics and programming world ever since.
The task of this project is to: 1) use Arduino to control 13 LEDs for a digit display, 2) ...
DEC
Web Scraping with Beautifulsoup
Posted by: mistan
Web Scraping with Beautifulsoup
Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work.
A Gentle Introduction to Overall Steps
The HTML tags contained in the angled brackets provide structural information (and sometimes formatting), ...
NOV
Preamble
Let machine do the dirty work. To continue what I started in last post, I tried to see if it is possible to parse the SVG file and generate arduino sketch code out of it. The answer is yes. There is a wonderful post and a SVG Optimiser which helps me greatly for this project.
Parse the SVG file with the powerful lxml to generate an element ...
NOV
Preamble
Kivy (from official site)- Open source Python library for rapid development of applications that make use of innovative natural user interfaces (NUI), such as multi-touch apps.
Kivy Installation and Some Forplay
Following is mainly taken from Richardson Git link and modified for Arch Linux.
-
Installation It takes quite a while for Raspberry PI since it takes quite a few dependencies. As ...
OCT
Preamble
It is always fascinating when the virtual reality starts to compete with real world, particularly when one can track user’s locomotion, head movement, gestures, EEG and vital statistics etc. Here is just a little teaser project about virtual reality.
Parts needed
- Breadboard
- Arduino Uno or other board
- Hc-sr04 Ultrasonic Distance Measuring Sensor
- connecting wires
The fritzing schematic