LSatan

Results 146 comments of LSatan

gdo0 can be input output. gdo2 is just output. this actually means the pins of the cc1101. for example: cc1101 gdo2 output -> input microcontroller. the option with set gdo0...

input is correct for gdo2. it is for the asynchronous serial mode. that means the cc1101 does not process the signals but the microcontroller. there is gdo0 to send. microcontroller...

Look this for more Information: https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/issues/31#issuecomment-624279213

now I don't have Teensy there. i will test everything again and give you feedback.

well I tested everything again and it worked perfectly right away. Make sure you are using setGdo0 and not set gdo. as it is written in the new examples. You...

hi, i will change and improve the sketch again. it was one of my first additional skits for rc-switch. now it can be simplified and made shorter. regards

Please check this and give me feedback. ``` C++ /* Simple example for repeating decimal code for cc1101 https://github.com/sui77/rc-switch/ https://github.com/LSatan/SmartRC-CC1101-Driver-Lib ---------------------------------------------------------- Mod by Little Satan. Have Fun! ---------------------------------------------------------- */ #include...

hey I tested the old and the new variant on the nano again! It works without any problems! I use the same cc1101 module. I don't know what you're doing...

Hi, the 100 stands for a waiting time of 100 milliseconds. Usually the gdo0 pin is used and when sending the gdo0 pin goes high. this means that the code...