One for all,all for one.

2016年1月14日 星期四

configure: error: no libevent found

›
# apt-get install libevent-dev
2016年1月5日 星期二

Arduino DHT22 Wiring Example

›
References : Arduino DHT22 (AM2302) Tutorial + Library + Wiring

ImportError: No module named serial

›
# apt-get install python-serial References : python - ImportError: No module named serial - Stack Overflow
2016年1月1日 星期五

在 Arduino 使用 SoftwareSerial

›
由於 Arduino  UNO, Nano, Pro mini  只有一組 Serial Port,若接上 RS232 設備後則無法透過電腦 debug,所以可透過  SoftwareSerial 使用其他 port 來連接設備 References : 小狐狸事務所...
2015年12月31日 星期四

Arduino avrdude stk500_getsync(): not in sync resp=0x30 error

›
References : Solution: avrdude stk500_getsync(): not in sync resp=0x30 error for Arduino - All Installing an Arduino Bootloader - learn....
2015年12月30日 星期三

Google SpreadSheet Address to Latitude / Longitude

›
function getLatLong(adress) {   try{     if(adress=="")return("");     var geo = Maps.newGeocoder().geocode(adress);   ...
2015年12月28日 星期一

strtok warning

›
warning: initialization makes pointer from integer without a cast #include <string.h> References : Error: Assignment makes poin...
‹
›
首頁
查看網路版
技術提供:Blogger.