Releases: LSatan/SmartRC-CC1101-Driver-Lib
SmartRC-CC1101-Driver-Lib
SmartRC-CC1101-Driver-Lib
Changelog: SmartRC-CC1101-Driver-Lib_V2.5.6
06.04.2021
Driver Library :Add NUM_PREAMBLE. Sets the minimum number of preamble bytes to be transmitted.
SmartRC-CC1101-Driver-Lib
Changelog: SmartRC-CC1101-Driver-Lib_V2.5.5
23.01.2021
Driver Library :Error correction for CheckRxFifo and CheckReceiveFlag (reception internal CC1101 function).
SmartRC-CC1101-Driver-Lib
Changelog: SmartRC-CC1101-Driver-Lib_V2.5.4
23.01.2021
Driver Library :No big frequency jumps over SetRx(freq); Possible. Fixed! Big thanks to NorthernMan54 for testing!
Driver Library :double-initaliesing option from V2.5.3 has been removed. Necessary for SetRx(freq); to use.
SmartRC-CC1101-Driver-Lib
Changelog: SmartRC-CC1101-Driver-Lib_V2.5.3
22.01.2021
Driver Library :Putting rx tx has no effect if they are already in mode. Prevents unnecessary double-initaliesing.
Driver Library :new command added: ELECHOUSE_cc1101.goSleep(); //Enter power down mode. For wakeup set RX or TX.
Driver Library :new command added: ELECHOUSE_cc1101.getMode(); //Return the Mode. Sidle = 0, TX = 1, Rx = 2.
Driver Library :new command added: ELECHOUSE_cc1101.setSidle(); //Set Rx / Tx Off.
Driver Library :new command added: ELECHOUSE_cc1101.getCC1101(); //Test Spi connection and return 1 when true.
Examples :RcSwitch Repeater_cc1101.ino has been shortened.
SmartRC-CC1101-Driver-Lib
Driver Library :SpiWriteReg, SpiReadReg, SpiWriteBurstReg and SpiReadBurstReg change to public. Allows additional modifications from sketch.
Driver Library :Setrx no longer has to be set to receive.(internal transmission methods)
Driver Library :Gdo pins are now set to input / output with set gdo instead of Init.
Driver Library :Added new sending method. Allows sending without a gdo0 pin.
notes :The new internal send and receive methods now work completely without an additional gdo pin.
SmartRC-CC1101-Driver-Lib
Changelog: SmartRC-CC1101-Driver-Lib_V2.5.1
18.08.2020
Driver Library :When changing from receiving to sending, the program freezes (internal send functions). fixed!
SmartRC-CC1101-Driver-Lib
Changelog: SmartRC-CC1101-Driver-Lib_V2.5.0
16.08.2020
Driver Library :Rssi was calculated incorrectly.Fixed Thanks to zapquiyou!
Driver Library :New receiving method for internal examples added. Allows several actions to be carried out in the loop.
Driver Library :Internal Crc check added for internal examples.
Driver Library :Simplification to send char added for internal transfer examples.
Driver Library :A lot of new settings added for internal transmission examples. Everything can be set as in SmartRF Studio and is calculated automatically. An overview: setDeviation, setChsp, setRxBW, setDRate, setSyncMode, setSyncWord, setAdrChk, setAddr, setWhiteData, setPktFormat, setLengthConfig, setPacketLength, setCrc, setCRC_AF, setDcFilterOff, setManchester, setFEC, setPQT, setAppendStatus. description in the examples!
SmartRC-CC1101-Driver-Lib
Driver Library :frequency calculator has been simplified. error-free calculations and less variable.
Driver Library :Added frequency calibration option.
Driver Library :Certain frequencies could not be set. Fixed! Big thanks to gusgorman402!
SmartRC-CC1101-Driver-Lib
Driver Library :setChsp has been removed to save space. This function is available in the Service / Debug Tool as an extended function.