keywish / keywish-nano-plus

83 stars 68 forks source link

RF24+nano compatibility #5

Closed triccyx closed 4 years ago

triccyx commented 5 years ago

Hi. I have some .ino written for RF24 + nano. I use standard

include

include

I flash to RF-Nano my *.ino and use it as a sender. I use a standard RF24 + nano as a receiver.

The receiver doesn't receive anything while the sender doesn't give errors. With the same code, a standard RF24 + nano sender works. Are the two systems not compatible? Should I rewrite the sender code following your example? Thanks!

keywish commented 5 years ago

Dear subscribed:

Yes your need use ower example code

Because RF-Nano csn ce gpio is Unmodifiable

Please see https://github.com/emakefun/emakefun-nano-plus/tree/master/RF-Nano

ken.chen(陈军裕)

Keywish China(Shenzhen)Limited

Tel:0755-23217903 Ext:609 Mobile:13242991035 发件人: Luca Tricerri 发送时间: 2019年8月18日 5:25 收件人: keywish/keywish-nano-plus 抄送: Subscribed 主题: [keywish/keywish-nano-plus] RF24+nano compatibility (#5) Hi. I have some .ino written for RF24 + nano. I use standard #include #include I flash to RF-Nano my *.ino and use it as a sender. I use a standard RF24 + nano as a receiver. The receiver doesn't receive anything while the sender doesn't give errors. With the same code, a standard RF24 + nano sender works. Are the two systems not compatible? Should I rewrite the sender code following your example? Thanks! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .