LSatan
LSatan
I'm sorry, I had to adapt it to v.2.5.1 first. with the "preliminary version" it works now.(debug library)
hi, sorry for the late feedback. use a different spi interface for cc1101. use the following command and wiring in setup before init: ELECHOUSE_cc1101.setSpiPin(14,12,13,15); //SCK, MISO, MOSI, CSN
hi, sorry for the late feedback. the reason that it doesn't work is simply that he doesn't know the protocol. they should try a raw data scanner. https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/issues/44#issuecomment-693636925
Hi, to cover all frequencies. you need to use 2 cc1101. 1 × 433mhz version for 300-348 MHz, 387-464 MHz. 1 × 868mhz version for 779-928Mhz. I can only provide...
hi, sorry for the late feedback. you have to do it like here: https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/issues/21#issuecomment-573484045
the sleep mode comes in the next update. but you can set it manually: ``` C++ ELECHOUSE_cc1101.SpiStrobe(0x36);//Exit RX / TX, turn off frequency synthesizer and exit ELECHOUSE_cc1101.SpiStrobe(0x39);//Enter power down mode...
csn is one of the spi pins. at the moment it should work like this. Note, however, that in the first variant no signals can be received during sleep. with...
Thank you for the donation and the nice comment.☺️ The scores are not bad. Very important in battery operation. 👍 Since you only use the transmission function, SetRx should not...
hi, I am familiar with blynk and have already used it. I could imagine the blynk routine causing delays. but normally the interrupt routine for the reception runs in parallel....
I actually meant a library like rc-switch.