请问有没有人用arduino 连接CC1101无线模块接收无线射频信号!
请问大家有没有人用arduino 连接CC1101无线模块接收无线射频信号? 没人用过么? 有大神帮帮忙么? CC那玩意不是有个51内核么?可以直接用的。。。。。或者做个透明串口。。我没玩过就是了。。。。。:L 迷你强 发表于 2014-5-16 10:33 static/image/common/back.gifCC那玩意不是有个51内核么?可以直接用的。。。。。或者做个透明串口。。我没玩过就是了。。。。。
理论上是可以的但我找了下CC1101 迷你强 发表于 2014-5-16 10:33 static/image/common/back.gif
CC那玩意不是有个51内核么?可以直接用的。。。。。或者做个透明串口。。我没玩过就是了。。。。。
理论上是可以的但我找了下CC1101的库后来又在写了程序没成功,所以想来求帮助 http://labalec.fr/erwan/?p=497
这个帖子写得很详细,我试过了,用的panstamp的库,可以通信收发。 just_be_fine 发表于 2015-4-3 10:56 static/image/common/back.gif
http://labalec.fr/erwan/?p=497
这个帖子写得很详细,我试过了,用的panstamp的库,可以通信收发。
赞,试了,可以用!比nrf2401要更有穿透性。 panstamp的库在哪里下载???、 Arduino:1.7.6 (Windows 8.1), 板:"Arduino Uno"
构建选项已变更,全部重新构建
cc1101-Receive.ino: In function 'void setup()':
cc1101-Receive.ino:47:23: error: 'CFREQ_433' was not declared in this scope
In file included from cc1101-Receive.ino:2:0:
C:\Users\鑫\Documents\Arduino\libraries\panstamp/cc1101.h:306:10: error: 'byte CC1101::readReg(byte, byte)' is private
byte readReg(byte regAddr, byte regType);
^
cc1101-Receive.ino:52:69: error: within this context
In file included from cc1101-Receive.ino:2:0:
C:\Users\鑫\Documents\Arduino\libraries\panstamp/cc1101.h:306:10: error: 'byte CC1101::readReg(byte, byte)' is private
byte readReg(byte regAddr, byte regType);
^
cc1101-Receive.ino:54:69: error: within this context
In file included from cc1101-Receive.ino:2:0:
C:\Users\鑫\Documents\Arduino\libraries\panstamp/cc1101.h:306:10: error: 'byte CC1101::readReg(byte, byte)' is private
byte readReg(byte regAddr, byte regType);
^
cc1101-Receive.ino:56:71: error: within this context
In file included from cc1101-Receive.ino:2:0:
C:\Users\鑫\Documents\Arduino\libraries\panstamp/cc1101.h: In function 'void ReadLQI()':
C:\Users\鑫\Documents\Arduino\libraries\panstamp/cc1101.h:306:10: error: 'byte CC1101::readReg(byte, byte)' is private
byte readReg(byte regAddr, byte regType);
^
cc1101-Receive.ino:67:55: error: within this context
In file included from cc1101-Receive.ino:2:0:
C:\Users\鑫\Documents\Arduino\libraries\panstamp/cc1101.h: In function 'void ReadRSSI()':
C:\Users\鑫\Documents\Arduino\libraries\panstamp/cc1101.h:306:10: error: 'byte CC1101::readReg(byte, byte)' is private
byte readReg(byte regAddr, byte regType);
^
cc1101-Receive.ino:78:57: error: within this context
cc1101-Receive.ino: At global scope:
cc1101-Receive.ino:129:1: error: expected declaration before '}' token
编译有误。
报告将会包含更多的信息
"在编译时,输出详细信息"
在 文件>首选项 中启用
我用了panstamp的库,怎么出现以上错误???求大神解答 just_be_fine 发表于 2015-4-3 10:56 static/image/common/back.gif
http://labalec.fr/erwan/?p=497
这个帖子写得很详细,我试过了,用的panstamp的库,可以通信收发。
亲,能说一下你是怎么弄的吗,直接下载panstamp库,解压用的吗??怎么我的出现了下面的错误。。。晕 just_be_fine 发表于 2015-4-3 10:56 static/image/common/back.gif
http://labalec.fr/erwan/?p=497
这个帖子写得很详细,我试过了,用的panstamp的库,可以通信收发。
亲,能说一下你是怎么弄的吗,直接下载panstamp库,解压用的吗??怎么我的出现了下面的错误。。。晕 eagle_1124 发表于 2015-8-8 20:53 static/image/common/back.gif
Arduino:1.7.6 (Windows 8.1), 板:"Arduino Uno"
构建选项已变更,全部重新构建
问题自己已解决,感谢这个平台。
页:
[1]