自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

转载 Low cost RC power sockets (radio outlets) + Arduino

For cheap home automation purposes I’d like to present you my new Arduino libary for operating up to 16 low cost 433MHz RC power sockets. I’ve bought this RC switch set for about 10 EUR. Ther

2013-08-30 14:19:12 849

转载 Decoding 433MHz RF data from wireless switches.

[UPDATE 2013-03-01] I have added links to the encoder chips these two remote use and removed some miss-assumptions for the Noru remotes. The explanation now is simpler, but the main questions about th

2013-08-27 11:20:49 1040

原创 convert unsigned long to char*

以下方法明天验证 unsigned long val=0x0F2345FF87654321;  char str[65]={0};   sprintf(str, "%I32d", val);//十进制显示方式  sprintf(str, "%32x", val);//十六进制显示方式   long to char*  unsigned long ll = 1234567;

2013-08-22 21:54:23 1153

转载 基于IRremote 红外发送编码

Changes to the IRremote library As mentioned, this work included some changes to the IRremote library code, as described below. Note that there now are newer versions of the IRremote library,

2013-08-16 17:00:46 1688

转载 Arduino 红外解码算法

You like what you see? Then go ahead, create your own free Jimdo Page. Just sign up onwww.jimdo.com and get started! IR Codes... the non-standardest thing on Earth? Eac

2013-08-15 18:07:59 2093

linux tftp server

linux tftp server [root]# tar vxfz tftp-hpa-0.48.tar.gz [root]# cd tftp-hpa-0.48 [root]# make [root]# make install

2012-10-31

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除