LSatan

Results 146 comments of LSatan

you can use the examples with or without gdo (internal send and receive functions only). the reception examples without gdo work better than with. since you can do several things...

Hello, The change from rx to tx works without problems with the library and has been extensively tested. if there are problems it is mostly because the microcontroller cannot read...

sorry I didn't get around to testing your sketch yesterday. i will do it this afternoon. but the two-way communication works. look here: https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/issues/43 This point: https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/issues/43#issuecomment-675532122 And here: https://github.com/T-vK/Long-Range-Arduino-Doorbell

your sketch now works. sorry i used 433 mhz module. you have to change it to 868mhz! ![working](https://user-images.githubusercontent.com/28706590/94651099-30df0800-02f8-11eb-846f-a12229789396.png) ``` C++ // New receiving method. This method checks the Rx Fifo...

that is quite strange. but i have changed a little more than just the frequency. I would be interested in which microcontroller you are using and which cc1101 module ?!...

Another possible cause of error would be that the crystals work differently. this then affects the frequency. Apart from that, I'll test it later with my 868mhz. I have to...

the modules are currently no longer available. otherwise I would have ordered two. I know from experience that it gets stuck when sending if there is no response from gdo0....

have you tried to use gdo2 instead of gdo0. maybe that's the fault

a little note. the 868mhz modules can have more than pa level 10. set pa to 12 to have the maximum transmission power. or deactivate set pa with // in...