MacOSX
Sunday, September 1, 2013
XML-RPC Client/Server in Python
›
This demo shows how to have RPC connection in python. The server collects CPU information (Linux). Server-side: #!/usr/bin/python import r...
Multithreaded IGMP Query
›
Example how to access raw socket in Python: #!/usr/bin/python from socket import * from struct import * from time import * import sys import...
Sunday, July 7, 2013
Create Delay using Number of Cycles in PIC MCU
›
Most of the delay code available on the Internet for PIC is based on real time delay. The problem with this approach is that it's hardc...
Wednesday, June 19, 2013
Parent-Child Relationship in OOP C++
›
The C++ source code below: #include <cstdio> #include <iostream> using namespace std; class CParent { public: CParent() { ref...
SPI on Arduino Nano v3.0
›
IC Package: 32 pin MLF Arduino Pin # ATMEL 328P (MLF) pin# ATMEL 328P (PDIP) pin# Label Function D10 14 16 PB2 SS* D11 15 17 PB3 MOSI D12 1...
Tuesday, June 18, 2013
Arduino Nano v3.0 with avr-dude
›
My order of two Arduino Nano-compatible v3.0 from eBay (shipped from China) just arrived. But when I tried to program it with avr-dude, it ...
Monday, May 27, 2013
MSP430 or PIC?
›
After sometime using LaunchPad, I was ready to buid my own board utilizing some msp430g2211 on breakout boards laying around on my workbench...
›
Home
View web version